OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxLogicalWidth
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.h
55
,
maxLogicalWidth
(0)
66
int
maxLogicalWidth
;
AutoTableLayout.cpp
75
columnLayout.
maxLogicalWidth
= max<int>(columnLayout.
maxLogicalWidth
, 1);
79
if (cell->maxPreferredLogicalWidth() > columnLayout.
maxLogicalWidth
) {
80
columnLayout.
maxLogicalWidth
= cell->maxPreferredLogicalWidth();
129
if (m_table->document().inQuirksMode() && columnLayout.
maxLogicalWidth
> columnLayout.logicalWidth.value() && fixedContributor != maxContributor) {
135
columnLayout.
maxLogicalWidth
= max(columnLayout.
maxLogicalWidth
, columnLayout.minLogicalWidth);
163
if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].
maxLogicalWidth
< colLogicalWidth.value())
164
m_layoutStruct[effCol].
maxLogicalWidth
= colLogicalWidth.value();
260
int
maxLogicalWidth
= 0
[
all
...]
RenderText.cpp
[
all
...]
RenderBox.cpp
[
all
...]
Completed in 35 milliseconds