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

  /external/webkit/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 51 static void setApplicationCacheEnabled(bool isEnabled) { isApplicationCacheEnabled = isEnabled; }
52 static bool applicationCacheEnabled() { return isApplicationCacheEnabled; }
87 static bool isApplicationCacheEnabled;
RuntimeEnabledFeatures.cpp 44 bool RuntimeEnabledFeatures::isApplicationCacheEnabled = true;
  /external/webkit/WebKit/chromium/public/
WebRuntimeFeatures.h 63 WEBKIT_API static bool 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()
ApplicationCacheHost.h 117 bool isApplicationCacheEnabled();
  /external/webkit/WebKit/chromium/src/
WebRuntimeFeatures.cpp 146 bool WebRuntimeFeatures::isApplicationCacheEnabled()
ApplicationCacheHost.cpp 73 if (!isApplicationCacheEnabled())
241 bool ApplicationCacheHost::isApplicationCacheEnabled()

Completed in 513 milliseconds