Home
last modified time | relevance | path

Searched defs:topFrame (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptDebugServer.cpp466 … RefPtr<JavaScriptCallFrame> topFrame = wrapCallFrames(eventDetails.GetExecutionState(), 1); in handleV8DebugEvent() local
479 … RefPtr<JavaScriptCallFrame> topFrame = wrapCallFrames(eventDetails.GetExecutionState(), 1); in handleV8DebugEvent() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDebuggerAgent.cpp468 …auseRequest InspectorDebuggerAgent::shouldSkipExceptionPause(RefPtr<JavaScriptCallFrame>& topFrame) in shouldSkipExceptionPause()
519 …useRequest InspectorDebuggerAgent::shouldSkipBreakpointPause(RefPtr<JavaScriptCallFrame>& topFrame) in shouldSkipBreakpointPause()
528 …SkipPauseRequest InspectorDebuggerAgent::shouldSkipStepPause(RefPtr<JavaScriptCallFrame>& topFrame) in shouldSkipStepPause()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoader.cpp1381 Frame* topFrame = m_frame->tree().top(); in shouldInterruptLoadForXFrameOptions() local