Searched defs:marginWidth (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFrameElementBase.h40 int marginWidth() const { return m_marginWidth; } function in class:WebCore::HTMLFrameElementBase
H A DHTMLBodyElement.cpp180 int marginWidth = ownerFrameElement.marginWidth(); local
/macosx-10.10/WebCore-7600.1.25/loader/
H A DSubframeLoader.cpp298 int marginWidth = -1; local
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrameView.h91 LayoutUnit marginWidth() const { return m_margins.width(); } // -1 means default function in class:WebCore::final
H A DFrameView.cpp315 LayoutUnit marginWidth = frameElt->marginWidth(); local
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp171 createFrame(const URL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DPublicDOMInterfaces.h528 @property (copy) NSString *marginWidth; variable
570 @property (copy) NSString *marginWidth; variable

Completed in 303 milliseconds