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

  /external/webkit/WebCore/html/
HTMLElement.cpp 824 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, tagList, ());
825 if (tagList.isEmpty()) {
829 tagList.add(tags[i]->localName().impl());
831 return tagList.contains(tagName.localName().impl());
838 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, tagList, ());
839 if (tagList.isEmpty()) {
840 tagList.add(ttTag.localName().impl());
841 tagList.add(iTag.localName().impl());
842 tagList.add(bTag.localName().impl())
    [all...]
  /external/icu4c/common/
ucnv_io.h 41 const uint16_t *tagList;
ucnv_io.c 279 gMainTable.tagList = table + currOffset;
340 if (gMainTable.tagList) {
343 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
    [all...]
  /external/webkit/WebKitTools/iExploder/htdocs/
iexploder.rb 302 tagList = [ 'body']
305 1.upto(@htmlMaxTags - 5 ) { tagList << @htmlTags[rand(@htmlTags.length)] }
307 tagList.each { |tag|
  /external/expat/lib/
xmlparse.c     [all...]

Completed in 555 milliseconds