HomeSort by relevance Sort by last modified time
    Searched full:isinline (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/chromium_org/third_party/libxml/src/
HTMLtree.c 875 if ((format) && (!info->isinline) && (cur->next != NULL)) {
901 (info != NULL) && (!info->isinline)) {
922 if ((format) && (info != NULL) && (!info->isinline) &&
930 if ((format) && (info != NULL) && (!info->isinline) &&
945 if ((format) && (info != NULL) && (!info->isinline) &&
  /external/libxml2/
HTMLtree.c 897 if ((format) && (!info->isinline) && (cur->next != NULL)) {
923 (info != NULL) && (!info->isinline)) {
944 if ((format) && (info != NULL) && (!info->isinline) &&
952 if ((format) && (info != NULL) && (!info->isinline) &&
967 if ((format) && (info != NULL) && (!info->isinline) &&
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp 314 while (cb && (cb->style()->position() == StaticPosition || (cb->isInline() && !cb->isReplaced())) && !cb->isRenderView()) {
315 if (cb->style()->position() == RelativePosition && cb->isInline() && !cb->isReplaced()) {
471 bool childIsNormal = newChild->isInline() || !newChild->style()->columnSpan();
472 bool bcpIsNormal = beforeChildParent->isInline() || !beforeChildParent->style()->columnSpan();
473 bool flowIsNormal = flow->isInline() || !flow->style()->columnSpan();
517 bool newChildHasColumnSpan = newChild->style()->columnSpan() && !newChild->isInline();
598 cloneBlock->setChildrenInline(cloneBlock->firstChild() ? cloneBlock->firstChild()->isInline() : childrenInline());
    [all...]
RenderBoxModelObject.cpp 617 bool isInline = isRenderInline();
618 bool isFixedPos = !isInline && style()->position() == FixedPosition;
619 bool hasTransform = !isInline && hasLayer() && layer()->transform();
RenderBox.h 429 return document().inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isDocumentElement() || isBody()) && !isInline();
544 bool isDeprecatedFlexItem() const { return !isInline() && !isFloatingOrOutOfFlowPositioned() && parent() && parent()->isDeprecatedFlexibleBox(); }
545 bool isFlexItemIncludingDeprecated() const { return !isInline() && !isFloatingOrOutOfFlowPositioned() && parent() && parent()->isFlexibleBoxIncludingDeprecated(); }
    [all...]
RenderLineBoxList.cpp 243 if (container->isInline() && !container->ancestorLineBoxDirty()) {
RenderRubyRun.cpp 93 return child->isRubyText() || child->isInline();
RenderBlock.h 336 virtual bool isInlineBlockOrInlineTable() const OVERRIDE FINAL { return isInline() && isReplaced(); }
RenderListItem.cpp 238 if (currChild->isInline() && (!currChild->isRenderInline() || curr->generatesLineBoxesForInlineChild(currChild)))
RootInlineBox.cpp 715 ASSERT(renderer->isInline());
716 if (!renderer->isInline())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
SASSSourceMapping.js 394 if (!header.sourceMapURL || !header.sourceURL || header.isInline || !WebInspector.settings.cssSourceMapsEnabled.get())
409 if (!sourceURL || !header.sourceMapURL || header.isInline || !this._completeSourceMapURLForCSSURL[sourceURL])
NetworkUISourceCodeProvider.js 96 if (header.isInline && header.origin !== "inspector")
StylesSourceMapping.js 186 if (this._styleFiles.get(uiSourceCode) || header.isInline)
  /external/chromium_org/third_party/libxml/src/include/libxml/
HTMLparser.h 51 char isinline; /* is this a block 0 or inline 1 element */ member in struct:_htmlElemDesc
  /external/libxml2/include/libxml/
HTMLparser.h 51 char isinline; /* is this a block 0 or inline 1 element */ member in struct:_htmlElemDesc
  /frameworks/compile/slang/
slang_rs_reflection.h 222 const char *RenderScriptVar, bool IsInline);
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 473 boolean isInline = false;
492 isInline = getValueInt() == 1;
513 if (isInline && !TextUtils.isEmpty(contentId)) {
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp 870 if (!o->isInline() || o->isReplaced()) {
895 if (!o->isInline() || o->isReplaced()) {
930 if (!o->isInline() || o->isReplaced()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h 107 bool isInline(const Node*);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 375 ASSERT(!isInline());
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaLambda.cpp 393 /*isInline=*/true,
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 863 FX_BOOL IsInline()

Completed in 565 milliseconds

12 3 4