Searched defs:standardPreferences (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferences.h87 @method standardPreferences
89 + (WebPreferences *)standardPreferences; variable
/external/webkit/Source/WebKit/win/
H A DWebPreferences.cpp108 static WebPreferences* standardPreferences; local
109 if (!standardPreferences) {
110 standardPreferences = WebPreferences::createInstance();
111 standardPreferences->setAutosaves(TRUE);
112 standardPreferences->load();
115 return standardPreferences;
522 HRESULT STDMETHODCALLTYPE WebPreferences::standardPreferences( argument
523 /* [retval][out] */ IWebPreferences** standardPreferences)
525 if (!standardPreferences)
527 *standardPreferences
[all...]

Completed in 152 milliseconds