Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/v8/
DDebuggerScript.js142 var topFrame;
145 topFrame = DebuggerScript._frameMirrorToJSCallFrame(frameMirror, topFrame);
147 return topFrame;
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp2406 QWebFrame* topFrame = mainFrame(); in triggerAction() local
2407 topFrame->d->frame->navigationScheduler()->cancel(); in triggerAction()
2409 collectChildFrames(topFrame, childFrames); in triggerAction()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp3158 Frame* topFrame = m_frame->tree()->top(); in shouldInterruptLoadForXFrameOptions() local
3159 if (m_frame == topFrame) in shouldInterruptLoadForXFrameOptions()
3167 if (!origin->isSameSchemeHostPort(topFrame->document()->securityOrigin())) in shouldInterruptLoadForXFrameOptions()