HomeSort by relevance Sort by last modified time
    Searched refs:isBlock (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp 139 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)
191 appendStyleNodeOpenTag(openTag, style, document, isBlock);
193 appendString(styleNodeCloseTag(isBlock));
196 void StyledMarkupAccumulator::appendStyleNodeOpenTag(StringBuilder& out, StylePropertySet* style, const Document& document, bool isBlock)
200 if (isBlock)
208 const String& StyledMarkupAccumulator::styleNodeCloseTag(bool isBlock)
    [all...]
FormatBlockCommand.cpp 162 if (isBlock(n))
htmlediting.h 106 bool isBlock(const Node*);
CompositeEditCommand.cpp     [all...]
InsertListCommand.cpp 369 if (start == end && isBlock(start.deepEquivalent().deprecatedNode())) {
ReplaceSelectionCommand.cpp 481 && !isBlock(sourceNode) && !isBlock(destinationNode);
572 if (isBlock(element))
    [all...]
DeleteSelectionCommand.cpp 263 m_startBlock = enclosingNodeOfType(m_downstreamStart.parentAnchoredEquivalent(), &isBlock, CanCrossEditingBoundary);
264 m_endBlock = enclosingNodeOfType(m_upstreamEnd.parentAnchoredEquivalent(), &isBlock, CanCrossEditingBoundary);
    [all...]
VisibleSelection.cpp 394 if (isBlock(table))
444 if (isBlock(table))
htmlediting.cpp 317 bool isBlock(const Node* node)
333 Node* enclosingNode = enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule);
    [all...]
ApplyStyleCommand.cpp     [all...]
VisibleUnits.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 214 isBlock,
521 DIEBlock() : DIEValue(isBlock), Size(0) {}
548 static bool classof(const DIEValue *E) { return E->getType() == isBlock; }
DIE.cpp 143 bool isBlock = Abbrev.getTag() == 0;
145 if (!isBlock) {
166 if (!isBlock)
183 if (!isBlock) O << "\n";
DIEHash.cpp 345 case DIEValue::isBlock:
  /external/clang/include/clang/Sema/
ScopeInfo.h 473 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested,
476 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
JavaScriptFormatter.js 254 var isBlock = this._parseStatementOrBlock();
256 if (isBlock)
387 var isBlock = this._parseStatementOrBlock();
388 if (isBlock)
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 557 if (RI->end.isBlock())
602 if (Start.isBlock())
606 if (Stop.isBlock())
    [all...]
LiveInterval.cpp 163 if (Def.isBlock() ||
MachineVerifier.cpp     [all...]
RegisterCoalescer.cpp     [all...]
TwoAddressInstructionPass.cpp 378 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx);
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 73 bool isPHIDef() const { return def.isBlock(); }
SlotIndexes.h 228 /// isBlock - Returns true if this is a block boundary slot.
229 bool isBlock() const { return getSlot() == Slot_Block; }
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]

Completed in 1378 milliseconds