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

12 3

  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 133 public boolean isAuto() {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.cpp 271 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
294 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
RenderTheme.cpp     [all...]
RenderTableSection.cpp 409 if (m_grid[row].logicalHeight.isAuto()) {
645 } else if (m_grid[row].logicalHeight.isAuto()) {
    [all...]
RenderThemeChromiumSkia.cpp 159 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
RenderGrid.cpp 451 const bool hasUndefinedRemainingSpace = (direction == ForRows) ? style()->logicalHeight().isAuto() : gridElementIsShrinkToFit();
514 ASSERT(!trackLength.isAuto());
528 ASSERT(!trackLength.isAuto());
    [all...]
RenderBox.h 429 return document().inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isDocumentElement() || isBody()) && !isInline();
    [all...]
RenderThemeChromiumMac.mm 680 if (style->height().isAuto() && size.height() > 0)
    [all...]
RenderObject.cpp 897 if (img->isGeneratedImage() && layer.sizeLength().width().isAuto())
934 if (img->isGeneratedImage() && layer.sizeLength().height().isAuto())
    [all...]
RenderInline.cpp 722 if (margin.isAuto())
    [all...]
RenderBlock.cpp     [all...]
RenderBlockFlow.cpp 524 if (style()->textAlign() == WEBKIT_CENTER || child->style()->marginStartUsing(style()).isAuto())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 675 TextDirection HTMLElement::directionalityIfhasDirAutoAttribute(bool& isAuto) const
678 isAuto = false;
682 isAuto = true;
    [all...]
HTMLTextFormControlElement.cpp 713 bool isAuto;
714 TextDirection textDirection = element->directionalityIfhasDirAutoAttribute(isAuto);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 300 if (style->marginLeft().isAuto())
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 197 bool fixedToRight = !fixedPositionObject->style()->right().isAuto();
198 bool fixedToBottom = !fixedPositionObject->style()->bottom().isAuto();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 451 bool hasAutoLeftAndRight() const { return left().isAuto() && right().isAuto(); }
452 bool hasAutoTopAndBottom() const { return top().isAuto() && bottom().isAuto(); }
526 OutlineIsAuto outlineStyleIsAuto() const { return static_cast<OutlineIsAuto>(m_background->outline().isAuto()); }
549 bool isFixedTableLayout() const { return tableLayout() == TFIXED && !logicalWidth().isAuto(); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 482 bool isAuto;
483 TextDirection textDirection = toHTMLElement(state.element())->directionalityIfhasDirAutoAttribute(isAuto);
484 if (isAuto)
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 359 int32_t isAuto, isDefault, isForced;
360 CHECK(format->findInt32("auto", &isAuto));
365 reply->writeInt32(isAuto);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 629 if (l.isAuto()) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 277 boolean autoDownload = downloadManager.isAuto();
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 222 boolean autoDownload = downloadManager.isAuto();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 610 milliseconds

12 3