Searched defs:marginBottom (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderScrollbar.cpp324 int marginBottom = part ? static_cast<int>(part->marginBottom()) : 0; local
H A DRenderInline.cpp727 LayoutUnit RenderInline::marginBottom() 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.cpp556 double marginBottom = gtk_page_setup_get_bottom_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.cpp2084 Length marginBottom = style->marginBottom(); 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.h701 Length marginBottom() const { return surround->margin.bottom(); } function in class:WebCore::RenderStyle

Completed in 170 milliseconds