Home
last modified time | relevance | path

Searched refs:Caches (Results 1 – 25 of 34) sorted by relevance

12

/external/webkit/Source/WebCore/dom/
DDynamicNodeList.h39 struct Caches : RefCounted<Caches> { struct
40 static PassRefPtr<Caches> create();
49 Caches(); argument
67 DynamicNodeList(PassRefPtr<Node> rootNode, Caches*);
72 mutable RefPtr<Caches> m_caches;
DDynamicNodeList.cpp33 , m_caches(Caches::create()) in DynamicNodeList()
39 DynamicNodeList::DynamicNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* caches) in DynamicNodeList()
160 DynamicNodeList::Caches::Caches() in Caches() function in WebCore::DynamicNodeList::Caches
167 PassRefPtr<DynamicNodeList::Caches> DynamicNodeList::Caches::create() in create()
169 return adoptRef(new Caches()); in create()
172 void DynamicNodeList::Caches::reset() in reset()
DChildNodeList.h34 static PassRefPtr<ChildNodeList> create(PassRefPtr<Node> rootNode, Caches* caches) in create()
43 ChildNodeList(PassRefPtr<Node> rootNode, Caches*);
DNodeRareData.h45 RefPtr<DynamicNodeList::Caches> m_childNodeListCaches;
69 : m_childNodeListCaches(DynamicNodeList::Caches::create()), m_labelsNodeListCache(0) in NodeListsNodeData()
DChildNodeList.cpp30 ChildNodeList::ChildNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* info) in ChildNodeList()
/external/doclava/src/com/google/doclava/
DDoclava2.java41 ClassInfo cl = InfoBuilder.Caches.getClass("android.preference.VolumePreference"); in main()
78 InfoBuilder.Caches.printResolutions(); in main()
83 InfoBuilder.Caches.printResolutions(); in main()
DInfoBuilder.java92 Caches.resolve(); in resolve()
101 Caches.printResolutions(); in printStuff()
400 return Caches.obtainPackage(packageName); in buildPackage()
595 cls = Caches.obtainClass(qualifiedClassName); in buildClassName()
865 cl = Caches.obtainClass(qualifiedTypeName); in buildType()
1049 thrownExceptions.add(Caches.obtainClass(exceptionQualifiedName.toString())); in buildMethod()
1488 annotationInstance.setClass(Caches.obtainClass(qualifiedNameBuilder.toString())); in buildAnnotationInstance()
1606 Caches.addResolvableToCache(resolvable); in addFutureResolution()
1679 ClassInfo cl = Caches.obtainClass(imp); in resolveQualifiedName()
1691 PackageInfo pkg = Caches.obtainPackage(packageName); in resolveQualifiedName()
[all …]
DAnnotationInstanceInfo.java114 setClass(InfoBuilder.Caches.obtainClass(qualifiedClassName.toString())); in resolveResolutions()
DAnnotationValueInfo.java120 ClassInfo annotation = InfoBuilder.Caches.obtainClass(qualifiedClassName.toString()); in resolveResolutions()
DTypeInfo.java395 mClass = InfoBuilder.Caches.obtainClass(qualifiedClassName.toString()); in resolveResolutions()
DClassInfo.java1825 setSuperClass(InfoBuilder.Caches.obtainClass(qualifiedClassName.toString())); in resolveResolutions()
1827 addInterface(InfoBuilder.Caches.obtainClass(qualifiedClassName.toString())); in resolveResolutions()
DMethodInfo.java832 mThrownExceptions.add(InfoBuilder.Caches.obtainClass(qualifiedClassName.toString())); in resolveResolutions()
/external/chromium/chrome/common/
Dchrome_paths_mac.mm105 // use a suitable cache directory under ~/Library/Caches. For
108 // ~/Library/Caches/Google/Chrome/MyProfileName.
/external/webkit/Source/WebKit2/WebProcess/
Dcom.apple.WebProcess.sb83 (subpath (string-append (param "HOME_DIR") "/Library/Caches/com.apple.WebProcess"))
89 …(literal (string-append (param "HOME_DIR") "/Library/Caches/com.apple.coreaudio.components.plist"))
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebContextMac.mm60 cacheDir = [NSHomeDirectory() stringByAppendingPathComponent:@"Library/Caches"];
/external/webkit/Source/WebKit/mac/Misc/
DWebKitNSStringExtras.mm330 cacheDir = [NSHomeDirectory() stringByAppendingPathComponent:@"Library/Caches"];
/external/protobuf/gtest/scons/
DSConscript129 # Caches object file targets built by GtestObject to allow passing the
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2346 <TITLE>Caches</TITLE>
/external/iptables/utils/
Dpf.os582 # ---------- Caches and whatnots ------------
/external/dnsmasq/po/
Dde.po146 msgstr "Angabe der Größe des Caches in Einträgen (Voreinstellung: %s)."
/external/webkit/Source/WebKit/mac/
DChangeLog6609 Per-Origin quotas exist for Databases and Application Caches. Clients
6620 Application Caches.
6816 allow quota management of both Databases or Application Caches
DChangeLog-2007-10-14641 settings in various APIs. Caches that have unbounded value grow
642 linearly relative to available space. Caches that have bounded value
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2414430 Let's cache nodelists instead of DynamicNodeList::Caches
14438 … (WebCore::ClassNodeList::ClassNodeList): Don't need DynamicNodeList::Caches argument any more
14441 (WebCore::ClassNodeList::create): Don't need DynamicNodeList::Caches argument any more
14443 (WebCore::NameNodeList::NameNodeList): Don't need DynamicNodeList::Caches argument any more
14446 (WebCore::NameNodeList::create): Don't need DynamicNodeList::Caches argument any more
14463 (WebCore::TagNodeList::TagNodeList): Don't need DynamicNodeList::Caches argument any more
14466 (WebCore::TagNodeList::create): Don't need DynamicNodeList::Caches argument any more
DChangeLog-2008-08-1039711 (WebCore::DynamicNodeList::Caches::Caches):
63027 (WebCore::DynamicNodeList::Caches::Caches):
63028 (WebCore::DynamicNodeList::Caches::reset):
DChangeLog-2009-06-1627681 Empty Caches does not clear the Cross-site XMLHttpRequest preflight cache
47035 (WebCore::DocumentLoader::shouldLoadResourceFromApplicationCache): Caches are now associated
47056 … candidates. Caches are associated with documents much earlier, but the ones whose main resources
68019 of showing the CachedScripts as live in the Caches window.
92469 (WebCore::SimpleFontData::getCFStringAttributes): Added. Caches and

12