Home | History | Annotate | Download | only in src

Lines Matching full:frame

71 static WebURL urlFromFrame(Frame* frame)
73 if (frame) {
74 DocumentLoader* dl = frame->loader()->documentLoader();
95 static String selectMisspelledWord(const ContextMenu* defaultMenu, Frame* selectedFrame)
145 Frame* selectedFrame = r.innerNonSharedNode()->document()->frame();
189 // Send the frame and page URLs in any case.
190 data.pageURL = urlFromFrame(m_webView->mainFrameImpl()->frame());
191 if (selectedFrame != m_webView->mainFrameImpl()->frame())