OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSessionStorageEnabled
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h
45
static void setSessionStorageEnabled(bool isEnabled) {
isSessionStorageEnabled
= isEnabled; }
46
static bool sessionStorageEnabled() { return
isSessionStorageEnabled
; }
163
static bool
isSessionStorageEnabled
;
RuntimeEnabledFeatures.cpp
46
bool RuntimeEnabledFeatures::
isSessionStorageEnabled
= true;
/external/webkit/Source/WebKit/chromium/public/
WebRuntimeFeatures.h
53
WEBKIT_API static bool
isSessionStorageEnabled
();
/external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp
82
bool WebRuntimeFeatures::
isSessionStorageEnabled
()
Completed in 14 milliseconds