Home
last modified time | relevance | path

Searched refs:isInline (Results 1 – 25 of 61) 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.h1584 bool isStatic, StorageClass SCAsWritten, bool isInline,
1588 SCAsWritten, isInline, isConstexpr) {
1600 bool isInline,
2012 bool isExplicitSpecified, bool isInline,
2015 SC_None, isInline, isConstexpr, SourceLocation()),
2028 bool isInline, bool isImplicitlyDeclared,
2232 bool isInline, bool isImplicitlyDeclared)
2234 SC_None, isInline, /*isConstexpr=*/false, SourceLocation()),
2244 bool isInline,
2298 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.cpp1315 bool isStatic, StorageClass SCAsWritten, bool isInline, in Create() argument
1318 isStatic, SCAsWritten, isInline, isConstexpr, in Create()
1592 bool isExplicit, bool isInline, in Create() argument
1598 isExplicit, isInline, isImplicitlyDeclared, in Create()
1742 bool isInline, bool isImplicitlyDeclared) { in Create() argument
1746 return new (C) CXXDestructorDecl(RD, StartLoc, NameInfo, T, TInfo, isInline, in Create()
1765 bool isInline, bool isExplicit, in Create() argument
1771 isInline, isExplicit, isConstexpr, in Create()
/external/doclava/src/com/google/doclava/
DComment.java302 private void tag(String name, String text, boolean isInline, SourcePositionInfo pos) { in tag() argument
362 if (isInline) { in tag()

123