OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalStorageDatabaseEnabled
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/qt/Api/
qwebsettings.h
67
LocalStorageDatabaseEnabled
= LocalStorageEnabled,
/external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h
314
Q_PROPERTY(bool
localStorageDatabaseEnabled
READ
localStorageDatabaseEnabled
WRITE setLocalStorageDatabaseEnabled)
368
bool
localStorageDatabaseEnabled
() const { return s->testAttribute(QWebSettings::
LocalStorageDatabaseEnabled
); }
369
void setLocalStorageDatabaseEnabled(bool on) { s->setAttribute(QWebSettings::
LocalStorageDatabaseEnabled
, on); }
Completed in 111 milliseconds