Searched refs:isJSExecutionForbidden (Results 1 – 6 of 6) sorted by relevance
71 bool isJSExecutionForbidden() { return m_client && m_client->isJSExecutionForbidden(); } in isJSExecutionForbidden() function
55 virtual bool isJSExecutionForbidden() const = 0;
893 virtual bool isJSExecutionForbidden() const { return false; } in isJSExecutionForbidden() function
105 virtual bool isJSExecutionForbidden() const OVERRIDE;
274 bool WorkerGlobalScope::isJSExecutionForbidden() const in isJSExecutionForbidden() function in WebCore::WorkerGlobalScope
70 if (context->isJSExecutionForbidden()) in handleEvent()