HomeSort by relevance Sort by last modified time
    Searched full:marginheight (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/ManualTests/resources/
popup200x100.html 5 <body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
popup200x200.html 5 <body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
  /external/chromium_org/third_party/mesa/src/docs/
index.html 11 scrolling="no" marginwidth="1" marginheight="1">
16 marginwidth="2" marginheight="1" noresize="noresize">
19 marginwidth="3" marginheight="1" noresize="noresize">
  /external/mesa3d/docs/
index.html 11 scrolling="no" marginwidth="1" marginheight="1">
16 marginwidth="2" marginheight="1" noresize="noresize">
19 marginwidth="3" marginheight="1" noresize="noresize">
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.html 12 <body marginwidth="0" marginheight="0" >
  /external/chromium_org/webkit/data/test_shell/iframes/
testiframe.html 12 marginheight = '0'
  /external/chromium_org/third_party/WebKit/ManualTests/
plugin-in-iframe-scroll.html 3 <iframe src="resources/plugin-in-iframe-scroll-iframe.html" width="300" height="300" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border:1px"></iframe>
6 <iframe src="resources/plugin-in-iframe-scroll-iframe.html" width="300" height="300" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border:1px"></iframe>
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrame.cpp 59 int marginHeight = element->marginHeight();
63 if (marginHeight != -1)
64 view->setMarginHeight(marginHeight);
RenderEmbeddedObject.cpp 253 int marginHeight = -1;
257 marginHeight = frame->marginHeight();
261 if (marginHeight != -1)
262 view->setMarginHeight(marginHeight);
  /prebuilts/tools/common/proguard/proguard4.7/docs/
index.html 24 document.write("<frameset rows=\"50,*\" framespacing=\"0\" frameborder=\"no\"><frame id=\"title\" name=\"title\" src=\"title.html\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" noresize /><frameset cols=\"120,*\" framespacing=\"0\" frameborder=\"no\"><frame id=\"sections\" name=\"sections\" src=\""+sections+"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" noresize /><frame id=\"main\" name=\"main\" src=\""+main+"\" scrolling=\"auto\" marginwidth=\"10\" marginheight=\"10\" noresize /></frameset></frameset>");
40 marginheight="0"
54 marginheight="0"
63 marginheight="10"
  /external/proguard/docs/
index.html 24 marginheight="0"
37 marginheight="0"
45 marginheight="10"
  /frameworks/base/docs/html/guide/topics/renderscript/
reference.jd 21 <iframe SRC="{@docRoot}reference/renderscript/index.html" width="100%" id="iframe" marginheight="0" frameborder="0" onLoad="autoResize(this);"></iframe>
  /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/chromium_org/chrome/browser/resources/chromeos/login/
screen_gaia_signin.html 9 marginheight="0"
oobe_screen_oauth_enrollment.html 6 marginheight="0" frameborder="0" scrolling="no"></iframe>
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElement.idl 25 [Reflect, TreatNullAs=NullString] attribute DOMString marginHeight;
HTMLIFrameElement.idl 26 [Reflect, TreatNullAs=NullString] attribute DOMString marginHeight;
HTMLBodyElement.cpp 162 // and marginheight attribute can magically appear on the <body> of all documents
170 int marginHeight = ownerFrameElement->marginHeight();
171 if (marginHeight != -1)
172 setIntegralAttribute(marginheightAttr, marginHeight);
HTMLAttributeNames.in 152 marginheight
HTMLFrameElementBase.h 40 int marginHeight() const { return m_marginHeight; }
  /external/chromium_org/tools/grit/grit/testdata/
searchbox.html 1 <body bgcolor=#ffffff topmargin=2 marginheight=2>
mini.html 18 <BODY bottomMargin=0 bgColor=#3300cc leftMargin=0 topMargin=0 rightMargin=0 marginwidth="0" marginheight="0">
del_header.html 1 <body bgcolor="#ffffff" topmargin="2" marginheight="2">
  /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;

Completed in 2261 milliseconds

1 2 3 4