HomeSort by relevance Sort by last modified time
    Searched refs:marginHeight (Results 1 - 25 of 91) 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;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
GridLayoutBuilder.java 50 mGL.marginHeight = 0;
61 mGL.marginHeight = n;
GridDialog.java 68 layout.marginHeight = convertVerticalDLUsToPixels(IDialogConstants.VERTICAL_MARGIN);
  /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/hierarchyviewer2/app/src/com/android/hierarchyviewer/
HierarchyViewerApplication.java 232 mainLayout.marginHeight = mainLayout.marginWidth = 0;
257 statusBarLayout.marginHeight = statusBarLayout.marginWidth = 2;
320 gridLayout.marginWidth = gridLayout.marginHeight = 0;
328 buttonLayout.marginWidth = buttonLayout.marginHeight = 0;
335 innerButtonPanelLayout.marginWidth = innerButtonPanelLayout.marginHeight = 2;
360 gridLayout.marginWidth = gridLayout.marginHeight = 0;
368 buttonLayout.marginWidth = buttonLayout.marginHeight = 0;
375 innerButtonPanelLayout.marginWidth = innerButtonPanelLayout.marginHeight = 2;
429 layoutViewerLayout.marginWidth = layoutViewerLayout.marginHeight = 0;
436 fullButtonBarLayout.marginWidth = fullButtonBarLayout.marginHeight = 0
    [all...]
  /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 49 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);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdDetailsDialog.java 63 gl.marginHeight = gl.marginWidth = 0;
120 gl.marginHeight = gl.marginWidth = 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 121 gl.marginHeight = gl.marginWidth = 0;
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
TreeViewControls.java 47 layout.marginWidth = layout.marginHeight = 2;
  /sdk/traceview/src/com/android/traceview/
PropertiesDialog.java 58 gridLayout.marginHeight = 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;

Completed in 559 milliseconds

1 2 3 4