OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalFixed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.cpp
186
int
totalFixed
= 0;
195
// Count the total length of all of the fixed columns/rows ->
totalFixed
199
totalFixed
+= gridLayout[i];
223
if (
totalFixed
> remainingLen) {
228
gridLayout[i] = (gridLayout[i] * remainingFixed) /
totalFixed
;
233
remainingLen -=
totalFixed
;
293
} else if (
totalFixed
) {
302
changeFixed = (remainingFixed * gridLayout[i]) /
totalFixed
;
AutoTableLayout.cpp
497
float
totalFixed
= 0;
515
totalFixed
+= m_layoutStruct[i].effectiveMaxLogicalWidth;
590
int cellLogicalWidth = static_cast<int>(available * static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) /
totalFixed
);
592
totalFixed
-= m_layoutStruct[i].effectiveMaxLogicalWidth;
[
all
...]
Completed in 2480 milliseconds