OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateLineDimension
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.h
75
void
updateLineDimension
(LayoutUnit newLineTop, LayoutUnit newLineWidth, const float& newLineLeft, const float& newLineRight);
LineWidth.cpp
136
void LineWidth::
updateLineDimension
(LayoutUnit newLineTop, LayoutUnit newLineWidth, const float& newLineLeft, const float& newLineRight)
177
updateLineDimension
(newLineTop, newLineWidth, newLineLeft, newLineRight);
206
updateLineDimension
(lastFloatLogicalBottom, newLineWidth, newLineLeft, newLineRight);
Completed in 3683 milliseconds