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

12 3 4

  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp 508 result = FloatRect(offset.width() + logicalTop, offset.height() + currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight, currBox->height() + currBox->marginTop() + currBox->marginBottom());
592 result = FloatRect(logicalTop, currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight, currBox->height() + currBox->marginTop() + currBox->marginBottom());
673 int RenderInline::marginTop() const
675 return computeMargin(this, style()->marginTop());
    [all...]
RenderBoxModelObject.h 99 virtual int marginTop() const = 0;
InlineFlowBox.h 120 return isHorizontal() ? boxModelObject()->marginLeft() : boxModelObject()->marginTop();
RenderFileUploadControl.cpp 239 + buttonRenderer->marginTop() + buttonRenderer->borderTop() + buttonRenderer->paddingTop()
RenderBlock.h 370 , rect(IntRect(f->x() - f->marginLeft(), f->y() - f->marginTop(), f->width() + f->marginLeft() + f->marginRight(), f->height() + f->marginTop() + f->marginBottom()))
489 return child->y() + child->renderer()->marginTop();
    [all...]
RenderTextControlSingleLine.cpp 615 resultsRenderer->marginTop() + resultsRenderer->marginBottom()));
623 cancelRenderer->marginTop() + cancelRenderer->marginBottom()));
    [all...]
RenderTheme.cpp 637 return box->height() + box->marginTop() + m_theme->baselinePositionAdjustment(o->style()->appearance()) * o->style()->effectiveZoom();
639 return box->height() + box->marginTop();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOMCSS.h 180 - (NSString *)marginTop;
181 - (void)setMarginTop:(NSString *)marginTop;
DOMCSS.mm 767 - (NSString *)marginTop
772 - (void)setMarginTop:(NSString *)marginTop
774 [self setProperty:@"margin-top" value:marginTop priority:@""];
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 247 SkLength marginLeft, marginTop, marginRight, marginBottom;
249 marginTop = convertLength(view->style()->marginTop());
268 marginLeft, marginTop,
    [all...]
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLUnderOver.cpp 265 baseline += current->style()->marginTop().value();
  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 464 // pixels per inch. pageSize, marginTop, marginRight, marginBottom,
469 int& marginTop,
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 176 int& marginTop,
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h 186 static QString pageSizeAndMarginsInPixels(QWebFrame* frame, int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft);
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 256 QString pageSizeAndMarginsInPixels(int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft);
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 564 JSRetainPtr<JSStringRef> LayoutTestController::pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) const
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 323 * @marginTop: top margin of a page
330 CString DumpRenderTreeSupportGtk::pageSizeAndMarginsInPixels(WebKitWebFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft)
338 return PrintContext::pageSizeAndMarginsInPixels(coreFrame, pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft).utf8();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.cpp 341 JSRetainPtr<JSStringRef> LayoutTestController::pageSizeAndMarginsInPixels(int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft)
344 return toJS(WKBundlePageSizeAndMarginsInPixels(InjectedBundle::shared().bundle(), mainFrame, pageIndex, width, height, marginTop, marginRight, marginBottom, marginLeft));
  /external/webkit/Source/WebCore/platform/wx/
RenderThemeWx.cpp 215 if (style->marginTop().quirk())
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 97 layout.marginTop = 0;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java     [all...]
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 190 if (style->marginTop().quirk())
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 77 JSRetainPtr<JSStringRef> pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) const;
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PixelPerfect.java 222 int nodeMarginTop = mSelectedNode.marginTop;

Completed in 1540 milliseconds

12 3 4