/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | markup.cpp | 125 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 …]
|
D | FormatBlockCommand.cpp | 161 if (isBlock(n)) in enclosingBlockToSplitTreeTo()
|
D | htmlediting.h | 98 bool isBlock(const Node*);
|
D | VisibleSelection.cpp | 320 if (isBlock(table)) in setStartAndEndFromBaseAndExtentRespectingGranularity() 370 if (isBlock(table)) in setStartAndEndFromBaseAndExtentRespectingGranularity()
|
D | CompositeEditCommand.cpp | 950 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()
|
D | ReplaceSelectionCommand.cpp | 459 !isBlock(sourceNode) && !isBlock(destinationNode); in shouldMerge() 548 if (isBlock(element)) in removeRedundantStylesAndKeepStyleSpanInline() 859 if (isBlock(node)) in isInlineNodeWithStyle()
|
D | DeleteSelectionCommand.cpp | 269 …m_startBlock = enclosingNodeOfType(m_downstreamStart.parentAnchoredEquivalent(), &isBlock, CanCros… in initializePositionData() 270 …m_endBlock = enclosingNodeOfType(m_upstreamEnd.parentAnchoredEquivalent(), &isBlock, CanCrossEditi… in initializePositionData()
|
D | InsertListCommand.cpp | 358 if (start == end && isBlock(start.deepEquivalent().deprecatedNode())) { in listifyParagraph()
|
D | htmlediting.cpp | 311 bool isBlock(const Node* node) in isBlock() function 327 Node* enclosingNode = enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule); in enclosingBlock()
|
D | VisibleUnits.cpp | 1134 if (r->isBR() || isBlock(n)) in startOfParagraph() 1213 if (r->isBR() || isBlock(n)) in endOfParagraph()
|
D | ApplyStyleCommand.cpp | 773 if (isBlock(node.get())) in applyInlineStyleToNodeRange() 789 && (!isBlock(sibling) || sibling->hasTagName(brTag)) in applyInlineStyleToNodeRange()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 140 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()
|
D | DIE.h | 201 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/ |
D | ScopeInfo.h | 463 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/ |
D | JavaScriptFormatter.js | 245 var isBlock = this._parseStatementOrBlock(); 247 if (isBlock) 378 var isBlock = this._parseStatementOrBlock(); 379 if (isBlock)
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 544 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()
|
D | LiveInterval.cpp | 164 if (Def.isBlock() || in overlaps()
|
D | TwoAddressInstructionPass.cpp | 379 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
|
D | MachineVerifier.cpp | 1479 if (I->end.isBlock()) { in verifyLiveIntervalSegment()
|
D | RegisterCoalescer.cpp | 1886 if (!Def.isBlock()) { in pruneValues()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 72 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
|
D | SlotIndexes.h | 229 bool isBlock() const { return getSlot() == Slot_Block; }
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 2070 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local 2075 !isBlock && in EmitARCStoreStrong()
|