OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clipWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFieldset.cpp
182
LayoutUnit
clipWidth
= max(static_cast<LayoutUnit>(style()->borderLeftWidth()), legend->width());
183
graphicsContext->clipOut(pixelSnappedIntRect(clipLeft, paintRect.y() + legend->y(),
clipWidth
, legend->height()));
/prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar
Completed in 85 milliseconds