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

  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.h 87 @method standardPreferences
89 + (WebPreferences *)standardPreferences;
WebView.mm 682 WebPreferences *standardPreferences = [WebPreferences standardPreferences];
683 [standardPreferences willAddToWebView];
685 _private->preferences = [standardPreferences retain];
    [all...]
WebPreferences.mm 305 + (WebPreferences *)standardPreferences
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 78 HRESULT standardPreferences([out, retval] IWebPreferences** standardPreferences);
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 545 [[WebPreferences standardPreferences] setUserStyleSheetEnabled:flag];
552 [[WebPreferences standardPreferences] setUserStyleSheetLocation:url];
572 [[WebPreferences standardPreferences] setLoadsImagesAutomatically:NO];
588 [[WebPreferences standardPreferences] _setPreferenceForTestWithValue:valueNS forKey:keyNS];
707 [[WebPreferences standardPreferences] setCacheModel:cacheModel];
    [all...]
DumpRenderTree.mm 426 WebPreferences *preferences = [WebPreferences standardPreferences];
    [all...]
  /external/webkit/Source/WebKit/win/
WebPreferences.cpp 108 static WebPreferences* standardPreferences;
109 if (!standardPreferences) {
110 standardPreferences = WebPreferences::createInstance();
111 standardPreferences->setAutosaves(TRUE);
112 standardPreferences->load();
115 return standardPreferences;
522 HRESULT STDMETHODCALLTYPE WebPreferences::standardPreferences(
523 /* [retval][out] */ IWebPreferences** standardPreferences)
525 if (!standardPreferences)
527 *standardPreferences = sharedStandardPreferences()
    [all...]
WebPreferences.h 48 virtual HRESULT STDMETHODCALLTYPE standardPreferences(
49 /* [retval][out] */ IWebPreferences** standardPreferences);
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm 305 iconDatabase().setPrivateBrowsingEnabled([[WebPreferences standardPreferences] privateBrowsingEnabled]);
368 BOOL privateBrowsingEnabledNow = [[WebPreferences standardPreferences] privateBrowsingEnabled];
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 749 milliseconds