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

/external/webkit/WebKit/mac/WebView/
H A DWebPreferences.h87 @method standardPreferences
89 + (WebPreferences *)standardPreferences; variable
/external/webkit/WebKit/win/
H A DWebPreferences.cpp109 static WebPreferences* standardPreferences; local
110 if (!standardPreferences) {
111 standardPreferences = WebPreferences::createInstance();
112 standardPreferences->setAutosaves(TRUE);
113 standardPreferences->load();
116 return standardPreferences;
512 HRESULT STDMETHODCALLTYPE WebPreferences::standardPreferences( argument
513 /* [retval][out] */ IWebPreferences** standardPreferences)
515 if (!standardPreferences)
517 *standardPreferences
[all...]

Completed in 78 milliseconds