HomeSort by relevance Sort by last modified time
    Searched defs:ScriptForbiddenScope (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
ScriptForbiddenScope.h 14 class PLATFORM_EXPORT ScriptForbiddenScope {
16 ScriptForbiddenScope();
17 ~ScriptForbiddenScope();
28 // to exceptionally allow script execution in ScriptForbiddenScope, because
29 // some real-world plugins try to execute script in ScriptForbiddenScope.
ScriptForbiddenScope.cpp 6 #include "platform/ScriptForbiddenScope.h"
15 ScriptForbiddenScope::ScriptForbiddenScope()
21 ScriptForbiddenScope::~ScriptForbiddenScope()
28 void ScriptForbiddenScope::enter()
34 void ScriptForbiddenScope::exit()
41 bool ScriptForbiddenScope::isScriptForbidden()
46 ScriptForbiddenScope::AllowUserAgentScript::AllowUserAgentScript()
51 ScriptForbiddenScope::AllowUserAgentScript::~AllowUserAgentScript(
    [all...]

Completed in 172 milliseconds