Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 25 of 184) sorted by relevance

12345678

/external/webkit/LayoutTests/fast/dom/DeviceMotion/
Dno-page-cache-expected.txt6 Main page opening resources/cached-page-1.html
7 resources/cached-page-1.html onload fired, count = 1
8 resources/cached-page-1.html about to navigate to resources/cached-page-2.html
9 resources/cached-page-2.html about to go back to resources/cached-page-1.html
10 resources/cached-page-1.html onload fired, count = 2
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/
Dno-page-cache-expected.txt6 Main page opening resources/cached-page-1.html
7 resources/cached-page-1.html onload fired, count = 1
8 resources/cached-page-1.html about to navigate to resources/cached-page-2.html
9 resources/cached-page-2.html about to go back to resources/cached-page-1.html
10 resources/cached-page-1.html onload fired, count = 2
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dno-page-cache-expected.txt8 Main page opening resources/cached-page-1.html
9 resources/cached-page-1.html fired, count = 1
10 resources/cached-page-1.html about to navigate to resources/cached-page-2.html
11 resources/cached-page-2.html about to go back to resources/cached-page-1.html
12 resources/cached-page-1.html fired, count = 2
/external/bluetooth/bluez/src/
Dglib-helper.c58 struct cached_sdp_session *cached = user_data; in cached_session_expired() local
60 cached_sdp_sessions = g_slist_remove(cached_sdp_sessions, cached); in cached_session_expired()
62 sdp_close(cached->session); in cached_session_expired()
64 g_free(cached); in cached_session_expired()
96 struct cached_sdp_session *cached; in cache_sdp_session() local
98 cached = g_new0(struct cached_sdp_session, 1); in cache_sdp_session()
100 bacpy(&cached->src, src); in cache_sdp_session()
101 bacpy(&cached->dst, dst); in cache_sdp_session()
103 cached->session = session; in cache_sdp_session()
105 cached_sdp_sessions = g_slist_append(cached_sdp_sessions, cached); in cache_sdp_session()
[all …]
/external/webkit/LayoutTests/http/tests/appcache/resources/
Donline-whitelist.manifest2 counter.php?cached
11 counter.php?cached
Dquota-origin-iframe-2.manifest4 # 20kb, with ~13kb already cached. Caching abe.png and this
Dquota-origin-iframe-3.manifest4 # raised to 40kb, with ~13kb already cached. Caching abe.png
Dcyrillic-uri.manifest2 intercept/cached-Проверка
/external/webkit/LayoutTests/http/tests/appcache/
Dorigin-quota-expected.txt6 PASS - cached iframe-1
8 PASS - cached iframe-3
Dcyrillic-uri-expected.txt5 PASS: resources/intercept/cached-Проверка
6 PASS: resources/intercept/cached-%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%BA%D0%B0
Ddifferent-https-origin-resource-main-expected.txt1 Test that a resource from a different https origin is not cached.
Dempty-manifest-expected.txt1 This tests that the cached event gets sent even if the manifest is empty.
Dforeign-iframe-main-expected.txt9 cached
Dorigin-delete-expected.txt3 PASS - cached iframe-1
Dorigins-with-appcache-expected.txt4 Origins with application cache after frame was cached: http_127.0.0.1_8000
/external/javassist/src/main/javassist/scopedpool/
DScopedClassPool.java250 CtClass cached = (CtClass)classes.get(classname); in getCachedLocally() local
251 if (cached != null) in getCachedLocally()
252 return cached; in getCachedLocally()
/external/webkit/Source/WebCore/bindings/v8/
DV8Utilities.cpp72 v8::Local<v8::Value> cached = cacheArray->Get(v8::Integer::New(i)); in removeHiddenDependency() local
73 if (cached->StrictEquals(value)) { in removeHiddenDependency()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.cpp1474 bool cached = false; in mimeTypeCache() local
1480 cached = true; in mimeTypeCache()
1487 cached = true; in mimeTypeCache()
1494 cached = true; in mimeTypeCache()
1499 cached = true; in mimeTypeCache()
1505 cached = true; in mimeTypeCache()
1511 cached = true; in mimeTypeCache()
1517 cached = true; in mimeTypeCache()
1539 if (!cached) { in mimeTypeCache()
1563 if (!cached && (extensions = gst_type_find_factory_get_extensions(factory))) { in mimeTypeCache()
/external/bluetooth/bluez/health/
Dmcap.c777 mcl->mi->cached = g_slist_remove(mcl->mi->cached, mcl); in mcap_cache_mcl()
785 len = g_slist_length(mcl->mi->cached); in mcap_cache_mcl()
788 l = g_slist_last(mcl->mi->cached); in mcap_cache_mcl()
790 mcl->mi->cached = g_slist_remove(mcl->mi->cached, last); in mcap_cache_mcl()
803 mcl->mi->cached = g_slist_prepend(mcl->mi->cached, mcl); in mcap_cache_mcl()
815 mcl->mi->cached = g_slist_remove(mcl->mi->cached, mcl); in mcap_uncache_mcl()
842 mcl->mi->cached = g_slist_remove(mcl->mi->cached, mcl); in mcap_close_mcl()
1832 mcl = find_mcl(mi->cached, addr); in mcap_create_mcl()
1973 mcl = find_mcl(mi->cached, &dst); in connect_mcl_event_cb()
2095 for (l = mi->cached; l; l = l->next) { in mcap_release_instance()
[all …]
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_mac.mm80 // We may already have this particular image cached.
88 // The icon isn't cached, load it asynchronously.
/external/oprofile/libutil++/
Dcached_value.h35 bool cached() const { return set; } in cached() function
/external/webkit/Source/WebCore/inspector/front-end/
DNetworkManager.js106 resource.cached = true;
146 resource.cached = true;
219 resource.cached = true;
DnetworkPanel.css313 .resource-cached .network-graph-bar {
321 .network-category-documents.resource-cached .network-graph-bar {
329 .network-category-stylesheets.resource-cached .network-graph-bar {
337 .network-category-images.resource-cached .network-graph-bar {
345 .network-category-fonts.resource-cached .network-graph-bar {
353 .network-category-scripts.resource-cached .network-graph-bar {
361 .network-category-xhr.resource-cached .network-graph-bar {
369 .network-category-websockets.resource-cached .network-graph-bar {
/external/webkit/LayoutTests/fast/dom/DOMImplementation/
Dimplementation-identity-expected.txt6 OK: DOMImplementation object is cached
/external/webkit/Source/WebCore/loader/appcache/
DDOMApplicationCache.h72 DEFINE_ATTRIBUTE_EVENT_LISTENER(cached);

12345678