Home
last modified time | relevance | path

Searched refs:standardPreferences (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebKit/win/
DWebPreferences.cpp109 static WebPreferences* standardPreferences; in sharedStandardPreferences() local
110 if (!standardPreferences) { in sharedStandardPreferences()
111 standardPreferences = WebPreferences::createInstance(); in sharedStandardPreferences()
112 standardPreferences->setAutosaves(TRUE); in sharedStandardPreferences()
113 standardPreferences->load(); in sharedStandardPreferences()
116 return standardPreferences; in sharedStandardPreferences()
502 HRESULT STDMETHODCALLTYPE WebPreferences::standardPreferences( in standardPreferences() function in WebPreferences
503 /* [retval][out] */ IWebPreferences** standardPreferences) in standardPreferences() argument
505 if (!standardPreferences) in standardPreferences()
507 *standardPreferences = sharedStandardPreferences(); in standardPreferences()
[all …]
DWebPreferences.h48 virtual HRESULT STDMETHODCALLTYPE standardPreferences(
49 /* [retval][out] */ IWebPreferences** standardPreferences);
DChangeLog-2009-06-1612638 (WebPreferences::standardPreferences): Ditto.
12703 (WebPreferences::standardPreferences):
23620 (WebPreferences::standardPreferences):
/external/webkit/WebKitTools/DumpRenderTree/win/
DDumpRenderTree.cpp1132 COMPtr<IWebPreferences> standardPreferences; in main() local
1133 if (FAILED(tmpPreferences->standardPreferences(&standardPreferences))) in main()
1136 if (FAILED(standardPreferences->QueryInterface(&standardPreferencesPrivate))) in main()
1139 standardPreferences->setJavaScriptEnabled(TRUE); in main()
1140 standardPreferences->setDefaultFontSize(16); in main()
/external/webkit/WebKitTools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm276 [[WebPreferences standardPreferences] setUserStyleSheetEnabled:flag];
283 [[WebPreferences standardPreferences] setUserStyleSheetLocation:url];
288 [[WebPreferences standardPreferences] setLoadsImagesAutomatically:NO];
374 [[WebPreferences standardPreferences] setCacheModel:cacheModel];
DDumpRenderTree.mm394 WebPreferences *preferences = [WebPreferences standardPreferences];
/external/webkit/WebKit/mac/WebView/
DWebPreferences.h89 + (WebPreferences *)standardPreferences;
DWebView.mm590 WebPreferences *standardPreferences = [WebPreferences standardPreferences];
591 [standardPreferences willAddToWebView];
593 _private->preferences = [standardPreferences retain];
2609 prefs = [WebPreferences standardPreferences];
4953 …[self _setCacheModel:max([[WebPreferences standardPreferences] cacheModel], [self _maxCacheModelIn…
4962 …[self _setCacheModel:max([[WebPreferences standardPreferences] cacheModel], [self _maxCacheModelIn…
DWebPreferences.mm284 + (WebPreferences *)standardPreferences
/external/webkit/WebKit/win/Interfaces/
DIWebPreferences.idl71 HRESULT standardPreferences([out, retval] IWebPreferences** standardPreferences);
DIWebView.idl496 @discussion This method will return [WebPreferences standardPreferences] if no
/external/webkit/WebKit/mac/Misc/
DWebIconDatabase.mm296 …iconDatabase()->setPrivateBrowsingEnabled([[WebPreferences standardPreferences] privateBrowsingEna…
359 BOOL privateBrowsingEnabledNow = [[WebPreferences standardPreferences] privateBrowsingEnabled];
/external/webkit/WebKit/mac/
DWebKit.order6 +[WebPreferences standardPreferences]
DChangeLog-2006-02-098634 - cleaned up some calls to +[WebPreferences standardPreferences] that should
8644 use -[WebView preferences] instead of +[WebPreferences standardPreferences]
8672 use -[WebView preferences] instead of +[WebPreferences standardPreferences]
8678 use -[WebView preferences] instead of +[WebPreferences standardPreferences]
20544 always return standardPreferences.
20550 (+[WebPreferences standardPreferences]):
21588 (+[WebPreferences standardPreferences]):
24218 (+[WebPreferences standardPreferences]):
26906 (+[WebPreferences standardPreferences]):
30994 …(+[WebPreferences standardPreferences]): Call _postPreferencesChangesNotification when this is mad…
DChangeLog-2007-10-14628 (+[WebPreferences standardPreferences]): Removed call to
5098 (+[WebPreferences standardPreferences]):
5424 … initialized correctly in the common case of WebViews that use [WebPreferences standardPreferences]