Searched refs:standardPreferences (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferences.h81 @method standardPreferences
83 + (WebPreferences *)standardPreferences; variable
H A DWebView.mm697 WebPreferences *standardPreferences = [WebPreferences standardPreferences];
698 [standardPreferences willAddToWebView];
700 _private->preferences = [standardPreferences retain];
3774 prefs = [WebPreferences standardPreferences];
6090 [self _setCacheModel:max([[WebPreferences standardPreferences] cacheModel], [self _maxCacheModelInAnyInstance])];
6099 [self _setCacheModel:max([[WebPreferences standardPreferences] cacheModel], [self _maxCacheModelInAnyInstance])];
6522 if (![[WebPreferences standardPreferences] fullScreenEnabled])
H A DWebPreferences.mm297 + (WebPreferences *)standardPreferences
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl71 HRESULT standardPreferences([out, retval] IWebPreferences** standardPreferences);
/macosx-10.9.5/WebKit-7537.78.2/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;
536 HRESULT STDMETHODCALLTYPE WebPreferences::standardPreferences( argument
537 /* [retval][out] */ IWebPreferences** standardPreferences)
539 if (!standardPreferences)
541 *standardPreferences
[all...]
H A DWebPreferences.h48 virtual HRESULT STDMETHODCALLTYPE standardPreferences(
49 /* [retval][out] */ IWebPreferences** standardPreferences);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebIconDatabase.mm308 iconDatabase().setPrivateBrowsingEnabled([[WebPreferences standardPreferences] privateBrowsingEnabled]);
371 BOOL privateBrowsingEnabledNow = [[WebPreferences standardPreferences] privateBrowsingEnabled];

Completed in 239 milliseconds