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

  /external/webkit/WebCore/page/
FocusController.h 46 Frame* focusedFrame() const { return m_focusedFrame.get(); }
FocusController.cpp 107 if (Frame* frame = focusedFrame())
307 RefPtr<Frame> oldFocusedFrame = focusedFrame();
Frame.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
WebViewImpl.cpp 635 Frame* focusedFrame = page()->focusController()->focusedOrMainFrame();
636 Node* focusedNode = focusedFrame->document()->focusedNode();
639 if (focusedFrame->editor() && focusedFrame->editor()->canEdit() && start.node()) {
671 focusedFrame->view()->setCursor(pointerCursor());
681 bool handled = focusedFrame->eventHandler()->sendContextMenuEvent(platformEvent);
705 focusedFrame()->executeCommand(WebString::fromUTF8("SelectAll"));
709 focusedFrame()->executeCommand(WebString::fromUTF8("Copy"));
    [all...]
WebViewImpl.h 118 virtual WebFrame* focusedFrame();
  /external/webkit/WebKit/chromium/public/
WebView.h 124 virtual WebFrame* focusedFrame() = 0;
  /external/webkit/WebCore/html/
HTMLDocument.cpp 159 if (Frame* focusedFrame = page->focusController()->focusedFrame()) {
160 if (focusedFrame->tree()->isDescendantOf(frame()))
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 760 if (page->focusController()->focusedFrame()
761 && page->focusController()->focusedFrame()->document())
762 oldNode = page->focusController()->focusedFrame()->document()->focusedNode();
779 if (page->focusController()->focusedFrame()
780 && page->focusController()->focusedFrame()->document())
781 newNode = page->focusController()->focusedFrame()->document()->focusedNode();
892 Frame* frame = page->focusController()->focusedFrame();
    [all...]
qwebframe.cpp     [all...]
  /external/webkit/WebKit/wx/
WebView.cpp 659 WebCore::Frame* focusedFrame = m_impl->page->focusController()->focusedOrMainFrame();
660 if (!focusedFrame->view())
669 bool handledEvent = focusedFrame->eventHandler()->sendContextMenuEvent(wkEvent);
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp 208 Frame* focusedFrame = page->focusController()->focusedOrMainFrame();
210 if (!focusedFrame->view())
213 focusedFrame->view()->setCursor(pointerCursor());
214 bool handledEvent = focusedFrame->eventHandler()->sendContextMenuEvent(event);
563 Frame* focusedFrame = core(webView)->focusController()->focusedFrame();
565 if (focusedFrame && focusedFrame->editor()->canEdit()) {
645 if (focusController->focusedFrame())
669 if (focusController->focusedFrame())
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebView.idl 319 @method focusedFrame
322 HRESULT focusedFrame([retval, out] IWebFrame** frame);
    [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
WebView.h 140 virtual HRESULT STDMETHODCALLTYPE focusedFrame(
    [all...]
  /external/webkit/WebCore/editing/
SelectionController.cpp 74 , m_focused(frame && frame->page() && frame->page()->focusController()->focusedFrame() == frame)
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /external/webkit/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 341 milliseconds