Home
last modified time | relevance | path

Searched refs:precache (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/components/
Dprecache.gypi20 'precache/core/precache_database.cc',
21 'precache/core/precache_database.h',
22 'precache/core/precache_fetcher.cc',
23 'precache/core/precache_fetcher.h',
24 'precache/core/precache_switches.cc',
25 'precache/core/precache_switches.h',
26 'precache/core/precache_url_table.cc',
27 'precache/core/precache_url_table.h',
29 'includes': [ 'precache/precache_defines.gypi', ],
31 # Make direct dependents also include the precache defines. This allows
[all …]
Dcomponents_tests.gyp45 'precache/core/precache_database_unittest.cc',
46 'precache/core/precache_fetcher_unittest.cc',
47 'precache/core/precache_url_table_unittest.cc',
100 # Dependencies of precache
149 ['include', '^precache/'],
DOWNERS37 per-file precache*=bengr@chromium.org
38 per-file precache*=sclittle@chromium.org
Dcomponents.gyp21 'precache.gypi',
/external/chromium_org/components/precache/
DDEPS5 "-components/precache",
6 "+components/precache/core",
DREADME1 The precache component contains code for an experimental prototype to
4 To enable this feature use the command line flag --enable-precache.
/external/chromium_org/components/precache/core/
Dprecache_switches.cc7 namespace precache { namespace
Dprecache_switches.h8 namespace precache {
Dprecache_url_table.h18 namespace precache {
Dprecache_fetcher.h20 namespace precache {
Dprecache_database.h24 namespace precache {
Dprecache_url_table.cc24 namespace precache { namespace
Dprecache_database.cc23 namespace precache { namespace
Dprecache_url_table_unittest.cc15 namespace precache { namespace
Dprecache_fetcher.cc24 namespace precache { namespace
Dprecache_fetcher_unittest.cc26 namespace precache { namespace
Dprecache_database_unittest.cc54 namespace precache { namespace
/external/chromium_org/components/precache/core/proto/
Dprecache.proto7 package precache; package
/external/chromium_org/third_party/qcms/
Dgoogle.patch734 + * This can lead to us prematurely deleting the precache if threads get unlucky
763 - /* don't precache since we will use the B2A LUT */
767 + /* don't precache since we will use the B2A LUT */
771 - /* don't precache since we will use the mBA LUT */
774 + /* don't precache since we will use the mBA LUT */
779 /* don't precache if we do not have the TRC curves */
784 if (precache) {
/external/chromium_org/third_party/qcms/src/
Dtransform.c1173 bool precache = false; in qcms_transform_create() local
1189 precache = true; in qcms_transform_create()
1207 if (precache) { in qcms_transform_create()
1234 if (precache) { in qcms_transform_create()
1313 if (precache) { in qcms_transform_create()