HomeSort by relevance Sort by last modified time
    Searched refs:focusedFrame (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebCore/page/
FocusController.h 49 Frame* focusedFrame() const { return m_focusedFrame.get(); }
FocusController.cpp 123 if (Frame* frame = focusedFrame())
361 RefPtr<Frame> oldFocusedFrame = focusedFrame();
491 Node* focusedNode = (focusedFrame() && focusedFrame()->document()) ? focusedFrame()->document()->focusedNode() : 0;
Frame.cpp 705 if (page() && page()->focusController()->focusedFrame() == this)
740 if (m_page->focusController()->focusedFrame() == this)
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLDocument.cpp 153 if (Frame* focusedFrame = page->focusController()->focusedFrame()) {
154 if (focusedFrame->tree()->isDescendantOf(frame()))
HTMLFrameElementBase.cpp 231 else if (page->focusController()->focusedFrame() == contentFrame()) // Focus may have already been given to another frame, don't take it away.
  /external/webkit/Source/WebKit/chromium/public/
WebView.h 160 virtual WebFrame* focusedFrame() = 0;
  /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...]
WebViewImpl.h 138 virtual WebFrame* focusedFrame();
  /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/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...]
qwebframe.cpp     [all...]
  /external/webkit/Source/WebCore/history/
CachedFrame.cpp 136 if (frame->page()->focusController()->focusedFrame() == frame)
  /external/webkit/Source/WebKit/wx/
WebView.cpp 803 WebCore::Frame* focusedFrame = m_impl->page->focusController()->focusedOrMainFrame();
804 if (!focusedFrame->view())
813 bool handledEvent = focusedFrame->eventHandler()->sendContextMenuEvent(wkEvent);
1029 if (!m_impl->page->focusController()->focusedFrame() && m_mainFrame)
  /external/webkit/Source/WebKit/android/jni/
AndroidHitTestResult.cpp 231 Node* focusedNode = m_webViewCore->focusedFrame()->document()->focusedNode();
WebViewCore.cpp 622 return focusedFrame()->document()->focusedNode();
    [all...]
WebViewCore.h 522 WebCore::Frame* focusedFrame() const;
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 189 Frame* frame = m_page->corePage()->focusController()->focusedFrame();
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
WebView.h 160 virtual HRESULT STDMETHODCALLTYPE focusedFrame(
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp 737 m_shell->webView()->focusedFrame()->executeCommand(WebString::fromUTF8(command), WebString::fromUTF8(value));
748 bool rv = m_shell->webView()->focusedFrame()->isCommandEnabled(WebString::fromUTF8(command));
    [all...]
WebViewHost.cpp 401 WebFrame* frame = webView()->focusedFrame();
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.cpp 155 return toAPI(toImpl(pageRef)->focusedFrame());
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 320 @method focusedFrame
323 HRESULT focusedFrame([retval, out] IWebFrame** frame);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 168 WebFrameProxy* focusedFrame() const { return m_focusedFrame.get(); }
    [all...]

Completed in 1031 milliseconds

1 2