HomeSort by relevance Sort by last modified time
    Searched refs:tagList (Results 1 - 7 of 7) 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/chromium/third_party/icu/source/common/
ucnv_io.h 41 const uint16_t *tagList;