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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScript.cpp 96 void InjectedScript::restartFrame(ErrorString* errorString, const ScriptValue& callFrames, const String& callFrameId, RefPtr<JSONObject>* result)
98 ScriptFunctionCall function(injectedScriptObject(), "restartFrame");
InspectorDebuggerAgent.cpp 610 void InspectorDebuggerAgent::restartFrame(ErrorString* errorString, const String& callFrameId, RefPtr<Array<CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<StackTrace>& asyncStackTrace)
622 injectedScript.restartFrame(errorString, m_currentCallStack, callFrameId, &result);
    [all...]

Completed in 159 milliseconds