Searched defs:marginLeft (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderScrollbar.cpp315 int marginLeft = part ? static_cast<int>(part->marginLeft()) : 0; local
H A DRenderText.h109 virtual LayoutUnit marginLeft() const { return minimumValueForLength(style()->marginLeft(), 0, view()); } function in class:WebCore::RenderText
H A DRenderDeprecatedFlexibleBox.cpp155 Length marginLeft = child->style()->marginLeft(); local
H A DRenderFlexibleBox.cpp155 Length marginLeft = child->style()->marginStartUsing(parentStyle); local
[all...]
H A DRenderInline.cpp712 LayoutUnit RenderInline::marginLeft() const function in class:WebCore::RenderInline
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPrintContext.cpp294 String PrintContext::pageSizeAndMarginsInPixels(Frame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/c/
H A DWKBundle.cpp288 WKStringRef WKBundlePageSizeAndMarginsInPixels(WKBundleRef bundleRef, WKBundleFrameRef frameRef, int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DWebPrintOperationGtk.cpp553 double marginLeft = gtk_page_setup_get_left_margin(m_pageSetup.get(), GTK_UNIT_POINTS); local
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp466 String InjectedBundle::pageSizeAndMarginsInPixels(WebFrame* frame, int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) argument
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp2090 Length marginLeft = style->marginLeft(); local
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.cpp1777 String Internals::pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft, ExceptionCode& ec) const argument
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.cpp1955 void Document::pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h702 Length marginLeft() const { return surround->margin.left(); } function in class:WebCore::RenderStyle

Completed in 244 milliseconds