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

  /external/webkit/WebCore/dom/
TagNodeList.h 35 static PassRefPtr<TagNodeList> create(PassRefPtr<Node> rootNode, const AtomicString& namespaceURI, const AtomicString& localName, DynamicNodeList::Caches* caches)
37 return adoptRef(new TagNodeList(rootNode, namespaceURI, localName, caches));
41 TagNodeList(PassRefPtr<Node> rootNode, const AtomicString& namespaceURI, const AtomicString& localName, DynamicNodeList::Caches* caches);
ChildNodeList.h 34 static PassRefPtr<ChildNodeList> create(PassRefPtr<Node> rootNode, Caches* caches)
36 return adoptRef(new ChildNodeList(rootNode, caches));
43 ChildNodeList(PassRefPtr<Node> rootNode, Caches*);
ClassNodeList.h 40 static PassRefPtr<ClassNodeList> create(PassRefPtr<Node> rootNode, const String& classNames, Caches* caches)
42 return adoptRef(new ClassNodeList(rootNode, classNames, caches));
46 ClassNodeList(PassRefPtr<Node> rootNode, const String& classNames, Caches*);
NameNodeList.cpp 34 NameNodeList::NameNodeList(PassRefPtr<Node> rootNode, const String& name, DynamicNodeList::Caches* caches)
35 : DynamicNodeList(rootNode, caches)
NameNodeList.h 37 static PassRefPtr<NameNodeList> create(PassRefPtr<Node> rootNode, const String& name, Caches* caches)
39 return adoptRef(new NameNodeList(rootNode, name, caches));
43 NameNodeList(PassRefPtr<Node> rootNode, const String& name, Caches*);
ClassNodeList.cpp 38 ClassNodeList::ClassNodeList(PassRefPtr<Node> rootNode, const String& classNames, DynamicNodeList::Caches* caches)
39 : DynamicNodeList(rootNode, caches)
TagNodeList.cpp 32 TagNodeList::TagNodeList(PassRefPtr<Node> rootNode, const AtomicString& namespaceURI, const AtomicString& localName, DynamicNodeList::Caches* caches)
33 : DynamicNodeList(rootNode, caches)
DynamicNodeList.cpp 33 , m_caches(Caches::create())
39 DynamicNodeList::DynamicNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* caches)
41 , m_caches(caches)
149 // This should only be called for node lists that own their own caches.
154 DynamicNodeList::Caches::Caches()
161 PassRefPtr<DynamicNodeList::Caches> DynamicNodeList::Caches::create()
163 return adoptRef(new Caches());
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
FileClientSessionCache.java 315 static final Map<File, FileClientSessionCache.Impl> caches field in class:FileClientSessionCache
330 FileClientSessionCache.Impl cache = caches.get(directory);
333 caches.put(directory, cache);
340 caches.clear();
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 32 // eventhough there are inline caches for setting the property
39 // Force the inline caches to monomorphic state.
  /external/v8/test/mjsunit/
value-callic-prototype-change.js 28 // Test that the inline caches correctly detect that constant
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 295 milliseconds