HomeSort by relevance Sort by last modified time
    Searched refs:frameWithSelection (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 81 static Frame* frameWithSelection(Page* page)
97 Frame* selectedFrame = frameWithSelection(m_webPage->corePage());
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 476 WebFrame *frameWithSelection = [[getWebView(self) mainFrame] _findFrameWithSelection];
477 if (frameWithSelection != self)
478 [frameWithSelection _clearSelection];
    [all...]

Completed in 361 milliseconds