OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:offlinewebapplicationcacheenabled
(Results
1 - 25
of
31
) sorted by null
1
2
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpreferences.h
43
OfflineWebApplicationCacheEnabled
,
qwkpreferences.cpp
130
case
OfflineWebApplicationCacheEnabled
:
162
case
OfflineWebApplicationCacheEnabled
:
/external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h
313
Q_PROPERTY(bool
offlineWebApplicationCacheEnabled
READ
offlineWebApplicationCacheEnabled
WRITE setOfflineWebApplicationCacheEnabled)
366
bool
offlineWebApplicationCacheEnabled
() const { return s->testAttribute(QWebSettings::
OfflineWebApplicationCacheEnabled
); }
367
void setOfflineWebApplicationCacheEnabled(bool on) { s->setAttribute(QWebSettings::
OfflineWebApplicationCacheEnabled
, on); }
qdeclarativewebview.cpp
741
\qmlproperty bool WebView::settings.
offlineWebApplicationCacheEnabled
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKPreferences.cpp
85
void WKPreferencesSetOfflineWebApplicationCacheEnabled(WKPreferencesRef preferencesRef, bool
offlineWebApplicationCacheEnabled
)
87
toImpl(preferencesRef)->setOfflineWebApplicationCacheEnabled(
offlineWebApplicationCacheEnabled
);
92
return toImpl(preferencesRef)->
offlineWebApplicationCacheEnabled
();
WKPreferences.h
57
WK_EXPORT void WKPreferencesSetOfflineWebApplicationCacheEnabled(WKPreferencesRef preferences, bool
offlineWebApplicationCacheEnabled
);
/external/webkit/Tools/DumpRenderTree/chromium/
WebPreferences.h
68
bool
offlineWebApplicationCacheEnabled
;
WebPreferences.cpp
84
offlineWebApplicationCacheEnabled
= true;
138
settings->setOfflineWebApplicationCacheEnabled(
offlineWebApplicationCacheEnabled
);
/external/webkit/Source/WebKit/mac/WebView/
WebPreferencesPrivate.h
99
- (BOOL)
offlineWebApplicationCacheEnabled
;
100
- (void)setOfflineWebApplicationCacheEnabled:(BOOL)
offlineWebApplicationCacheEnabled
;
WebPreferences.mm
880
- (BOOL)
offlineWebApplicationCacheEnabled
[
all
...]
/external/webkit/Source/WebKit2/Shared/
WebPreferencesStore.h
45
macro(
OfflineWebApplicationCacheEnabled
,
offlineWebApplicationCacheEnabled
, Bool, bool, false) \
/external/webkit/Source/WebKit/qt/Api/
qwebsettings.h
64
OfflineWebApplicationCacheEnabled
,
qwebsettings.cpp
245
value = attributes.value(QWebSettings::
OfflineWebApplicationCacheEnabled
,
246
global->attributes.value(QWebSettings::
OfflineWebApplicationCacheEnabled
));
428
\value
OfflineWebApplicationCacheEnabled
Specifies whether support for the HTML 5
503
d->attributes.insert(QWebSettings::
OfflineWebApplicationCacheEnabled
, false);
[
all
...]
/external/webkit/Source/WebKit/win/Interfaces/
IWebPreferencesPrivate.idl
56
HRESULT
offlineWebApplicationCacheEnabled
([out, retval] BOOL *enabled);
/external/webkit/Source/WebKit/chromium/src/
ApplicationCacheHost.cpp
300
&& m_documentLoader->frame()->settings()->
offlineWebApplicationCacheEnabled
();
/external/webkit/Source/WebKit/win/
WebPreferences.h
314
virtual HRESULT STDMETHODCALLTYPE
offlineWebApplicationCacheEnabled
(
WebPreferences.cpp
[
all
...]