Searched refs:isBlock (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dmarkup.cpp139 void wrapWithStyleNode(StylePropertySet*, const Document&, bool isBlock = false);
143 void appendStyleNodeOpenTag(StringBuilder&, StylePropertySet*, const Document&, bool isBlock = false);
144 const String& styleNodeCloseTag(bool isBlock = false);
178 appendElement(markup, toElement(node), convertBlocksToInlines && isBlock(&node), rangeFullySelectsNode);
188 void StyledMarkupAccumulator::wrapWithStyleNode(StylePropertySet* style, const Document& document, bool isBlock) argument
191 appendStyleNodeOpenTag(openTag, style, document, isBlock);
193 appendString(styleNodeCloseTag(isBlock));
196 void StyledMarkupAccumulator::appendStyleNodeOpenTag(StringBuilder& out, StylePropertySet* style, const Document& document, bool isBlock) argument
200 if (isBlock)
208 const String& StyledMarkupAccumulator::styleNodeCloseTag(bool isBlock) argument
[all...]
H A DFormatBlockCommand.cpp162 if (isBlock(n))
H A Dhtmlediting.h106 bool isBlock(const Node*);
H A DCompositeEditCommand.cpp928 if (isBlock(upstreamStart.deprecatedNode())) {
936 } else if (isBlock(upstreamEnd.deprecatedNode())) {
1092 } else if (isBlock(node)) {
1423 if (enclosingAnchor && !isBlock(enclosingAnchor)) {
H A DInsertListCommand.cpp369 if (start == end && isBlock(start.deepEquivalent().deprecatedNode())) {
H A DReplaceSelectionCommand.cpp481 && !isBlock(sourceNode) && !isBlock(destinationNode);
572 if (isBlock(element))
886 if (isBlock(node))
H A DDeleteSelectionCommand.cpp263 m_startBlock = enclosingNodeOfType(m_downstreamStart.parentAnchoredEquivalent(), &isBlock, CanCrossEditingBoundary);
264 m_endBlock = enclosingNodeOfType(m_upstreamEnd.parentAnchoredEquivalent(), &isBlock, CanCrossEditingBoundary);
H A DVisibleSelection.cpp394 if (isBlock(table))
444 if (isBlock(table))
H A Dhtmlediting.cpp317 bool isBlock(const Node* node) function in namespace:blink
333 Node* enclosingNode = enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule);
H A DApplyStyleCommand.cpp805 if (isBlock(node.get()))
821 && (!isBlock(sibling) || isHTMLBRElement(*sibling))
H A DVisibleUnits.cpp1121 if (r->isBR() || isBlock(n))
1200 if (r->isBR() || isBlock(n))
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h214 isBlock, enumerator in enum:llvm::DIEValue::Type
521 DIEBlock() : DIEValue(isBlock), Size(0) {}
548 static bool classof(const DIEValue *E) { return E->getType() == isBlock; }
H A DDIE.cpp143 bool isBlock = Abbrev.getTag() == 0; local
145 if (!isBlock) {
166 if (!isBlock)
183 if (!isBlock) O << "\n";
H A DDIEHash.cpp345 case DIEValue::isBlock:
/external/clang/include/clang/Sema/
H A DScopeInfo.h473 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, argument
476 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
H A DJavaScriptFormatter.js254 var isBlock = this._parseStatementOrBlock();
256 if (isBlock)
387 var isBlock = this._parseStatementOrBlock();
388 if (isBlock)
/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp557 if (RI->end.isBlock())
602 if (Start.isBlock())
606 if (Stop.isBlock())
1181 if (!isEndValid && !LII->end.isBlock())
H A DLiveInterval.cpp163 if (Def.isBlock() ||
H A DMachineVerifier.cpp1492 if (S.end.isBlock()) {
H A DRegisterCoalescer.cpp1901 if (!Def.isBlock()) {
H A DTwoAddressInstructionPass.cpp378 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx);
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h73 bool isPHIDef() const { return def.isBlock(); }
H A DSlotIndexes.h228 /// isBlock - Returns true if this is a block boundary slot.
229 bool isBlock() const { return getSlot() == Slot_Block; } function in class:llvm::SlotIndex
/external/clang/lib/CodeGen/
H A DCGObjC.cpp2083 bool isBlock = type->isBlockPointerType(); local
2088 !isBlock &&
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...

Completed in 550 milliseconds

12