HomeSort by relevance Sort by last modified time
    Searched refs:clipWidth (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFieldset.cpp 183 LayoutUnit clipWidth = max(static_cast<LayoutUnit>(style()->borderLeftWidth()), legend->width());
184 graphicsContext->clipOut(pixelSnappedIntRect(clipLeft, paintRect.y() + legend->y(), clipWidth, legend->height()));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtilsImpl.js 463 var clipWidth = WebInspector.TimelineUIUtils._quadWidth(clip);
465 contentHelper.appendTextRow(WebInspector.UIString("Dimensions"), WebInspector.UIString("%d × %d", clipWidth, clipHeight));
TracingTimelineUIUtils.js 537 var clipWidth = WebInspector.TimelineUIUtils._quadWidth(clip);
539 contentHelper.appendTextRow(WebInspector.UIString("Dimensions"), WebInspector.UIString("%d × %d", clipWidth, clipHeight));
    [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 

Completed in 141 milliseconds