/external/chromium_org/content/browser/service_worker/ |
service_worker_cache.h | 31 // TODO(jkarlin): Unload cache backend from memory once the cache object is no 85 // Prevent further operations on this object and delete the backend. 88 void set_backend(scoped_ptr<disk_cache::Backend> backend) { 89 backend_ = backend.Pass(); 123 // Loads the backend and calls the callback with the result (true for 130 // The backend can be deleted via the Close function at any time so always 132 scoped_ptr<disk_cache::Backend> backend_;
|
/external/chromium_org/google_apis/gcm/engine/ |
gcm_store_impl.h | 118 class Backend; 123 scoped_refptr<Backend> backend_;
|
/external/chromium_org/net/disk_cache/memory/ |
mem_backend_impl.h | 24 // This class implements the Backend interface. An object of this class handles 26 class NET_EXPORT_PRIVATE MemBackendImpl : public Backend { 31 // Returns an instance of a Backend implemented only in memory. The returned 36 static scoped_ptr<Backend> CreateBackend(int max_bytes, net::NetLog* net_log); 65 // Backend interface. 91 // Old Backend interface.
|
/external/chromium_org/third_party/skia/bench/ |
ScalarBench.cpp | 21 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 22 return backend == kNonRendering_Backend; 143 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 144 return backend == kNonRendering_Backend;
|
ChecksumBench.cpp | 38 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 39 return backend == kNonRendering_Backend;
|
ImageDecodeBench.cpp | 31 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 32 return backend == kNonRendering_Backend;
|
MemcpyBench.cpp | 25 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 26 return backend == kNonRendering_Backend;
|
PathIterBench.cpp | 59 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 60 return backend == kNonRendering_Backend;
|
RecordingBench.cpp | 24 bool RecordingBench::isSuitableFor(Backend backend) { 25 return backend == kNonRendering_Backend;
|
RegionContainBench.cpp | 48 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 49 return backend == kNonRendering_Backend;
|
MathBench.cpp | 34 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 35 return backend == kNonRendering_Backend; 288 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 289 return backend == kNonRendering_Backend; 356 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 357 return backend == kNonRendering_Backend; 417 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE [all...] |
ColorPrivBench.cpp | 15 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 16 return backend == kNonRendering_Backend;
|
SkipZeroesBench.cpp | 39 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 40 return backend == kNonRendering_Backend;
|
/external/chromium_org/third_party/skia/dm/ |
DMQuiltTask.cpp | 15 static SkString suffix(QuiltTask::Backend backend, QuiltTask::BBH bbh) { 18 return SkStringPrintf("%s-%s", kBackends[backend], kBBHs[bbh]); 22 QuiltTask::BBH bbh, QuiltTask::Backend backend) 25 , fBackend(backend) 26 , fName(UnderJoin(parent.name().c_str(), suffix(backend, bbh).c_str()))
|
/external/eigen/bench/ |
sparse_lu.cpp | 45 template<int Backend> 50 SparseLU<EigenSparseMatrix,Backend> lu(sm1, flags);
|
/external/chromium_org/content/renderer/ |
browser_render_view_browsertest.cc | 104 void BackendClearCache(scoped_ptr<disk_cache::Backend*> backend, 107 DCHECK(*backend); 109 (*backend)->DoomAllEntries( 121 scoped_ptr<disk_cache::Backend*> backend(new disk_cache::Backend*); 122 *backend = NULL; 123 disk_cache::Backend** backend_ptr = backend.get() [all...] |
/external/chromium_org/net/http/ |
disk_cache_based_quic_server_info.h | 95 disk_cache::Backend* backend_;
|
disk_based_cert_cache.cc | 58 // |backend| is the backend to store |certificate| in, using 62 WriteWorker(disk_cache::Backend* backend, 108 disk_cache::Backend* backend_; 124 disk_cache::Backend* backend, 128 : backend_(backend), 298 // |backend| is the backend to read |certificate| from, usin [all...] |
/external/chromium_org/tools/memory_inspector/memory_inspector/core/ |
backends_unittest.py | 11 def __init__(self, backend, device_id): 12 super(MockDevice, self).__init__(backend) 24 class MockBackend(backends.Backend): 45 mock_backend_1 = MockBackend('mock-backend-1') 46 mock_backend_2 = MockBackend('mock-backend-2') 52 self.assertIsNotNone(backends.GetDevice('mock-backend-1', 'device-1')) 53 self.assertIsNotNone(backends.GetDevice('mock-backend-1', 'device-2')) 54 self.assertIsNotNone(backends.GetDevice('mock-backend-2', 'device-1')) 55 self.assertIsNotNone(backends.GetDevice('mock-backend-2', 'device-1'))
|
backends.py | 5 _backends = {} # Maps a string (backend name) to a |Backend| instance. 8 def Register(backend): 9 """Called by each backend module to register upon initialization.""" 10 assert(isinstance(backend, Backend)) 11 _backends[backend.name] = backend 21 for backend in _backends.itervalues(): 22 for device in backend.EnumerateDevices() [all...] |
/external/chromium_org/net/tools/disk_cache_memory_test/ |
disk_cache_memory_test.cc | 89 scoped_ptr<Backend> CreateAndInitBackend(const CacheSpec& spec) { 90 scoped_ptr<Backend> result; 91 scoped_ptr<Backend> backend; local 100 base::MessageLoopProxy::current(), NULL, &backend, callback); 106 LOG(ERROR) << "Could not initialize backend in " 118 static_cast<SimpleBackendImpl*>(backend.get()); 131 DCHECK(backend); 132 result.swap(backend); 228 ScopedVector<Backend> backends 231 scoped_ptr<Backend> backend = CreateAndInitBackend(**it); local [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_remover.h | 40 class Backend; 404 disk_cache::Backend* cache_;
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
edit_dictionary_browsertest.js | 102 // Backend notifies UI that the word 'foo' has been added. UI ignores this 108 // Backend notifies UI that the words 'bar' and 'baz' were added. UI shows 119 // The backend keeps only one copy of the word. 127 // Backend notifies UI that the word 'baz' has been removed. UI ignores this 132 // Backend notifies UI that words 'foo' and 'bar' have been removed. UI
|
/art/compiler/ |
compilers.h | 55 Backend* GetCodeGenerator(CompilationUnit* cu, void* compilation_unit) const OVERRIDE; 61 * backend. 63 * @returns nullptr if not supported by backend or a vector of bytes for CFI DWARF
|
/external/chromium_org/net/url_request/ |
view_cache_helper_unittest.cc | 28 // Gets a pointer to the cache backend. 29 disk_cache::Backend* GetBackend(); 74 void WriteToEntry(disk_cache::Backend* cache, const std::string& key, 95 disk_cache::Backend* cache; 191 disk_cache::Backend* cache;
|