OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addUncommittedWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
LineWidth.h
62
void
addUncommittedWidth
(float delta) { m_uncommittedWidth += delta; }
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h
514
m_width.
addUncommittedWidth
(inlineLogicalWidth(box));
589
m_width.
addUncommittedWidth
(inlineLogicalWidth(m_current.object()) + borderPaddingMarginStart(flowBox) + borderPaddingMarginEnd(flowBox));
624
m_width.
addUncommittedWidth
(replacedLogicalWidth);
626
m_width.
addUncommittedWidth
(replacedLogicalWidth);
[
all
...]
Completed in 30 milliseconds