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

12 3 4

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundle.cpp 179 String InjectedBundle::pageSizeAndMarginsInPixels(WebFrame* frame, int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft)
185 return PrintContext::pageSizeAndMarginsInPixels(coreFrame, pageIndex, width, height, marginTop, marginRight, marginBottom, marginLeft);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
CaptureDisplay.java 154 e.gc.drawRectangle(x - sViewNode.marginLeft, y - sViewNode.marginTop, width
156 + sViewNode.marginTop + sViewNode.marginBottom - 1);
PixelPerfect.java 230 int nodeMarginTop = mSelectedNode.marginTop;
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
  /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 103 virtual int marginTop() const = 0;
InlineFlowBox.h 120 return isHorizontal() ? boxModelObject()->marginLeft() : boxModelObject()->marginTop();
RenderFileUploadControl.cpp 246 + 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...]
  /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 258 SkLength marginLeft, marginTop, marginRight, marginBottom;
260 marginTop = SkLength::convertLength(view->style()->marginTop());
286 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/Tools/DumpRenderTree/
LayoutTestController.h 77 JSRetainPtr<JSStringRef> pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) const;

Completed in 646 milliseconds

12 3 4