Home
last modified time | relevance | path

Searched refs:isInline (Results 1 – 25 of 59) sorted by relevance

123

/external/webkit/Source/WebCore/bindings/v8/
DV8WindowErrorHandler.h42 …static PassRefPtr<V8WindowErrorHandler> create(v8::Local<v8::Object> listener, bool isInline, cons… in create() argument
44 return adoptRef(new V8WindowErrorHandler(listener, isInline, worldContext)); in create()
48 …V8WindowErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worl…
DV8WorkerContextErrorHandler.h44 …8WorkerContextErrorHandler> create(v8::Local<v8::Object> listener, bool isInline, const WorldConte… in create() argument
46 return adoptRef(new V8WorkerContextErrorHandler(listener, isInline, worldContext)); in create()
50 …V8WorkerContextErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandl…
DV8WorkerContextEventListener.h47 …WorkerContextEventListener> create(v8::Local<v8::Object> listener, bool isInline, const WorldConte… in create() argument
49 return adoptRef(new V8WorkerContextEventListener(listener, isInline, worldContext)); in create()
55 …V8WorkerContextEventListener(v8::Local<v8::Object> listener, bool isInline, const WorldContextHand…
DV8WorkerContextErrorHandler.cpp42 …ndler::V8WorkerContextErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldConte… in V8WorkerContextErrorHandler() argument
43 : V8WorkerContextEventListener(listener, isInline, worldContext) in V8WorkerContextErrorHandler()
DV8WindowErrorHandler.cpp40 V8WindowErrorHandler::V8WindowErrorHandler(v8::Local<v8::Object> listener, bool isInline, const Wor… in V8WindowErrorHandler() argument
41 : V8EventListener(listener, isInline, worldContext) in V8WindowErrorHandler()
DV8WorkerContextEventListener.cpp52 …ener::V8WorkerContextEventListener(v8::Local<v8::Object> listener, bool isInline, const WorldConte… in V8WorkerContextEventListener() argument
53 : V8EventListener(listener, isInline, worldContext) in V8WorkerContextEventListener()
/external/webkit/Source/WebCore/rendering/
DRenderRuby.cpp48 || (object->isInline() && (object->isBeforeContent() || object->isAfterContent())) in isAnonymousRubyInlineBlock()
132 if (child->isInline()) { in addChild()
147 if (child->isInline()) { in addChild()
239 if (child->isInline()) { in addChild()
254 if (child->isInline()) { in addChild()
DRenderSummary.cpp58 setReplaced(isInline()); in styleDidChange()
DRenderRubyText.cpp51 return child->isInline(); in isChildAllowed()
DRenderInline.cpp102 } else if (isInline() && parent()) in destroy()
114 if (!continuation || continuation->isInline()) in inlineElementContinuation()
206 if (renderer->isInline() && !renderer->isReplaced()) in nextContinuation()
242 if (!newChild->isInline() && !newChild->isFloatingOrPositioned()) { in addChildIgnoringContinuation()
445 bool childInline = newChild->isInline(); in addChildToContinuation()
446 bool bcpInline = beforeChildParent->isInline(); in addChildToContinuation()
447 bool flowInline = flow->isInline(); in addChildToContinuation()
735 RenderBox* contBlock = c->isInline() ? c->containingBlock() : toRenderBlock(c); in positionForPoint()
736 if (c->isInline() || c->firstChild()) in positionForPoint()
1013 if (continuation() && !continuation()->isInline()) { in clippedOverflowRectForRepaint()
[all …]
DRenderDetails.cpp97 setReplaced(isInline()); in styleDidChange()
DRenderRubyBase.cpp53 return child->isInline(); in isChildAllowed()
DRenderBlock.cpp218 …while (cb && (cb->style()->position() == StaticPosition || (cb->isInline() && !cb->isReplaced())) … in styleWillChange()
219 … if (cb->style()->position() == RelativePosition && cb->isInline() && !cb->isReplaced()) { in styleWillChange()
358 bool childIsNormal = newChild->isInline() || !newChild->style()->columnSpan(); in addChildToContinuation()
359 bool bcpIsNormal = beforeChildParent->isInline() || !beforeChildParent->style()->columnSpan(); in addChildToContinuation()
360 bool flowIsNormal = flow->isInline() || !flow->style()->columnSpan(); in addChildToContinuation()
387 bool newChildHasColumnSpan = newChild->style()->columnSpan() && !newChild->isInline(); in addChildToAnonymousColumnBlocks()
450 if (!childrenInline() && cloneBlock->firstChild() && cloneBlock->firstChild()->isInline()) in clone()
667 …&& !newChild->isFloatingOrPositioned() && !newChild->isInline() && !isAnonymousColumnSpanBlock()) { in columnsBlockForSpanningElement()
709 if (newChild->isInline() || beforeChild->parent()->firstChild() != beforeChild) in addChildIgnoringAnonymousColumnBlocks()
769 if (childrenInline() && !newChild->isInline() && !newChild->isFloatingOrPositioned()) { in addChildIgnoringAnonymousColumnBlocks()
[all …]
DHitTestResult.cpp548 if (node->renderer()->isInline()) { in addNodeToRectBasedTestResult()
579 if (node->renderer()->isInline()) { in addNodeToRectBasedTestResult()
DRenderRubyRun.cpp106 return child->isRubyText() || child->isInline(); in isChildAllowed()
DRenderObject.h399 bool isInlineElementContinuation() const { return isElementContinuation() && isInline(); } in isInlineElementContinuation()
400 bool isBlockElementContinuation() const { return isElementContinuation() && !isInline(); } in isBlockElementContinuation()
408 bool isInline() const { return m_inline; } // inline object in isInline() function
/external/clang/include/clang/AST/
DDeclCXX.h1551 bool isStatic, StorageClass SCAsWritten, bool isInline,
1555 SCAsWritten, isInline, isConstexpr) {
1567 bool isInline,
1959 bool isExplicitSpecified, bool isInline,
1962 SC_None, isInline, isConstexpr, SourceLocation()),
1975 bool isInline, bool isImplicitlyDeclared,
2180 bool isInline, bool isImplicitlyDeclared)
2182 SC_None, isInline, /*isConstexpr=*/false, SourceLocation()),
2192 bool isInline,
2247 bool isInline, bool isExplicitSpecified,
[all …]
/external/webkit/Source/WebCore/editing/
DSplitTextNodeContainingElementCommand.cpp55 if (!parentRenderer || !parentRenderer->isInline()) { in doApply()
DIndentOutdentCommand.cpp140 …closingBlock = (enclosingNode->renderer() && enclosingNode->renderer()->isInline()) ? positionInEn… in outdentParagraph()
Dhtmlediting.cpp324 return node && node->renderer() && !node->renderer()->isInline(); in isBlock()
1085 …enderer && ((renderer->isTable() && !renderer->isInline()) || (renderer->isImage() && !renderer->i… in isRenderedAsNonInlineTableImageOrHR()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGText.cpp62 return child->isInline(); in isChildAllowed()
143 ASSERT(!isInline()); in layout()
/external/webkit/Source/WebCore/dom/
DText.cpp222 if (prev && !prev->isInline()) in rendererIsNeeded()
225 if (par->isRenderBlock() && !par->childrenInline() && (!prev || !prev->isInline())) in rendererIsNeeded()
DContainerNode.cpp827 if (!o->isInline() || o->isReplaced()) { in getUpperLeftCorner()
852 if (!o->isInline() || o->isReplaced()) { in getUpperLeftCorner()
889 if (!o->isInline() || o->isReplaced()) { in getLowerRightCorner()
/external/clang/lib/AST/
DDeclCXX.cpp1324 bool isStatic, StorageClass SCAsWritten, bool isInline, in Create() argument
1327 isStatic, SCAsWritten, isInline, isConstexpr, in Create()
1600 bool isExplicit, bool isInline, in Create() argument
1606 isExplicit, isInline, isImplicitlyDeclared, in Create()
1748 bool isInline, bool isImplicitlyDeclared) { in Create() argument
1752 return new (C) CXXDestructorDecl(RD, StartLoc, NameInfo, T, TInfo, isInline, in Create()
1771 bool isInline, bool isExplicit, in Create() argument
1777 isInline, isExplicit, isConstexpr, in Create()
/external/doclava/src/com/google/doclava/
DComment.java301 private void tag(String name, String text, boolean isInline, SourcePositionInfo pos) { in tag() argument
359 if (isInline) { in tag()

123