HomeSort by relevance Sort by last modified time
    Searched defs:focusedFrame (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/page/
FocusController.h 49 Frame* focusedFrame() const { return m_focusedFrame.get(); }
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 168 WebFrameProxy* focusedFrame() const { return m_focusedFrame.get(); }
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp 764 Frame* focusedFrame = page()->focusController()->focusedOrMainFrame();
765 bool handled = focusedFrame->eventHandler()->sendContextMenuEventForKey();
789 focusedFrame()->executeCommand(WebString::fromUTF8("SelectAll"));
793 focusedFrame()->executeCommand(WebString::fromUTF8("Copy"));
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 680 Frame* focusedFrame = page->focusController()->focusedFrame();
681 if (Document* focusedDocument = focusedFrame ? focusedFrame->document() : 0)
700 focusedFrame = page->focusController()->focusedFrame();
701 if (Document* focusedDocument = focusedFrame ? focusedFrame->document() : 0)
785 Frame* frame = page->focusController()->focusedFrame();
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 309 Frame* focusedFrame;
326 focusedFrame = page->focusController()->focusedOrMainFrame();
327 if (targetFrame != focusedFrame) {
329 focusedFrame = targetFrame;
332 focusedFrame = mainFrame;
334 if (focusedFrame->view() && focusedFrame->eventHandler()->handleMousePressEvent(event))
338 bool handledEvent = focusedFrame->eventHandler()->sendContextMenuEvent(event);
850 Frame* focusedFrame = core(webView)->focusController()->focusedFrame();
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 316 milliseconds