Home
last modified time | relevance | path

Searched refs:setEvalEnabled (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptBase.cpp86 scriptState->setEvalEnabled(true); in callFunctionWithEvalEnabled()
92 scriptState->setEvalEnabled(false); in callFunctionWithEvalEnabled()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptState.h71 void setEvalEnabled(bool);
DScriptState.cpp104 void ScriptState::setEvalEnabled(bool enabled) in setEvalEnabled() function in WebCore::ScriptState