OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isApplicationCacheEnabled
(Results
1 - 5
of
5
) sorted by null
/external/webkit/WebCore/bindings/generic/
RuntimeEnabledFeatures.cpp
44
bool RuntimeEnabledFeatures::
isApplicationCacheEnabled
= true;
RuntimeEnabledFeatures.h
51
static void setApplicationCacheEnabled(bool isEnabled) {
isApplicationCacheEnabled
= isEnabled; }
52
static bool applicationCacheEnabled() { return
isApplicationCacheEnabled
; }
87
static bool
isApplicationCacheEnabled
;
/external/webkit/WebKit/chromium/src/
WebRuntimeFeatures.cpp
146
bool WebRuntimeFeatures::
isApplicationCacheEnabled
()
ApplicationCacheHost.cpp
73
if (!
isApplicationCacheEnabled
())
241
bool ApplicationCacheHost::
isApplicationCacheEnabled
()
/external/webkit/WebCore/loader/appcache/
ApplicationCacheHost.cpp
76
if (!substituteData.isValid() &&
isApplicationCacheEnabled
()) {
95
if (
isApplicationCacheEnabled
()) {
109
if (
isApplicationCacheEnabled
()) {
148
if (!
isApplicationCacheEnabled
())
327
if (!
isApplicationCacheEnabled
())
398
bool ApplicationCacheHost::
isApplicationCacheEnabled
()
Completed in 26 milliseconds