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

12 3 4

  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp 506 result = FloatRect(offset.width() + currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), offset.height() + logicalTop, currBox->width() + currBox->marginLeft() + currBox->marginRight(), logicalHeight);
590 result = FloatRect(currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), logicalTop, currBox->width() + currBox->marginLeft() + currBox->marginRight(), logicalHeight);
663 int RenderInline::marginLeft() const
665 return computeMargin(this, style()->marginLeft());
    [all...]
RenderBoxModelObject.h 101 virtual int marginLeft() const = 0;
InlineFlowBox.h 120 return isHorizontal() ? boxModelObject()->marginLeft() : boxModelObject()->marginTop();
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()))
479 return child->x() + child->renderer()->marginLeft();
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [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 186 - (NSString *)marginLeft;
187 - (void)setMarginLeft:(NSString *)marginLeft;
DOMCSS.mm 797 - (NSString *)marginLeft
802 - (void)setMarginLeft:(NSString *)marginLeft
804 [self setProperty:@"margin-left" value:marginLeft priority:@""];
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 247 SkLength marginLeft, marginTop, marginRight, marginBottom;
248 marginLeft = convertLength(view->style()->marginLeft());
268 marginLeft, marginTop,
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 465 // marginLeft must be initialized to the default values that are used if
472 int& marginLeft) = 0;
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 179 int& marginLeft);
  /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 326 * @marginLeft: left 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));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 321 layout.marginLeft = 30;
390 layout.marginLeft = 30;
EmulatorConfigTab.java 191 layout.marginLeft = 30;
  /external/webkit/Source/WebCore/platform/wx/
RenderThemeWx.cpp 207 if (style->marginLeft().quirk())
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 96 layout.marginLeft = 0;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 600 if (node.hasMargins && (node.marginLeft | node.marginBottom |
603 s.drawRect(-node.marginLeft, -node.marginTop,
604 node.marginLeft + node.width + node.marginRight - 1,
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 63 content.css({marginLeft:parseInt(navWidth) + 6 + "px", //account for 6px-wide handle-bar
200 content.css({marginLeft:parseInt(sidenavWidth) + 6 + "px", //account for 6px-wide handle-bar
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 183 if (style->marginLeft().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;

Completed in 1357 milliseconds

12 3 4