OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:standardpreferences
(Results
1 - 14
of
14
) sorted by null
/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/win/Interfaces/
IWebPreferences.idl
78
HRESULT
standardPreferences
([out, retval] IWebPreferences**
standardPreferences
);
IWebView.idl
498
@discussion This method will return [WebPreferences
standardPreferences
] if no
[
all
...]
/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/Tools/DumpRenderTree/win/
DumpRenderTree.cpp
[
all
...]
/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
...]
WebView.h
463
@discussion This method will return [WebPreferences
standardPreferences
] if no
/external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm
305
iconDatabase().setPrivateBrowsingEnabled([[WebPreferences
standardPreferences
] privateBrowsingEnabled]);
368
BOOL privateBrowsingEnabledNow = [[WebPreferences
standardPreferences
] privateBrowsingEnabled];
/external/webkit/Source/WebKit/mac/
WebKit.order
6
+[WebPreferences
standardPreferences
]
[
all
...]
ChangeLog-2007-10-14
628
(+[WebPreferences
standardPreferences
]): Removed call to
[
all
...]
Completed in 769 milliseconds