Home
last modified time | relevance | path

Searched refs:allowDatabaseAccess (Results 1 – 7 of 7) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DSQLTransactionSync.cpp91 if (!m_database->scriptExecutionContext()->allowDatabaseAccess()) in executeSQL()
H A DSQLTransaction.cpp98 if (!m_database->scriptExecutionContext()->allowDatabaseAccess()) in executeSQL()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DScriptExecutionContext.h76 virtual bool allowDatabaseAccess() const = 0;
H A DDocument.h1016 virtual bool allowDatabaseAccess() const;
H A DDocument.cpp4516 bool Document::allowDatabaseAccess() const in allowDatabaseAccess() function in WebCore::Document
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/workers/
H A DWorkerContext.h119 virtual bool allowDatabaseAccess() const { return true; } in allowDatabaseAccess() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2011-02-1641099 ReadOnly, and if !m_database->scriptExecutionContext()->allowDatabaseAccess(),
41103 (WebCore::Document::allowDatabaseAccess): this method was previously
41158 (WebCore::WorkerContext::allowDatabaseAccess):