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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAllCollection.cpp 53 if (Vector<Element*>* cache = idCache(name)) {
HTMLCollection.h 74 Vector<Element*>* idCache(const AtomicString& name) const { return m_idCache.get(name.impl()); }
HTMLCollection.cpp 648 if (Vector<Element*>* cache = idCache(name)) {
669 Vector<Element*>* idResults = idCache(name);
  /external/chromium_org/third_party/icu/source/common/
serv.cpp 336 , idCache(NULL)
348 , idCache(NULL)
663 if (idCache == NULL) {
664 ncthis->idCache = new Hashtable(status);
665 if (idCache == NULL) {
670 f->updateVisibleIDs(*idCache, status);
673 delete idCache;
674 ncthis->idCache = NULL;
679 return idCache;
936 delete idCache;
    [all...]
serv.h 553 Hashtable* idCache;
    [all...]
  /external/icu4c/common/
serv.cpp 341 , idCache(NULL)
351 , idCache(NULL)
663 if (idCache == NULL) {
664 ncthis->idCache = new Hashtable(status);
665 if (idCache == NULL) {
670 f->updateVisibleIDs(*idCache, status);
673 delete idCache;
674 ncthis->idCache = NULL;
679 return idCache;
936 delete idCache;
    [all...]
serv.h 551 Hashtable* idCache;
    [all...]

Completed in 353 milliseconds