OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nEffCols
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp
87
unsigned
nEffCols
= m_table->numEffCols();
88
m_width.resize(
nEffCols
);
110
if (currentEffectiveColumn >=
nEffCols
) {
112
nEffCols
++;
118
nEffCols
++;
158
while (usedSpan < span && currentColumn <
nEffCols
) {
210
unsigned
nEffCols
= m_table->numEffCols();
214
if (
nEffCols
!= m_width.size()) {
217
nEffCols
= m_table->numEffCols();
220
Vector<int> calcWidth(
nEffCols
, 0)
[
all
...]
AutoTableLayout.cpp
143
unsigned
nEffCols
= m_table->numEffCols();
144
m_layoutStruct.resize(
nEffCols
);
161
if (!colLogicalWidth.isAuto() && span == 1 && effCol <
nEffCols
&& m_table->spanOfEffCol(effCol) == 1) {
174
for (unsigned i = 0; i <
nEffCols
; i++)
262
size_t
nEffCols
= m_layoutStruct.size();
265
for (size_t i = 0; i <
nEffCols
; ++i) {
294
while (lastCol <
nEffCols
&& span > 0) {
480
size_t
nEffCols
= m_table->numEffCols();
484
if (
nEffCols
!= m_layoutStruct.size()) {
487
nEffCols
= m_table->numEffCols()
[
all
...]
RenderTableSection.cpp
[
all
...]
Completed in 29 milliseconds