Searched defs:marginHeight (Results 1 - 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLFrameElementBase.h40 int marginHeight() const { return m_marginHeight; } function in class:WebCore::HTMLFrameElementBase
H A DHTMLBodyElement.cpp192 int marginHeight = ownerFrameElement->marginHeight(); local
193 if (marginHeight != -1)
194 setAttribute(marginheightAttr, String::number(marginHeight));
/external/webkit/Source/WebCore/rendering/
H A DRenderFrame.cpp54 int marginHeight = element->marginHeight(); local
58 if (marginHeight != -1)
59 view->setMarginHeight(marginHeight);
H A DRenderEmbeddedObject.cpp240 int marginHeight = -1; local
244 marginHeight = frame->marginHeight();
248 if (marginHeight != -1)
249 view->setMarginHeight(marginHeight);
/external/webkit/Source/WebKit/wx/
H A DWebFramePrivate.h57 int marginHeight; member in class:WebViewFrameData
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe_p.h69 int marginHeight; member in class:QWebFrameData
83 , marginHeight(-1)
121 int marginHeight; member in class:QWebFramePrivate
/external/webkit/Source/WebCore/loader/
H A DSubframeLoader.cpp240 int marginHeight = -1; local
245 marginHeight = o->marginHeight();
254 RefPtr<Frame> frame = m_frame->loader()->client()->createFrame(url, name, ownerElement, hideReferrer ? String() : referrer, allowsScrolling, marginWidth, marginHeight);
/external/webkit/Source/WebCore/page/
H A DFrameView.h73 int marginHeight() const { return m_margins.height(); } // -1 means default function in class:WebCore::FrameView
H A DFrameView.cpp293 int marginHeight = frameElt->marginHeight(); local
296 if (marginHeight != -1)
297 setMarginHeight(marginHeight);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp170 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
172 return m_webView->createFrame(url, name, ownerElement, referrer, allowsScrolling, marginWidth, marginHeight);
169 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h528 @property(copy) NSString *marginHeight; variable
570 @property(copy) NSString *marginHeight; variable
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp1403 int marginHeight)
1396 createFrame( const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp340 PassRefPtr<Frame> FrameLoaderClientEfl::createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp640 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
639 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp720 int marginWidth, int marginHeight)
717 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp839 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
848 data->marginHeight = marginHeight;
838 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp1173 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
1172 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp997 bool allowsScrolling, int marginWidth, int marginHeight)
995 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp1286 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
1301 frameData.marginHeight = marginHeight;
1285 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 236 milliseconds