/external/webkit/Source/WebCore/dom/ |
D | DynamicNodeList.h | 39 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;
|
D | DynamicNodeList.cpp | 33 , 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()
|
D | ChildNodeList.h | 34 static PassRefPtr<ChildNodeList> create(PassRefPtr<Node> rootNode, Caches* caches) in create() 43 ChildNodeList(PassRefPtr<Node> rootNode, Caches*);
|
D | NodeRareData.h | 45 RefPtr<DynamicNodeList::Caches> m_childNodeListCaches; 69 : m_childNodeListCaches(DynamicNodeList::Caches::create()), m_labelsNodeListCache(0) in NodeListsNodeData()
|
D | ChildNodeList.cpp | 30 ChildNodeList::ChildNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* info) in ChildNodeList()
|
/external/doclava/src/com/google/doclava/ |
D | Doclava2.java | 41 ClassInfo cl = InfoBuilder.Caches.getClass("android.preference.VolumePreference"); in main() 78 InfoBuilder.Caches.printResolutions(); in main() 83 InfoBuilder.Caches.printResolutions(); in main()
|
D | InfoBuilder.java | 92 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 …]
|
D | AnnotationInstanceInfo.java | 114 setClass(InfoBuilder.Caches.obtainClass(qualifiedClassName.toString())); in resolveResolutions()
|
D | AnnotationValueInfo.java | 120 ClassInfo annotation = InfoBuilder.Caches.obtainClass(qualifiedClassName.toString()); in resolveResolutions()
|
D | TypeInfo.java | 395 mClass = InfoBuilder.Caches.obtainClass(qualifiedClassName.toString()); in resolveResolutions()
|
D | ClassInfo.java | 1825 setSuperClass(InfoBuilder.Caches.obtainClass(qualifiedClassName.toString())); in resolveResolutions() 1827 addInterface(InfoBuilder.Caches.obtainClass(qualifiedClassName.toString())); in resolveResolutions()
|
D | MethodInfo.java | 832 mThrownExceptions.add(InfoBuilder.Caches.obtainClass(qualifiedClassName.toString())); in resolveResolutions()
|
/external/chromium/chrome/common/ |
D | chrome_paths_mac.mm | 105 // use a suitable cache directory under ~/Library/Caches. For 108 // ~/Library/Caches/Google/Chrome/MyProfileName.
|
/external/webkit/Source/WebKit2/WebProcess/ |
D | com.apple.WebProcess.sb | 83 (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/ |
D | WebContextMac.mm | 60 cacheDir = [NSHomeDirectory() stringByAppendingPathComponent:@"Library/Caches"];
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebKitNSStringExtras.mm | 330 cacheDir = [NSHomeDirectory() stringByAppendingPathComponent:@"Library/Caches"];
|
/external/protobuf/gtest/scons/ |
D | SConscript | 129 # Caches object file targets built by GtestObject to allow passing the
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2346 <TITLE>Caches</TITLE>
|
/external/iptables/utils/ |
D | pf.os | 582 # ---------- Caches and whatnots ------------
|
/external/dnsmasq/po/ |
D | de.po | 146 msgstr "Angabe der Größe des Caches in Einträgen (Voreinstellung: %s)."
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog | 6609 Per-Origin quotas exist for Databases and Application Caches. Clients 6620 Application Caches. 6816 allow quota management of both Databases or Application Caches
|
D | ChangeLog-2007-10-14 | 641 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/ |
D | ChangeLog-2010-05-24 | 14430 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
|
D | ChangeLog-2008-08-10 | 39711 (WebCore::DynamicNodeList::Caches::Caches): 63027 (WebCore::DynamicNodeList::Caches::Caches): 63028 (WebCore::DynamicNodeList::Caches::reset):
|
D | ChangeLog-2009-06-16 | 27681 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
|