OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linesBox
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp
758
IntRect
linesBox
= text->linesBoundingBox();
759
if (!
linesBox
.maxX() && !
linesBox
.maxY())
761
point.moveBy(
linesBox
.maxXMaxYCorner());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp
194
IntRect
linesBox
= text.linesBoundingBox();
195
r = IntRect(text.firstRunX(), text.firstRunY(),
linesBox
.width(),
linesBox
.height());
[
all
...]
Completed in 28 milliseconds