HomeSort by relevance Sort by last modified time
    Searched defs:standardPreferences (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.h 87 @method standardPreferences
89 + (WebPreferences *)standardPreferences;
  /external/webkit/Source/WebKit/win/
WebPreferences.cpp 108 static WebPreferences* standardPreferences;
109 if (!standardPreferences) {
110 standardPreferences = WebPreferences::createInstance();
111 standardPreferences->setAutosaves(TRUE);
112 standardPreferences->load();
115 return standardPreferences;
522 HRESULT STDMETHODCALLTYPE WebPreferences::standardPreferences(
523 /* [retval][out] */ IWebPreferences** standardPreferences)
525 if (!standardPreferences)
527 *standardPreferences = sharedStandardPreferences()
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 455 milliseconds