HomeSort by relevance Sort by last modified time
    Searched defs:flex (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleDeprecatedFlexibleBoxData.h 44 float flex; member in class:WebCore::StyleDeprecatedFlexibleBoxData
GridLength.h 39 // or <flex>. This class avoids spreading the knowledge of <flex> throughout the rendering directory by adding
51 explicit GridLength(double flex)
52 : m_flex(flex)
62 double flex() const { ASSERT(isFlex()); return m_flex; } function in class:WebCore::GridLength
  /external/chromium_org/third_party/skia/src/views/
SkStackViewLayout.cpp 71 /* 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/
SkStackViewLayout.cpp 71 /* 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 588 milliseconds