Searched refs:topFrame (Results 1 – 3 of 3) sorted by relevance
142 var topFrame;145 topFrame = DebuggerScript._frameMirrorToJSCallFrame(frameMirror, topFrame);147 return topFrame;
2406 QWebFrame* topFrame = mainFrame(); in triggerAction() local2407 topFrame->d->frame->navigationScheduler()->cancel(); in triggerAction()2409 collectChildFrames(topFrame, childFrames); in triggerAction()
3158 Frame* topFrame = m_frame->tree()->top(); in shouldInterruptLoadForXFrameOptions() local3159 if (m_frame == topFrame) in shouldInterruptLoadForXFrameOptions()3167 if (!origin->isSameSchemeHostPort(topFrame->document()->securityOrigin())) in shouldInterruptLoadForXFrameOptions()