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

/macosx-10.9.5/WebKit-7537.78.2/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.mm182 - (WebFrame *)contentFrame
191 - (WebFrame *)contentFrame
209 - (WebFrame *)contentFrame
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLFrameElementBase.cpp89 if (contentFrame())
90 contentFrame()->setInViewSourceMode(viewSourceMode());
124 if (contentFrame())
125 contentFrame()->setInViewSourceMode(viewSourceMode());
180 if (Frame* frame = contentFrame())
214 page->focusController()->setFocusedFrame(contentFrame());
215 else if (page->focusController()->focusedFrame() == contentFrame()) // Focus may have already been given to another frame, don't take it away.
H A DHTMLFrameOwnerElement.cpp82 if (Frame* frame = contentFrame()) {
H A DHTMLFrameOwnerElement.h42 Frame* contentFrame() const { return m_contentFrame; } function in class:WebCore::HTMLFrameOwnerElement
H A DHTMLPlugInImageElement.cpp178 if (contentFrame() && protocolIsJavaScript(completeURL)
/macosx-10.9.5/WebKit-7537.78.2/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 [(NSView *)_contentView setFrame:*(NSRect*)&contentFrame];
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DContainerNodeAlgorithms.cpp121 if (node->isFrameOwnerElement() && toFrameOwnerElement(node)->contentFrame())
H A DDocument.cpp1044 if (frame() && frame()->tree()->isDescendantOf(frameOwnerElement->contentFrame())) {
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFocusController.cpp109 ASSERT(frame && frame->contentFrame());
110 return FocusNavigationScope(frame->contentFrame()->document());
239 if (!owner->contentFrame())
326 if (!owner->contentFrame())
330 setFocusedFrame(owner->contentFrame());
713 if (frameOwnerElement(candidate) && (!frameOwnerElement(candidate)->contentFrame() || candidate.rect.isEmpty()))
807 // If we have an iframe without the src attribute, it will not have a contentFrame().
810 ASSERT(frameElement->contentFrame());
821 frameElement->contentFrame()->document()->updateLayoutIgnorePendingStylesheets();
822 if (!advanceFocusDirectionallyInContainer(frameElement->contentFrame()
[all...]
H A DPageSerializer.cpp154 Frame* frame = frameOwner->contentFrame();
H A DEventHandler.cpp2015 frame = static_cast<HTMLFrameElementBase*>(target)->contentFrame();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.cpp247 Frame* frame = static_cast<HTMLFrameElement*>(m_node.get())->contentFrame();
260 Frame* frame = toHTMLIFrameElement(m_node.get())->contentFrame();
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSHTMLDocumentCustom.cpp78 if (node->hasTagName(iframeTag) && (frame = toHTMLIFrameElement(node)->contentFrame()))
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DSubframeLoader.cpp338 Frame* frame = ownerElement->contentFrame();
347 ASSERT(ownerElement->contentFrame() == frame || !ownerElement->contentFrame());
348 return ownerElement->contentFrame();
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DFatFingers.cpp129 return element->isFrameOwnerElement() && static_cast<HTMLFrameOwnerElement*>(element)->contentFrame();
334 Document* childDocument = owner && owner->contentFrame() ? owner->contentFrame()->document() : 0;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMHTML.idl949 HRESULT contentFrame([out, retval] IWebFrame** result);
/macosx-10.9.5/WebCore-7537.78.1/loader/archive/cf/
H A DLegacyWebArchive.cpp525 (childFrame = toFrameOwnerElement(node)->contentFrame())) {
/macosx-10.9.5/WebKit-7537.78.2/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(
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorDOMAgent.cpp1410 Frame* frame = frameOwner->contentFrame();

Completed in 271 milliseconds