Home
last modified time | relevance | path

Searched refs:isBlock (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dmarkup.cpp125 void wrapWithStyleNode(StylePropertySet*, Document*, bool isBlock = false);
129 void appendStyleNodeOpenTag(StringBuilder&, StylePropertySet*, Document*, bool isBlock = false);
130 const String& styleNodeCloseTag(bool isBlock = false);
165 …appendElement(markup, toElement(node), convertBlocksToInlines && isBlock(const_cast<Node*>(node)),… in wrapWithNode()
174 …yledMarkupAccumulator::wrapWithStyleNode(StylePropertySet* style, Document* document, bool isBlock) in wrapWithStyleNode() argument
177 appendStyleNodeOpenTag(openTag, style, document, isBlock); in wrapWithStyleNode()
179 appendString(styleNodeCloseTag(isBlock)); in wrapWithStyleNode()
182 …pendStyleNodeOpenTag(StringBuilder& out, StylePropertySet* style, Document* document, bool isBlock) in appendStyleNodeOpenTag() argument
186 if (isBlock) in appendStyleNodeOpenTag()
195 const String& StyledMarkupAccumulator::styleNodeCloseTag(bool isBlock) in styleNodeCloseTag() argument
[all …]
DFormatBlockCommand.cpp161 if (isBlock(n)) in enclosingBlockToSplitTreeTo()
Dhtmlediting.h98 bool isBlock(const Node*);
DVisibleSelection.cpp320 if (isBlock(table)) in setStartAndEndFromBaseAndExtentRespectingGranularity()
370 if (isBlock(table)) in setStartAndEndFromBaseAndExtentRespectingGranularity()
DCompositeEditCommand.cpp950 if (isBlock(upstreamStart.deprecatedNode())) { in moveParagraphContentsToNewBlockIfNecessary()
958 } else if (isBlock(upstreamEnd.deprecatedNode())) { in moveParagraphContentsToNewBlockIfNecessary()
1097 } else if (isBlock(node)) { in cleanupAfterDeletion()
1429 if (enclosingAnchor && !isBlock(enclosingAnchor)) { in positionAvoidingSpecialElementBoundary()
DReplaceSelectionCommand.cpp459 !isBlock(sourceNode) && !isBlock(destinationNode); in shouldMerge()
548 if (isBlock(element)) in removeRedundantStylesAndKeepStyleSpanInline()
859 if (isBlock(node)) in isInlineNodeWithStyle()
DDeleteSelectionCommand.cpp269 …m_startBlock = enclosingNodeOfType(m_downstreamStart.parentAnchoredEquivalent(), &isBlock, CanCros… in initializePositionData()
270 …m_endBlock = enclosingNodeOfType(m_upstreamEnd.parentAnchoredEquivalent(), &isBlock, CanCrossEditi… in initializePositionData()
DInsertListCommand.cpp358 if (start == end && isBlock(start.deepEquivalent().deprecatedNode())) { in listifyParagraph()
Dhtmlediting.cpp311 bool isBlock(const Node* node) in isBlock() function
327 Node* enclosingNode = enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule); in enclosingBlock()
DVisibleUnits.cpp1134 if (r->isBR() || isBlock(n)) in startOfParagraph()
1213 if (r->isBR() || isBlock(n)) in endOfParagraph()
DApplyStyleCommand.cpp773 if (isBlock(node.get())) in applyInlineStyleToNodeRange()
789 && (!isBlock(sibling) || sibling->hasTagName(brTag)) in applyInlineStyleToNodeRange()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp140 bool isBlock = Abbrev.getTag() == 0; in print() local
142 if (!isBlock) { in print()
163 if (!isBlock) in print()
180 if (!isBlock) O << "\n"; in print()
DDIE.h201 isBlock enumerator
424 : DIEValue(isBlock), DIE(0), Size(0) {} in DIEBlock()
449 static bool classof(const DIEValue *E) { return E->getType() == isBlock; } in classof()
/external/clang/include/clang/Sema/
DScopeInfo.h463 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument
466 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DJavaScriptFormatter.js245 var isBlock = this._parseStatementOrBlock();
247 if (isBlock)
378 var isBlock = this._parseStatementOrBlock();
379 if (isBlock)
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp544 if (RI->end.isBlock()) in addKillFlags()
589 if (Start.isBlock()) in intervalIsInOneMBB()
593 if (Stop.isBlock()) in intervalIsInOneMBB()
1163 if (!isEndValid && !LII->end.isBlock()) in repairIntervalsInRange()
DLiveInterval.cpp164 if (Def.isBlock() || in overlaps()
DTwoAddressInstructionPass.cpp379 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
DMachineVerifier.cpp1479 if (I->end.isBlock()) { in verifyLiveIntervalSegment()
DRegisterCoalescer.cpp1886 if (!Def.isBlock()) { in pruneValues()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h72 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
DSlotIndexes.h229 bool isBlock() const { return getSlot() == Slot_Block; }
/external/clang/lib/CodeGen/
DCGObjC.cpp2070 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local
2075 !isBlock && in EmitARCStoreStrong()