Home
last modified time | relevance | path

Searched defs:focusedFrame (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DFocusController.h73 Frame* focusedFrame() const { return m_focusedFrame.get(); } in focusedFrame() function
DFocusController.cpp272 …RefPtr<LocalFrame> focusedFrame = (m_focusedFrame && m_focusedFrame->isLocalFrame()) ? toLocalFram… in focusDocumentView() local
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp943 RefPtr<Frame> focusedFrame = focusedWebCoreFrame(); in handleKeyEvent() local
1345 Frame* focusedFrame = page()->focusController().focusedOrMainFrame(); in sendContextMenuEvent() local
1955 RefPtr<Frame> focusedFrame = m_page->focusController().focusedFrame(); in setFocus() local
1988 RefPtr<Frame> focusedFrame = m_page->focusController().focusedFrame(); in setFocus() local
2294 LocalFrame* focusedFrame = toLocalFrame(focusedWebCoreFrame()); in inputMethodContext() local
2526 WebFrame* WebViewImpl::focusedFrame() in focusedFrame() function in blink::WebViewImpl
2535 Frame* focusedFrame = focusedWebCoreFrame(); in setFocusedFrame() local
3498 if (LocalFrame* focusedFrame = toLocalFrame(page()->focusController().focusedOrMainFrame())) in showContextMenu() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.cpp349 static Element* focusedFrameOwnerElement(Frame* focusedFrame, Frame* currentFrame) in focusedFrameOwnerElement()
DDocument.cpp5737 Frame* focusedFrame = page->focusController().focusedFrame(); in hasFocus() local
/external/chromium_org/chrome/renderer/printing/
Dprint_web_view_helper.cc945 blink::WebLocalFrame* focusedFrame = in GetPrintFrame() local
/external/chromium_org/android_webview/renderer/
Dprint_web_view_helper.cc902 blink::WebLocalFrame* focusedFrame = in GetPrintFrame() local