HomeSort by relevance Sort by last modified time
    Searched refs:flexBasis (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SuggestBox.js 110 this._leftSpacerElement.style.flexBasis = anchorBox.x + "px";
115 this._bottomSpacerElement.style.flexBasis = "auto";
116 this._topSpacerElement.style.flexBasis = (anchorBox.y + anchorBox.height) + "px";
118 this._bottomSpacerElement.style.flexBasis = (totalHeight - anchorBox.y) + "px";
119 this._topSpacerElement.style.flexBasis = "auto";
SplitView.js 309 this._sidebarElement.style.removeProperty("flexBasis");
436 this.sidebarElement().style.flexBasis = sidebarSizeValue;
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 132 return a.flexBasis() == b.flexBasis();
CSSAnimatableValueFactory.cpp 335 return createFromLength(style.flexBasis(), style);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.cpp 372 Length flexLength = child->style()->flexBasis();
624 static inline bool preferredMainAxisExtentDependsOnLayout(const Length& flexBasis, bool hasInfiniteLineLength)
626 return flexBasis.isAuto() || (flexBasis.isFixed() && !flexBasis.value() && hasInfiniteLineLength);
638 Length flexBasis = flexBasisForChild(child);
639 if (preferredMainAxisExtentDependsOnLayout(flexBasis, hasInfiniteLineLength)) {
655 return std::max(LayoutUnit(0), computeMainAxisExtentForChild(child, MainOrPreferredSize, flexBasis));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ResponsiveDesignView.js 348 this._heightSliderContainer.style.flexBasis = cssSliderWidth;
350 this._widthSliderContainer.style.flexBasis = cssSliderWidth;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineView.js 546 this._recordsView.sidebarElement().firstElementChild.style.flexBasis = (startIndex * rowHeight + headerHeight) + "px";
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 212 milliseconds