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

1 2

  /external/webkit/WebCore/rendering/
RenderBox.cpp     [all...]
FixedTableLayout.cpp 99 if (w.isAuto())
173 if (m_width[cCol + i].isAuto() && w.type() != Auto) {
256 } else if (m_width[i].isAuto()) {
294 if (m_width[i].isAuto()) {
AutoTableLayout.cpp 123 if (w.isAuto() || (w.isRelative() && w.value() > l.width.rawValue()))
178 if (w.isAuto())
183 if (!w.isAuto() && span == 1 && cEffCol < nEffCols) {
218 if ((tw.isAuto() || tw.isPercent()) && !table->isPositioned()) {
221 cb->style()->width().isAuto() && !cb->isPositioned())
226 (cb->style()->width().isAuto() || cb->style()->width().isPercent())) {
231 if (cell->colSpan() > 1 || cell->table()->style()->width().isAuto())
617 if (width.isAuto() && totalAuto != 0 && !m_layoutStruct[i].emptyCellsOnly) {
662 if (m_layoutStruct[i].effWidth.isAuto() && m_layoutStruct[i].emptyCellsOnly)
684 if (width.isAuto())
    [all...]
RenderBoxModelObject.cpp 316 if (!style()->left().isAuto()) {
318 if (!style()->right().isAuto() && containingBlock()->style()->direction() == RTL)
322 if (!style()->right().isAuto()) {
331 if (!style()->top().isAuto())
333 else if (!style()->bottom().isAuto())
650 if (layerWidth.isAuto() && !layerHeight.isAuto())
652 else if (!layerWidth.isAuto() && layerHeight.isAuto())
654 else if (layerWidth.isAuto() && layerHeight.isAuto())
    [all...]
RenderDataGrid.cpp 104 } else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent()))
RenderMarquee.cpp 244 } else if (s->height().isAuto()) //vertical marquee with no specified height
RenderSVGRoot.cpp 71 if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent())) {
RenderThemeSafari.cpp 380 if (style->height().isAuto() && size.height() > 0)
444 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
483 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
568 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
    [all...]
RenderFileUploadControl.cpp 265 } else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent()))
RenderReplaced.cpp 205 if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent())) {
RenderFlexibleBox.cpp 671 (child->style()->height().isAuto() && child->isBlockFlow() && !child->needsLayout())) {
681 if (child->style()->height().isAuto() && child->isBlockFlow())
693 if (child->isPositioned() || !child->style()->height().isAuto() || !child->isBlockFlow())
    [all...]
RenderTable.cpp 85 if (style()->tableLayout() == TFIXED && !style()->width().isAuto())
230 if (!style()->marginLeft().isAuto())
232 if (!style()->marginRight().isAuto())
    [all...]
RenderTableSection.cpp 520 if (m_grid[r].height.isAuto())
549 if (numAuto > 0 && m_grid[r].height.isAuto()) {
613 (!table()->style()->height().isAuto() && rHeight != cell->height());
    [all...]
RenderBox.h 219 return style()->htmlHacks() && style()->height().isAuto() && !isFloatingOrPositioned() && (isRoot() || isBody());
RenderSlider.cpp 248 } else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent()))
RenderObject.h     [all...]
  /external/webkit/WebCore/platform/haiku/
RenderThemeHaiku.cpp 131 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
138 if (style->height().isAuto())
  /external/webkit/WebCore/platform/wx/
RenderThemeWx.cpp 213 if (style->height().isAuto()) {
225 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
235 if (style->height().isAuto())
  /external/webkit/WebCore/platform/
Length.h 158 bool isAuto() const { return type() == Auto; }
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationTransaction.java 131 boolean autoDownload = downloadManager.isAuto();
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 128 public boolean isAuto() {
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 368 bool hasStaticX() const { return (left().isAuto() && right().isAuto()) || left().isStatic() || right().isStatic(); }
369 bool hasStaticY() const { return (top().isAuto() && bottom().isAuto()) || top().isStatic(); }
    [all...]
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 180 if (style->height().isAuto()) {
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.cpp 349 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
374 if (style->height().isAuto())
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 293 if (!renderStyle->width().isIntrinsicOrAuto() && !renderStyle->height().isAuto())
368 if (renderStyle->height().isAuto() && size.height() > 0)

Completed in 1527 milliseconds

1 2