Searched refs:marginWidth (Results 1 - 25 of 48) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/
H A DRenderFrame.cpp53 int marginWidth = element->marginWidth(); local
56 if (marginWidth != -1)
57 view->setMarginWidth(marginWidth);
H A DRenderEmbeddedObject.cpp239 int marginWidth = -1; local
243 marginWidth = frame->marginWidth();
246 if (marginWidth != -1)
247 view->setMarginWidth(marginWidth);
/external/webkit/Source/WebKit/wx/
H A DWebFramePrivate.h56 int marginWidth; member in class:WebViewFrameData
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridLayoutFactory.java72 m_layout.marginWidth = margins;
88 m_layout.marginWidth = m_layout.marginHeight = margins;
96 m_layout.marginWidth = m_layout.marginHeight = 0;
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLFrameElement04.js78 The marginWidth attribute specifies the frame margin width, in pixels.
80 Retrieve the marginWidth attribute of the first FRAME element and examine
103 vmarginwidth = testNode.marginWidth;
H A DHTMLIFrameElement05.js78 The marginWidth attribute specifies the frame margin width, in pixels.
80 Retrieve the marginWidth attribute of the first FRAME element and examine
103 vmarginwidth = testNode.marginWidth;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLFrameElement04.js78 The marginWidth attribute specifies the frame margin width, in pixels.
80 Retrieve the marginWidth attribute of the first FRAME element and examine
103 vmarginwidth = testNode.marginWidth;
H A DHTMLIFrameElement05.js78 The marginWidth attribute specifies the frame margin width, in pixels.
80 Retrieve the marginWidth attribute of the first FRAME element and examine
103 vmarginwidth = testNode.marginWidth;
/external/webkit/Source/WebCore/html/
H A DHTMLFrameElementBase.h39 int marginWidth() const { return m_marginWidth; } function in class:WebCore::HTMLFrameElementBase
H A DHTMLFrameElement.idl28 attribute [Reflect] DOMString marginWidth;
H A DHTMLIFrameElement.idl29 attribute [Reflect] DOMString marginWidth;
H A DHTMLBodyElement.cpp189 int marginWidth = ownerFrameElement->marginWidth(); local
190 if (marginWidth != -1)
191 setAttribute(marginwidthAttr, String::number(marginWidth));
/external/skia/src/views/
H A DSkTextBox.cpp142 SkScalar marginWidth = fBox.width(); local
144 if (marginWidth <= 0 || len == 0)
157 x = SkScalarHalf(marginWidth);
160 x = marginWidth;
175 int count = SkTextLineBreaker::CountLines(text, textStop - text, paint, marginWidth);
197 len = linebreak(text, textStop, paint, marginWidth);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe_p.h68 int marginWidth; member in class:QWebFrameData
82 , marginWidth(-1)
120 int marginWidth; member in class:QWebFramePrivate
/external/webkit/Source/WebCore/loader/
H A DSubframeLoader.cpp239 int marginWidth = -1; local
244 marginWidth = o->marginWidth();
254 RefPtr<Frame> frame = m_frame->loader()->client()->createFrame(url, name, ownerElement, hideReferrer ? String() : referrer, allowsScrolling, marginWidth, marginHeight);
H A DFrameLoaderClient.h248 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) = 0;
/external/chromium/chrome/browser/resources/ntp/
H A Dmost_visited.js265 var marginWidth = 10;
270 var w = thumbWidth + 2 * borderWidth + 2 * marginWidth;
272 var sumWidth = cols * w - 2 * marginWidth;
H A Dapps.js399 var marginWidth = 6;
406 width: width + marginWidth + borderWidth,
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp839 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
847 data->marginWidth = marginWidth;
838 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
H A DFrameLoaderClientWx.h212 const String& referrer, bool allowsScrolling, int marginWidth, int 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/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.h187 virtual WTF::PassRefPtr<Frame> createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.h137 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.h229 bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.h120 const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);

Completed in 416 milliseconds

12