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

  /external/webkit/WebKit/mac/WebView/
WebPreferences.h 87 @method standardPreferences
89 + (WebPreferences *)standardPreferences;
WebView.mm 594 WebPreferences *standardPreferences = [WebPreferences standardPreferences];
595 [standardPreferences willAddToWebView];
597 _private->preferences = [standardPreferences retain];
    [all...]
WebPreferences.mm 284 + (WebPreferences *)standardPreferences
    [all...]
  /external/webkit/WebKit/win/
WebPreferences.cpp 109 static WebPreferences* standardPreferences;
110 if (!standardPreferences) {
111 standardPreferences = WebPreferences::createInstance();
112 standardPreferences->setAutosaves(TRUE);
113 standardPreferences->load();
116 return standardPreferences;
512 HRESULT STDMETHODCALLTYPE WebPreferences::standardPreferences(
513 /* [retval][out] */ IWebPreferences** standardPreferences)
515 if (!standardPreferences)
517 *standardPreferences = sharedStandardPreferences()
    [all...]
WebPreferences.h 48 virtual HRESULT STDMETHODCALLTYPE standardPreferences(
49 /* [retval][out] */ IWebPreferences** standardPreferences);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 359 [[WebPreferences standardPreferences] setUserStyleSheetEnabled:flag];
366 [[WebPreferences standardPreferences] setUserStyleSheetLocation:url];
371 [[WebPreferences standardPreferences] setLoadsImagesAutomatically:NO];
387 [[WebPreferences standardPreferences] _setPreferenceForTestWithValue:valueNS forKey:keyNS];
470 [[WebPreferences standardPreferences] setCacheModel:cacheModel];
DumpRenderTree.mm 396 WebPreferences *preferences = [WebPreferences standardPreferences];
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebPreferences.idl 71 HRESULT standardPreferences([out, retval] IWebPreferences** standardPreferences);
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp     [all...]
  /external/webkit/WebKit/mac/Misc/
WebIconDatabase.mm 296 iconDatabase()->setPrivateBrowsingEnabled([[WebPreferences standardPreferences] privateBrowsingEnabled]);
359 BOOL privateBrowsingEnabledNow = [[WebPreferences standardPreferences] privateBrowsingEnabled];
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 304 milliseconds