Searched defs:restartFrame (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScript.cpp95 void InjectedScript::restartFrame(ErrorString* errorString, const ScriptValue& callFrames, const String& callFrameId, RefPtr<JSONObject>* result) function in class:WebCore::InjectedScript
97 ScriptFunctionCall function(injectedScriptObject(), "restartFrame");
H A DInspectorDebuggerAgent.cpp553 void InspectorDebuggerAgent::restartFrame(ErrorString* errorString, const String& callFrameId, RefPtr<Array<TypeBuilder::Debugger::CallFrame> >& newCallFrames, RefPtr<JSONObject>& result) function in class:WebCore::InspectorDebuggerAgent
565 injectedScript.restartFrame(errorString, m_currentCallStack, callFrameId, &result);

Completed in 81 milliseconds