OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computedLogicalWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.h
58
,
computedLogicalWidth
(0)
69
int
computedLogicalWidth
;
AutoTableLayout.cpp
505
m_layoutStruct[i].
computedLogicalWidth
= cellLogicalWidth;
538
available += m_layoutStruct[i].
computedLogicalWidth
- cellLogicalWidth;
539
m_layoutStruct[i].
computedLogicalWidth
= cellLogicalWidth;
548
int cellLogicalWidth = m_layoutStruct[i].
computedLogicalWidth
;
554
m_layoutStruct[i].
computedLogicalWidth
= newLogicalWidth;
564
if (logicalWidth.isFixed() && logicalWidth.value() > m_layoutStruct[i].
computedLogicalWidth
) {
565
available += m_layoutStruct[i].
computedLogicalWidth
- logicalWidth.value();
566
m_layoutStruct[i].
computedLogicalWidth
= logicalWidth.value();
577
int cellLogicalWidth = max<int>(m_layoutStruct[i].
computedLogicalWidth
, static_cast<int>(available * static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) / totalAuto));
580
m_layoutStruct[i].
computedLogicalWidth
= cellLogicalWidth
[
all
...]
Completed in 23 milliseconds