Searched defs:focusedFrame (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFocusController.h73 Frame* focusedFrame() const { return m_focusedFrame.get(); } function in class:WebCore::FocusController
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScope.cpp349 static Element* focusedFrameOwnerElement(Frame* focusedFrame, Frame* currentFrame) argument
351 for (; focusedFrame; focusedFrame = focusedFrame->tree().parent()) {
352 if (focusedFrame->tree().parent() == currentFrame) {
354 return focusedFrame->deprecatedLocalOwner();
365 element = focusedFrameOwnerElement(document.page()->focusController().focusedFrame(), document.frame());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp943 RefPtr<Frame> focusedFrame = focusedWebCoreFrame(); local
944 if (focusedFrame && focusedFrame->isRemoteFrameTemporary()) {
945 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(toLocalFrameTemporary(focusedFrame.get()));
950 if (!focusedFrame || !focusedFrame->isLocalFrame())
953 RefPtr<LocalFrame> frame = toLocalFrame(focusedFrame.get());
1345 Frame* focusedFrame = page()->focusController().focusedOrMainFrame(); local
1346 if (!focusedFrame->isLocalFrame())
1348 bool handled = toLocalFrame(focusedFrame)
1955 RefPtr<Frame> focusedFrame = m_page->focusController().focusedFrame(); local
2526 WebFrame* WebViewImpl::focusedFrame() function in class:WebViewImpl
2535 Frame* focusedFrame = focusedWebCoreFrame(); local
[all...]

Completed in 123 milliseconds