Searched defs:flex (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleDeprecatedFlexibleBoxData.h44 float flex; member in class:blink::StyleDeprecatedFlexibleBoxData
H A DGridLength.h39 // or <flex>. This class avoids spreading the knowledge of <flex> throughout the rendering directory by adding
50 explicit GridLength(double flex) argument
51 : m_flex(flex)
61 double flex() const { ASSERT(isFlex()); return m_flex; } function in class:blink::GridLength
/external/chromium_org/third_party/skia/src/views/
H A DSkStackViewLayout.cpp71 /* Measure the main-dimension for all the children. If a child is marked flex in that direction
80 int n = 0, flex = 0; local
86 flex += 1;
93 *flexCount = flex;
/external/skia/src/views/
H A DSkStackViewLayout.cpp71 /* Measure the main-dimension for all the children. If a child is marked flex in that direction
80 int n = 0, flex = 0; local
86 flex += 1;
93 *flexCount = flex;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGrid.cpp72 GridTrackForNormalization(const GridTrack& track, double flex) argument
74 , m_flex(flex)
75 , m_normalizedFlexValue(track.m_usedBreadth / flex)
481 normalizedFractionBreadth = std::max(normalizedFractionBreadth, tracks[trackIndex].m_usedBreadth / trackSize.maxTrackBreadth().flex());
504 tracks[trackIndex].m_usedBreadth = std::max<LayoutUnit>(tracks[trackIndex].m_usedBreadth, normalizedFractionBreadth * trackSize.maxTrackBreadth().flex());
561 tracksForNormalization.append(GridTrackForNormalization(tracks[resolvedPosition.toInt()], trackSize.maxTrackBreadth().flex()));
564 // The function is not called if we don't have <flex> grid tracks
570 // to match a grid track's usedBreadth to <flex> ratio until the total fractions sized grid tracks wouldn't
579 // If the normalized flex value (we ordered |tracksForNormalization| by increasing normalized flex valu
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 73 milliseconds