Home
last modified time | relevance | path

Searched refs:caches (Results 1 – 25 of 44) sorted by relevance

12

/external/webkit/WebCore/dom/
DTagNodeList.h35 …, const AtomicString& namespaceURI, const AtomicString& localName, DynamicNodeList::Caches* caches) in create() argument
37 return adoptRef(new TagNodeList(rootNode, namespaceURI, localName, caches)); in create()
41 … const AtomicString& namespaceURI, const AtomicString& localName, DynamicNodeList::Caches* caches);
DNameNodeList.cpp34 …eList::NameNodeList(PassRefPtr<Node> rootNode, const String& name, DynamicNodeList::Caches* caches) in NameNodeList() argument
35 : DynamicNodeList(rootNode, caches) in NameNodeList()
DClassNodeList.cpp38 …ClassNodeList(PassRefPtr<Node> rootNode, const String& classNames, DynamicNodeList::Caches* caches) in ClassNodeList() argument
39 : DynamicNodeList(rootNode, caches) in ClassNodeList()
DChildNodeList.h34 static PassRefPtr<ChildNodeList> create(PassRefPtr<Node> rootNode, Caches* caches) in create() argument
36 return adoptRef(new ChildNodeList(rootNode, caches)); in create()
DClassNodeList.h40 …ssRefPtr<ClassNodeList> create(PassRefPtr<Node> rootNode, const String& classNames, Caches* caches) in create() argument
42 return adoptRef(new ClassNodeList(rootNode, classNames, caches)); in create()
DTagNodeList.cpp32 …, const AtomicString& namespaceURI, const AtomicString& localName, DynamicNodeList::Caches* caches) in TagNodeList() argument
33 : DynamicNodeList(rootNode, caches) in TagNodeList()
DNameNodeList.h37 …atic PassRefPtr<NameNodeList> create(PassRefPtr<Node> rootNode, const String& name, Caches* caches) in create() argument
39 return adoptRef(new NameNodeList(rootNode, name, caches)); in create()
DDynamicNodeList.cpp39 DynamicNodeList::DynamicNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* caches) in DynamicNodeList() argument
41 , m_caches(caches) in DynamicNodeList()
/external/webkit/WebCore/bindings/objc/
DDOMInternal.mm45 …// NSMapTable with zeroing weak pointers is the recommended way to build caches like this under ga…
57 …// NSMapTable with zeroing weak pointers is the recommended way to build caches like this under ga…
/external/qemu/docs/
DCPU-EMULATION.TXT21 (described below in "MMU emulation"), there are actually two TB caches per
/external/webkit/WebKit/mac/Misc/
DWebDownload.mm246 // This happens because NSURLConnection caches the results of respondsToSelector.
/external/webkit/WebKit/win/Interfaces/
DIWebIconDatabase.idl85 @param cache If yes, caches the returned image in memory if not already cached
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzGL.m152 * "You are blowing a couple of the internal OpenGL function caches. This
/external/bluetooth/glib/docs/reference/
DChangeLog1744 * glib/tmpl/caches.sgml:
1772 * glib/tmpl/caches.sgml: Document g_cache_value_foreach
3393 * glib/tmpl/caches.sgml: GCs are cached by GTK, not by GDK.
3419 glib/tmpl/caches.sgml, glib/tmpl/completion.sgml,
3562 * glib/tmpl/async_queues.sgml, glib/tmpl/caches.sgml,
3616 * glib/tmpl/caches.sgml, glib/tmpl/datalist.sgml,
3628 glib/tmpl/arrays_pointer.sgml, glib/tmpl/caches.sgml,
3709 * glib/tmpl/caches.sgml, glib/tmpl/main.sgml,
4009 glib/tmpl/caches.sgml: Move GCompareFunc to GList and introduce
4012 * glib/tmpl/caches.sgml, glib/tmpl/hash_tables.sgml,
/external/webkit/WebKit/mac/History/
DWebHistoryItem.mm649 // This is a bizarre policy. We flush the page caches ANY time ANY window is closed?
DWebHistory.mm282 …// Remove the item from date caches before changing its last visited date. Otherwise we might get…
/external/bzip2/
Dbzip2.txt339 form best on machines with very large caches.
Dbzip2.1.preformatted342 form best on machines with very large caches.
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2347 <FILE>caches</FILE>
/external/grub/
DNEWS454 example, the ext2fs filesystem code is now much faster, as it caches
/external/bluetooth/glib/
DChangeLog.pre-2-14350 * glib/gslice.c: migrate per-thread magazine caches from single-thread
/external/webkit/WebKit/mac/
DChangeLog-2006-02-092625 back, causing WebHistory's caches of items by date to get out of sync with reality.
2638 New method, removes item from date caches, changes date, then adds item back to
2639 date caches and sends notification.
3151 … * WebCoreSupport.subproj/WebTextRendererFactory.h: Added caches for synthesized font and oblique
3155 (-[WebTextRendererFactory clearCaches]): Clear all 8 caches.
3158 (-[WebTextRendererFactory init]): Create all 8 caches.
3159 (-[WebTextRendererFactory dealloc]): Release all 8 caches.
9906 new function, caches the font used when no font is specified
21040 …Fixed 3420736. Clear renderer caches when get an ATS font changed notification. This fix may be …
28948 …* WebCoreSupport.subproj/WebTextRendererFactory.h: Add separate caches for screen and printing text
[all …]
DChangeLog5633 …Remove the item from the date caches before registering the visit. Otherwise it might not be succ…
5997 method implementations for the script debug delegate. Also caches what
8691 Report free size in central and thread caches too.
DChangeLog-2007-10-14588 RAM, just like we do with other caches. This is a small win on
4014 Instead, use a special structure that caches which methods the delegate
4026 comment here. The JS debugger caches the windowScriptObject, so you do
4774 [WebView setMaintainsBackForwardList:] doesn't actually flush out the current page caches
/external/elfutils/autom4te.cache/
Doutput.05714 # This file is a shell script that caches the results of configure

12