OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_committedWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.h
56
float currentWidth() const { return
m_committedWidth
+ m_uncommittedWidth; }
59
float committedWidth() const { return
m_committedWidth
; }
80
float
m_committedWidth
;
LineWidth.cpp
41
,
m_committedWidth
(0)
104
m_committedWidth
+= m_uncommittedWidth;
114
startOverhang = std::min<int>(startOverhang,
m_committedWidth
);
182
ASSERT(!
m_committedWidth
);
Completed in 50 milliseconds