Changeset 3 for trunk/llembeddedbrowser.h
- Timestamp:
- 01/03/08 14:59:13 (2 years ago)
- Files:
-
- trunk/llembeddedbrowser.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/llembeddedbrowser.h
r1 r3 49 49 bool init( std::string applicationDir, std::string componentDir, std::string profileDir ); 50 50 bool reset(); 51 bool setHttpProxy( bool enabledIn, std::string addressIn, int portIn );52 51 bool clearCache(); 52 bool enableProxy( bool proxyEnabledIn, std::string proxyHostNameIn, int proxyPortIn ); 53 53 bool enableCookies( bool enabledIn ); 54 54 bool clearAllCookies(); … … 58 58 LLEmbeddedBrowserWindow* createBrowserWindow( void* nativeWindowHandleIn, int browserWidthIn, int browserHeightIn ); 59 59 bool destroyBrowserWindow( LLEmbeddedBrowserWindow* browserWindowIn ); 60 bool setCaretColor( int browserWindowIdIn, const int redIn, const int greenIn, const int blueIn ); 60 61 void setLastError( int errorNumIn ); 61 62 void clearLastError();
