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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFocusController.h70 Frame* focusedFrame() const { return m_focusedFrame.get(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScope.cpp358 static Element* focusedFrameOwnerElement(Frame* focusedFrame, Frame* currentFrame) argument
360 for (; focusedFrame; focusedFrame = focusedFrame->tree().parent()) {
361 if (focusedFrame->tree().parent() == currentFrame) {
363 return focusedFrame->deprecatedLocalOwner();
374 element = focusedFrameOwnerElement(document.page()->focusController().focusedFrame(), document.frame());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp993 RefPtrWillBeRawPtr<Frame> focusedFrame = focusedCoreFrame(); local
994 if (focusedFrame && focusedFrame->isRemoteFrameTemporary()) {
995 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(toLocalFrameTemporary(focusedFrame.get()));
1000 if (!focusedFrame || !focusedFrame->isLocalFrame())
1003 LocalFrame* frame = toLocalFrame(focusedFrame.get());
1413 Frame* focusedFrame = page()->focusController().focusedOrMainFrame(); local
1414 if (!focusedFrame->isLocalFrame())
1416 bool handled = toLocalFrame(focusedFrame)
2108 RefPtrWillBeRawPtr<Frame> focusedFrame = m_page->focusController().focusedFrame(); local
2264 Frame* focusedFrame = focusedCoreFrame(); local
2728 WebFrame* WebViewImpl::focusedFrame() function in class:WebViewImpl
2737 Frame* focusedFrame = focusedCoreFrame(); local
[all...]

Completed in 103 milliseconds