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

1 2

  /external/webkit/Source/WebCore/rendering/style/
OutlineValue.h 52 bool isAuto() const { return m_isAuto; }
RenderStyle.h 388 bool hasAutoLeftAndRight() const { return left().isAuto() && right().isAuto(); }
389 bool hasAutoTopAndBottom() const { return top().isAuto() && bottom().isAuto(); }
456 bool outlineStyleIsAuto() const { return m_background->outline().isAuto(); }
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp     [all...]
FixedTableLayout.cpp 98 if (w.isAuto())
170 if (m_width[cCol + i].isAuto() && w.type() != Auto) {
253 } else if (m_width[i].isAuto()) {
291 if (m_width[i].isAuto()) {
AutoTableLayout.cpp 114 if (cellLogicalWidth.isAuto() || (cellLogicalWidth.isRelative() && cellLogicalWidth.value() > columnLayout.logicalWidth.value()))
161 if (colLogicalWidth.isAuto())
166 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
196 if ((tw.isAuto() || tw.isPercent()) && !table->isPositioned()) {
199 cb->style()->width().isAuto() && !cb->isPositioned())
204 (cb->style()->width().isAuto() || cb->style()->width().isPercent())) {
209 if (cell->colSpan() > 1 || cell->table()->style()->width().isAuto())
594 if (logicalWidth.isAuto() && totalAuto && !m_layoutStruct[i].emptyCellsOnly) {
637 if (m_layoutStruct[i].effectiveLogicalWidth.isAuto() && m_layoutStruct[i].emptyCellsOnly)
659 if (logicalWidth.isAuto())
    [all...]
RenderSlider.cpp 86 } else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent()))
RenderBoxModelObject.cpp 385 if (!style()->left().isAuto()) {
387 if (!style()->right().isAuto() && !cb->style()->isLeftToRightDirection())
391 if (!style()->right().isAuto()) {
408 if (!style()->top().isAuto()
409 && (!containingBlock->style()->height().isAuto()
414 if (!style()->bottom().isAuto()
415 && (!containingBlock->style()->height().isAuto()
808 if (layerWidth.isAuto() && !layerHeight.isAuto()) {
    [all...]
RenderThemeChromiumLinux.cpp 200 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
219 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
RenderDataGrid.cpp 110 } else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent()))
RenderMarquee.cpp 247 } else if (s->height().isAuto()) //vertical marquee with no specified height
RenderThemeSafari.cpp 381 if (style->height().isAuto() && size.height() > 0)
445 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
484 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
569 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
    [all...]
RenderThemeChromiumSkia.cpp 211 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
520 if (style->height().isAuto())
RenderFileUploadControl.cpp 296 } else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent()))
RenderFlexibleBox.cpp     [all...]
RenderTable.cpp 94 if (style()->tableLayout() == TFIXED && !style()->logicalWidth().isAuto())
242 if (!style()->marginStart().isAuto())
244 if (!style()->marginEnd().isAuto())
    [all...]
RenderTableSection.cpp 528 if (m_grid[r].logicalHeight.isAuto())
557 if (numAuto > 0 && m_grid[r].logicalHeight.isAuto()) {
620 || (!table()->style()->logicalHeight().isAuto() && rHeight != cell->logicalHeight());
    [all...]
  /external/webkit/Source/WebCore/platform/haiku/
RenderThemeHaiku.cpp 131 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
138 if (style->height().isAuto())
  /external/webkit/Source/WebCore/platform/wx/
RenderThemeWx.cpp 214 if (style->height().isAuto()) {
226 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
236 if (style->height().isAuto())
  /external/webkit/Source/WebCore/html/
HTMLElement.h 84 TextDirection directionalityIfhasDirAutoAttribute(bool& isAuto) const;
HTMLElement.cpp 837 TextDirection HTMLElement::directionalityIfhasDirAutoAttribute(bool& isAuto) const
    [all...]
  /external/webkit/Source/WebCore/platform/
Length.h 171 bool isAuto() const { return type() == Auto; }
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationTransaction.java 136 boolean autoDownload = downloadManager.isAuto();
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 127 public boolean isAuto() {
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp 70 if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent())) {
  /external/webkit/Source/WebCore/page/
PrintContext.cpp 283 if (style->marginLeft().isAuto())

Completed in 208 milliseconds

1 2