Searched refs:precache (Results 1 – 20 of 20) sorted by relevance
/external/chromium_org/components/ |
D | precache.gypi | 20 '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 …]
|
D | components_tests.gyp | 45 '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/'],
|
D | OWNERS | 37 per-file precache*=bengr@chromium.org 38 per-file precache*=sclittle@chromium.org
|
D | components.gyp | 21 'precache.gypi',
|
/external/chromium_org/components/precache/ |
D | DEPS | 5 "-components/precache", 6 "+components/precache/core",
|
D | README | 1 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/ |
D | precache_switches.cc | 7 namespace precache { namespace
|
D | precache_switches.h | 8 namespace precache {
|
D | precache_url_table.h | 18 namespace precache {
|
D | precache_fetcher.h | 20 namespace precache {
|
D | precache_database.h | 24 namespace precache {
|
D | precache_url_table.cc | 24 namespace precache { namespace
|
D | precache_database.cc | 23 namespace precache { namespace
|
D | precache_url_table_unittest.cc | 15 namespace precache { namespace
|
D | precache_fetcher.cc | 24 namespace precache { namespace
|
D | precache_fetcher_unittest.cc | 26 namespace precache { namespace
|
D | precache_database_unittest.cc | 54 namespace precache { namespace
|
/external/chromium_org/components/precache/core/proto/ |
D | precache.proto | 7 package precache; package
|
/external/chromium_org/third_party/qcms/ |
D | google.patch | 734 + * 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/ |
D | transform.c | 1173 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()
|