HomeSort by relevance Sort by last modified time
    Searched refs:marginHeight (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/rendering/
RenderFrame.cpp 54 int marginHeight = element->marginHeight();
58 if (marginHeight != -1)
59 view->setMarginHeight(marginHeight);
RenderEmbeddedObject.cpp 240 int marginHeight = -1;
244 marginHeight = frame->marginHeight();
248 if (marginHeight != -1)
249 view->setMarginHeight(marginHeight);
  /external/webkit/Source/WebKit/wx/
WebFramePrivate.h 57 int marginHeight;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridLayoutFactory.java 80 m_layout.marginHeight = margins;
88 m_layout.marginWidth = m_layout.marginHeight = margins;
96 m_layout.marginWidth = m_layout.marginHeight = 0;
  /external/webkit/Source/WebKit/qt/Api/
qwebframe_p.h 69 int marginHeight;
83 , marginHeight(-1)
121 int marginHeight;
  /external/webkit/Source/WebCore/html/
HTMLFrameElementBase.h 40 int marginHeight() const { return m_marginHeight; }
HTMLFrameElement.idl 27 attribute [Reflect] DOMString marginHeight;
HTMLIFrameElement.idl 28 attribute [Reflect] DOMString marginHeight;
HTMLBodyElement.cpp 192 int marginHeight = ownerFrameElement->marginHeight();
193 if (marginHeight != -1)
194 setAttribute(marginheightAttr, String::number(marginHeight));
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLFrameElement03.js 78 The marginHeight attribute specifies the frame margin height, in pixels.
80 Retrieve the marginHeight attribute of the first FRAME element and examine
103 vmarginheight = testNode.marginHeight;
HTMLIFrameElement06.js 78 The marginHeight attribute specifies the frame margin height, in pixels.
80 Retrieve the marginHeight attribute of the first IFRAME element and examine
103 vmarginheight = testNode.marginHeight;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLFrameElement03.js 78 The marginHeight attribute specifies the frame margin height, in pixels.
80 Retrieve the marginHeight attribute of the first FRAME element and examine
103 vmarginheight = testNode.marginHeight;
HTMLIFrameElement06.js 78 The marginHeight attribute specifies the frame margin height, in pixels.
80 Retrieve the marginHeight attribute of the first IFRAME element and examine
103 vmarginheight = testNode.marginHeight;
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
PixelPerfectLoupeView.java 65 loupeLayout.marginWidth = loupeLayout.marginHeight = 0;
73 pixelPerfectLoupeBorderGridLayout.marginHeight = 0;
TreeViewView.java 51 layout.marginWidth = layout.marginHeight = 0;
  /external/webkit/Source/WebCore/loader/
SubframeLoader.cpp 240 int marginHeight = -1;
245 marginHeight = o->marginHeight();
254 RefPtr<Frame> frame = m_frame->loader()->client()->createFrame(url, name, ownerElement, hideReferrer ? String() : referrer, allowsScrolling, marginWidth, marginHeight);
FrameLoaderClient.h 248 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) = 0;
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 229 bool allowsScrolling, int marginWidth, int marginHeight);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.h 120 const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LayoutCreatorDialog.java 123 gl.marginHeight = gl.marginWidth = 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 94 layout.marginHeight = 0;
207 gridLayout.marginHeight = 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ProjectCheckPage.java 87 gl.marginHeight = gl.marginWidth = 0;
151 gl.marginHeight = gl.marginWidth = 0;
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.cpp 839 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
848 data->marginHeight = marginHeight;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 337 layout.marginHeight = convertVerticalDLUsToPixels(IDialogConstants.VERTICAL_MARGIN);
406 layout.marginRight = layout.marginHeight = 0;
475 layout.marginRight = layout.marginHeight = 0;
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.cpp 170 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
172 return m_webView->createFrame(url, name, ownerElement, referrer, allowsScrolling, marginWidth, marginHeight);

Completed in 363 milliseconds

1 2 3 4