Home
last modified time | relevance | path

Searched defs:isJSExecutionForbidden (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/workers/
DWorkerContext.cpp328 bool WorkerContext::isJSExecutionForbidden() const in isJSExecutionForbidden() function in WebCore::WorkerContext
/external/webkit/Source/WebCore/dom/
DDocument.h1025 virtual bool isJSExecutionForbidden() const { return false; } in isJSExecutionForbidden() function