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

/macosx-10.10.1/WebKit-7600.1.25/mac/DOM/
H A DWebDOMOperations.h84 @property contentFrame
87 @property (nonatomic, readonly, strong) WebFrame *contentFrame; variable
94 @property contentFrame
97 @property (nonatomic, readonly, strong) WebFrame *contentFrame; variable
104 @property contentFrame
109 @property (nonatomic, readonly, strong) WebFrame *contentFrame; variable
H A DWebDOMOperations.mm197 - (WebFrame *)contentFrame
206 - (WebFrame *)contentFrame
224 - (WebFrame *)contentFrame
/macosx-10.10.1/WebKit-7600.1.25/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.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.cpp248 Frame* frame = static_cast<HTMLFrameElement*>(m_node.get())->contentFrame();
260 Frame* frame = toHTMLIFrameElement(m_node.get())->contentFrame();
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DDOMHTML.idl949 HRESULT contentFrame([out, retval] IWebFrame** result);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DDOMHTMLClasses.cpp1604 HRESULT STDMETHODCALLTYPE DOMHTMLIFrameElement::contentFrame( function in class:DOMHTMLIFrameElement
1612 COMPtr<IWebFrame> webFrame = kit(iFrameElement->contentFrame());
H A DDOMHTMLClasses.h2615 virtual HRESULT STDMETHODCALLTYPE contentFrame(

Completed in 145 milliseconds