HomeSort by relevance Sort by last modified time
    Searched refs:marginBottom (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 140 return isHorizontal() ? boxModelObject()->marginRight() : boxModelObject()->marginBottom();
RenderInline.cpp 728 LayoutUnit RenderInline::marginBottom() const
730 return computeMargin(this, style()->marginBottom());
    [all...]
RenderBox.h 283 virtual LayoutUnit marginBottom() const OVERRIDE { return m_marginBox.bottom(); }
    [all...]
InlineFlowBox.cpp 421 LayoutUnit logicalRightMargin = isHorizontal() ? curr->boxModelObject()->marginRight() : curr->boxModelObject()->marginBottom();
660 LayoutUnit underSideMargin = curr->isHorizontal() ? box.marginBottom() : box.marginLeft();
    [all...]
RenderLayerScrollableArea.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebRemoteFrameImpl.cpp 651 int& marginBottom,
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.idl 206 [RaisesException] DOMString pageSizeAndMarginsInPixels(long pageIndex, long width, long height, long marginTop, long marginRight, long marginBottom, long marginLeft);
Internals.cpp     [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 599 if (node.hasMargins && (node.marginLeft | node.marginBottom |
604 node.marginTop + node.height + node.marginBottom - 1);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /frameworks/base/core/java/android/widget/
Toolbar.java 211 final int marginBottom = a.getDimensionPixelOffset(R.styleable.Toolbar_titleMarginBottom,
213 if (marginBottom >= 0) {
214 mTitleMarginBottom = marginBottom;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 222 final int marginBottom = a.getDimensionPixelOffset(R.styleable.Toolbar_titleMarginBottom,
224 if (marginBottom >= 0) {
225 mTitleMarginBottom = marginBottom;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp 361 return createFromLength(style.marginBottom(), style);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SplitView.js 463 this._resizerElement.style.marginBottom = -this._resizerElementSize / 2 + "px";
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ResponsiveDesignView.js 349 this._heightSliderContainer.style.marginBottom = "-" + cssSliderWidth;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
navigation_list.js 223 * @return {{height: number, marginTop: number, marginBottom:number,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 258 rlClipartPreviewPanel.marginBottom = 0;
403 rlPreviewAreaPreviewArea.marginBottom = 0;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
Document.h 500 // pixels per inch. pageSize, marginTop, marginRight, marginBottom,
503 void pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 495 gridLayout.marginBottom = 3;
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-resizable.min.js     [all...]
  /external/doclava/res/assets/templates/assets/
jquery-resizable.min.js     [all...]
  /ndk/docs/renderscript/
jquery.js     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 36 $('h2').not('#qv h2').not('#tb h2').not('.sidebox h2').not('#devdoc-nav h2').not('h2.norule').css({marginBottom:0}).after('<hr/>');
    [all...]

Completed in 1318 milliseconds

12 3 4