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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SuggestBox.js 109 this._leftSpacerElement.style.flexBasis = anchorBox.x + "px";
114 this._bottomSpacerElement.style.flexBasis = "auto";
115 this._topSpacerElement.style.flexBasis = (anchorBox.y + anchorBox.height) + "px";
117 this._bottomSpacerElement.style.flexBasis = (totalHeight - anchorBox.y) + "px";
118 this._topSpacerElement.style.flexBasis = "auto";
SplitView.js 308 this._sidebarElement.style.removeProperty("flexBasis");
435 this.sidebarElement().style.flexBasis = sidebarSizeValue;
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 130 return a.flexBasis() == b.flexBasis();
CSSAnimatableValueFactory.cpp 343 return createFromLength(style.flexBasis(), style);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.cpp 344 Length flexLength = child.style()->flexBasis();
600 static inline bool preferredMainAxisExtentDependsOnLayout(const Length& flexBasis, bool hasInfiniteLineLength)
602 return flexBasis.isAuto() || (flexBasis.isPercent() && hasInfiniteLineLength);
617 Length flexBasis = flexBasisForChild(child);
618 if (preferredMainAxisExtentDependsOnLayout(flexBasis, hasInfiniteLineLength)) {
634 return std::max(LayoutUnit(0), computeMainAxisExtentForChild(child, MainOrPreferredSize, flexBasis));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /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/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 176 milliseconds