Searched refs:setBreakpointsActivated (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptDebugServer.h61 void setBreakpointsActivated(bool activated);
H A DDebuggerScript.js268 DebuggerScript.setBreakpointsActivated = function(execState, args)
H A DScriptDebugServer.cpp188 void ScriptDebugServer::setBreakpointsActivated(bool activated) function in class:WebCore::ScriptDebugServer
197 v8::Handle<v8::Function> setBreakpointsActivated = v8::Local<v8::Function>::Cast(m_debuggerScript.newLocal(m_isolate)->Get(v8::String::NewSymbol("setBreakpointsActivated"))); local
198 v8::Debug::Call(setBreakpointsActivated, args);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDebuggerAgent.cpp118 scriptDebugServer().setBreakpointsActivated(true);
210 scriptDebugServer().setBreakpointsActivated(active);

Completed in 123 milliseconds