OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowDatabaseAccess
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/dom/
ScriptExecutionContext.h
76
virtual bool
allowDatabaseAccess
() const = 0;
Document.h
[
all
...]
Document.cpp
[
all
...]
/external/webkit/Source/WebCore/storage/
SQLTransactionSync.cpp
91
if (!m_database->scriptExecutionContext()->
allowDatabaseAccess
())
SQLTransaction.cpp
98
if (!m_database->scriptExecutionContext()->
allowDatabaseAccess
())
/external/webkit/Source/WebCore/workers/
WorkerContext.h
119
virtual bool
allowDatabaseAccess
() const { return true; }
Completed in 2427 milliseconds