Searched refs:contentFrame (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/WebKit/mac/DOM/
H A DWebDOMOperations.h84 @method contentFrame
87 - (WebFrame *)contentFrame;
94 @method contentFrame
97 - (WebFrame *)contentFrame;
104 @method contentFrame
109 - (WebFrame *)contentFrame;
H A DWebDOMOperations.mm190 - (WebFrame *)contentFrame
199 - (WebFrame *)contentFrame
222 - (WebFrame *)contentFrame
/external/webkit/Source/WebCore/html/
H A DHTMLFrameElementBase.cpp106 if (contentFrame())
107 contentFrame()->setInViewSourceMode(viewSourceMode());
138 if (contentFrame())
139 contentFrame()->setInViewSourceMode(viewSourceMode());
163 if (Frame* frame = contentFrame())
198 if (Frame* frame = contentFrame())
230 page->focusController()->setFocusedFrame(contentFrame());
231 else if (page->focusController()->focusedFrame() == contentFrame()) // Focus may have already been given to another frame, don't take it away.
H A DHTMLFrameOwnerElement.cpp56 if (Frame* frame = contentFrame()) {
88 if (Frame* frame = contentFrame())
H A DHTMLFrameOwnerElement.h41 Frame* contentFrame() const { return m_contentFrame; } function in class:WebCore::HTMLFrameOwnerElement
/external/webkit/Source/WebCore/page/
H A DFocusController.cpp154 if (!owner->contentFrame())
157 Document* document = owner->contentFrame()->document();
277 if (!owner->contentFrame())
281 setFocusedFrame(owner->contentFrame());
445 if (frameOwnerElement(candidate) && (!frameOwnerElement(candidate)->contentFrame() || candidate.rect.isEmpty()))
540 // If we have an iframe without the src attribute, it will not have a contentFrame().
543 ASSERT(frameElement->contentFrame());
554 frameElement->contentFrame()->document()->updateLayoutIgnorePendingStylesheets();
555 if (!advanceFocusDirectionallyInContainer(frameElement->contentFrame()->document(), rect, direction, event)) {
H A DEventHandler.cpp938 Frame* frame = static_cast<HTMLFrameElementBase*>(n)->contentFrame();
1775 Frame* frame = static_cast<HTMLFrameElementBase*>(target)->contentFrame();
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.cpp193 Frame* frame = static_cast<HTMLFrameElement*>(m_node.get())->contentFrame();
205 Frame* frame = static_cast<HTMLIFrameElement*>(m_node.get())->contentFrame();
/external/webkit/Source/WebKit/mac/Carbon/
H A DCarbonWindowAdapter.mm937 HIRect rootBounds, contentFrame;
942 HIViewGetFrame( contentView, &contentFrame );
946 contentFrame.origin.y = rootBounds.size.height - CGRectGetMaxY( contentFrame );
949 if ( !NSEqualRects( *(NSRect*)&contentFrame, oldContentFrameRect ) ) {
950 [_contentView setFrame:*(NSRect*)&contentFrame];
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLDocumentCustom.cpp75 if (node->hasTagName(iframeTag) && (frame = static_cast<HTMLIFrameElement*>(node)->contentFrame()))
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLDocumentCustom.cpp88 if (node->hasTagName(HTMLNames::iframeTag) && (frame = static_cast<HTMLIFrameElement*>(node)->contentFrame()))
/external/webkit/Source/WebKit/chromium/src/
H A DWebPageSerializer.cpp113 Frame* frame = static_cast<HTMLFrameOwnerElement*>(element)->contentFrame();
H A DWebFrameImpl.cpp692 return fromFrame(frameElement->contentFrame());
2070 return fromFrame(frameElement->contentFrame());
/external/webkit/Source/WebCore/loader/
H A DSubframeLoader.cpp228 Frame* frame = ownerElement->contentFrame();
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMHTML.idl949 HRESULT contentFrame([out, retval] IWebFrame** result);
/external/webkit/Source/WebCore/loader/archive/cf/
H A DLegacyWebArchive.cpp506 (childFrame = static_cast<HTMLFrameOwnerElement*>(node)->contentFrame())) {
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp1607 HRESULT STDMETHODCALLTYPE DOMHTMLIFrameElement::contentFrame( function in class:DOMHTMLIFrameElement
1615 COMPtr<IWebFrame> webFrame = kit(iFrameElement->contentFrame());
H A DDOMHTMLClasses.h2615 virtual HRESULT STDMETHODCALLTYPE contentFrame(
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp1555 return element->isFrameOwnerElement() && static_cast<HTMLFrameOwnerElement*>(element)->contentFrame();
1631 Document* childDocument = owner->contentFrame()->document();
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp902 if (frame() && frame()->tree()->isDescendantOf(iframe->contentFrame())) {

Completed in 780 milliseconds