HomeSort by relevance Sort by last modified time
    Searched refs:isAuto (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
OutlineValue.h 60 OutlineIsAuto isAuto() const { return static_cast<OutlineIsAuto>(m_isAuto); }
61 void setIsAuto(OutlineIsAuto isAuto) { m_isAuto = isAuto; }
GridPosition.h 56 bool isAuto() const { return m_type == AutoPosition; }
114 return isAuto() || isSpan();
GridLength.h 70 bool isContentSized() const { return m_type == LengthType && (m_length.isAuto() || m_length.isMinContent() || m_length.isMaxContent()); }
GridTrackSize.h 79 if (m_minTrackBreadth.isLength() && m_minTrackBreadth.length().isAuto()) {
88 if (m_maxTrackBreadth.isLength() && m_maxTrackBreadth.length().isAuto()) {
GridResolvedPosition.cpp 61 if (initialPosition.isAuto() && finalPosition.isSpan() && !finalPosition.namedGridLine().isNull())
63 if (finalPosition.isAuto() && initialPosition.isSpan() && !initialPosition.namedGridLine().isNull())
222 if (position.isAuto())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp     [all...]
RenderFlexibleBox.cpp 345 if (flexLength.isAuto())
602 return flexBasis.isAuto() || (flexBasis.isPercent() && hasInfiniteLineLength);
692 if (child->style()->marginLeft().isAuto())
694 if (child->style()->marginRight().isAuto())
697 if (child->style()->marginTop().isAuto())
699 if (child->style()->marginBottom().isAuto())
716 if (child.style()->marginLeft().isAuto())
718 if (child.style()->marginRight().isAuto())
721 if (child.style()->marginTop().isAuto())
723 if (child.style()->marginBottom().isAuto())
    [all...]
RenderBoxModelObject.cpp 161 if (logicalHeightLength.isAuto())
188 if (cb->isOutOfFlowPositioned() && !cb->style()->logicalTop().isAuto() && !cb->style()->logicalBottom().isAuto())
205 if (!style()->left().isAuto()) {
206 if (!style()->right().isAuto() && !containingBlock->style()->isLeftToRightDirection())
210 } else if (!style()->right().isAuto()) {
220 if (!style()->top().isAuto()
226 else if (!style()->bottom().isAuto()
RenderFullScreen.cpp 188 if (style->width().isAuto())
190 if (style->height().isAuto())
FixedTableLayout.cpp 159 if (m_width[currentColumn].isAuto() && logicalWidth.type() != Auto) {
238 } else if (m_width[i].isAuto()) {
277 if (m_width[i].isAuto()) {
AutoTableLayout.cpp 157 if (colLogicalWidth.isAuto())
163 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
188 if ((tw.isAuto() || tw.isPercent()) && !table->isOutOfFlowPositioned()) {
191 cb->style()->width().isAuto() && !cb->isOutOfFlowPositioned())
196 (cb->style()->width().isAuto() || cb->style()->width().isPercent())) {
198 if (cell->colSpan() > 1 || cell->table()->style()->width().isAuto())
595 if (logicalWidth.isAuto() && totalAuto && !m_layoutStruct[i].emptyCellsOnly) {
639 if (m_layoutStruct[i].effectiveLogicalWidth.isAuto() && m_layoutStruct[i].emptyCellsOnly)
661 if (logicalWidth.isAuto())
    [all...]
RenderReplaced.cpp 216 if (style()->logicalHeight().isAuto())
235 return hasRelativeLogicalHeight() && style()->logicalWidth().isAuto() && !hasAutoHeightOrContainingBlockWithAutoHeight();
279 if (intrinsicRatio && !intrinsicSize.isEmpty() && style()->logicalWidth().isAuto() && style()->logicalHeight().isAuto()) {
350 if (style()->logicalWidth().isAuto()) {
413 bool widthIsAuto = style()->logicalWidth().isAuto();
RenderDeprecatedFlexibleBox.cpp     [all...]
RenderTextControlSingleLine.cpp 112 if (innerEditorRenderer && !innerEditorRenderer->style()->logicalHeight().isAuto()) {
119 if (viewPortRenderer && !viewPortRenderer->style()->logicalHeight().isAuto()) {
RenderMarquee.cpp 247 if (!isHorizontal() && s->height().isAuto())
RenderScrollbarPart.cpp 90 if (!length.isIntrinsicOrAuto() || (sizeType == MinSize && length.isAuto()))
RenderTableCell.h 93 if (!styleWidth.isAuto())
  /external/chromium_org/third_party/WebKit/Source/web/
PageScaleConstraintsSet.cpp 171 if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom)
199 if (useWideViewport && (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description.zoom != 1.0f) {
206 if (m_userAgentConstraints.initialScale != -1 && (description.maxWidth.type() == DeviceWidth || ((description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description.zoom == -1))) {
225 if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom || description.maxWidth.type() == DeviceWidth) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.cpp 54 if (length.isAuto())
86 if (isLegacyViewportType() && maxWidth.isAuto()) {
93 } else if (maxHeight.isAuto()) {
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.cpp 215 if (renderer && (renderer->style()->logicalHeight().isAuto() || renderer->style()->logicalWidth().isAuto()))
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.h 83 TextDirection directionalityIfhasDirAutoAttribute(bool& isAuto) const;
HTMLMetaElement-in.cpp 314 if (width.isAuto())
322 if (height.isAuto())
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 380 if (style->width().isAuto())
382 if (style->height().isAuto())
  /external/chromium_org/third_party/WebKit/Source/platform/
Length.h 274 bool isAuto() const { return type() == Auto; }
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationTransaction.java 136 boolean autoDownload = downloadManager.isAuto();

Completed in 2173 milliseconds

1 2 3