HomeSort by relevance Sort by last modified time
    Searched defs:isInSection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableRowsCollection.cpp 41 static inline bool isInSection(HTMLTableRowElement& row, const HTMLQualifiedName& sectionTag)
61 else if (isInSection(*previous, theadTag))
71 if (!previous || isInSection(*previous, theadTag))
75 else if (isInSection(*previous, tbodyTag))
87 if (!previous || !isInSection(*previous, tfootTag))
  /external/llvm/include/llvm/MC/
MCSymbol.h 93 /// isInSection - Check if this symbol is defined in some section (i.e., it
95 bool isInSection() const {
112 assert(isInSection() && "Invalid accessor!");

Completed in 129 milliseconds