Searched refs:frameWithSelection (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DFindController.cpp81 static Frame* frameWithSelection(Page* page) function in namespace:WebKit
97 Frame* selectedFrame = frameWithSelection(m_webPage->corePage());
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm476 WebFrame *frameWithSelection = [[getWebView(self) mainFrame] _findFrameWithSelection];
477 if (frameWithSelection != self)
478 [frameWithSelection _clearSelection];

Completed in 89 milliseconds