OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isApplicationCacheEnabled
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h
137
bool
isApplicationCacheEnabled
();
/external/chromium_org/third_party/WebKit/public/web/
WebRuntimeFeatures.h
49
WEBKIT_EXPORT static bool
isApplicationCacheEnabled
();
/external/chromium_org/third_party/WebKit/Source/web/
ApplicationCacheHost.cpp
80
if (!
isApplicationCacheEnabled
())
252
bool ApplicationCacheHost::
isApplicationCacheEnabled
()
WebRuntimeFeatures.cpp
64
bool WebRuntimeFeatures::
isApplicationCacheEnabled
()
WebSharedWorkerImpl.cpp
127
m_webView->settings()->setOfflineWebApplicationCacheEnabled(WebRuntimeFeatures::
isApplicationCacheEnabled
());
Completed in 49 milliseconds