/external/chromium_org/content/browser/service_worker/ |
service_worker_cache.cc | 27 typedef scoped_ptr<disk_cache::Backend> ScopedBackendPtr; 663 // The vector of open entries in the backend. 670 scoped_ptr<disk_cache::Backend::Iterator> backend_iterator; 823 disk_cache::Backend::Iterator& iterator = *keys_context->backend_iterator; 912 disk_cache::Backend::Iterator& iterator = *keys_context->backend_iterator; 979 ScopedBackendPtr* backend = backend_ptr.get(); local [all...] |
/external/chromium_org/net/disk_cache/blockfile/ |
index_table_v3.cc | 423 IndexTable::IndexTable(IndexTableBackend* backend) 424 : backend_(backend), [all...] |
rankings.cc | 221 bool Rankings::Init(BackendImpl* backend, bool count_lists) { 226 backend_ = backend; 685 // Tell the backend about this entry.
|
sparse_control.cc | 56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) 57 : backend_(backend->GetWeakPtr()), name_(name), signature_(0) {}
|
sparse_control_v3.cc | 56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) 57 : backend_(backend->GetWeakPtr()), name_(name), signature_(0) {}
|
backend_impl.cc | 103 void FinalCleanupCallback(disk_cache::BackendImpl* backend) { 104 backend->CleanupCache(); 305 Trace("Backend Cleanup"); [all...] |
/external/compiler-rt/make/platform/ |
clang_macho_embedded.mk | 2 # version of the OS. The issue is that the backend may use functions which were
|
/external/llvm/bindings/ocaml/target/ |
llvm_target.mli | 176 (** Returns [true] if the target has an ASM backend (required for
|
/external/fio/ |
init.c | 1710 int backend = 0; local [all...] |
Makefile | 34 memalign.c server.c client.c iolog.c backend.c libfio.c flow.c \
|
/external/chromium_org/chrome/browser/ |
chrome_content_browser_client.cc | 2393 chromeos::FileSystemBackend* backend = new chromeos::FileSystemBackend( local [all...] |
/external/chromium_org/chrome/browser/history/ |
history_browsertest.cc | 35 // and history backend thread because the history subsystem posts tasks back 40 // A task to be scheduled on the history backend thread. 41 // Notifies the main thread after all history backend thread tasks have run. 46 virtual bool RunOnDBThread(history::HistoryBackend* backend,
|
in_memory_url_index_unittest.cc | 203 // We cannot access the database until the backend has been loaded. 213 HistoryBackend* backend = history_service_->history_backend_.get(); local 214 history_database_ = backend->db(); [all...] |
url_index_private_data.cc | 87 virtual bool RunOnDBThread(HistoryBackend* backend, 117 HistoryBackend* backend, [all...] |
history_backend_unittest.cc | 48 // backend directly. Most of the history backend functions are tested by the 94 scoped_ptr<InMemoryHistoryBackend> backend) OVERRIDE; 158 // The backend passes ownership of the details pointer to us. 192 void SetInMemoryBackend(scoped_ptr<InMemoryHistoryBackend> backend) { 193 mem_backend_.swap(backend); 208 scoped_ptr<InMemoryHistoryBackend> backend) { 209 test_->SetInMemoryBackend(backend.Pass()); 538 // The in-memory backend should have been set and it should have gotten the 728 // Tell the backend it was unstarred. We have to explicitly do this a [all...] |
/external/qemu/qapi-auto-generated/ |
qmp-commands.h | 193 ChardevReturn * qmp_chardev_add(const char * id, ChardevBackend * backend, Error **errp);
|
/external/chromium_org/chrome/browser/profiles/ |
profile_io_data.cc | [all...] |
/hardware/qcom/audio/hal/msm8974/ |
platform.c | 708 * slimbus backend. If any platform communicates with speaker or earpiece 709 * or headphones through non-slimbus backend such as MI2S or AUXPCM etc., [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.cc | 178 virtual bool RunOnDBThread(history::HistoryBackend* backend, 219 virtual bool RunOnDBThread(history::HistoryBackend* backend, [all...] |
/external/chromium_org/chrome/browser/resources/extensions/ |
extensions.js | 32 // Used for observing function of the backend datasource for this page by
|
/external/chromium_org/chrome/browser/sessions/ |
session_service.cc | 278 backend())); 609 return backend()->inited() || !pending_commands().empty(); [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_typed_url_unittest.cc | 140 void set_backend(scoped_refptr<history::HistoryBackend> backend) { 141 backend_ = backend; 511 // Since all our URLs are expired, no backend calls to add new URLs will be [all...] |
/external/chromium_org/net/http/ |
http_cache_unittest.cc | 552 disk_cache::Backend* backend; local 554 // This will lazily initialize the backend. 555 int rv = cache.http_cache()->GetBackend(&backend, cb.callback()); 613 // This will initialize a cache object with NULL backend. 1918 scoped_ptr<disk_cache::Backend>* backend = factory->backend(); local 1934 disk_cache::Backend* backend; local [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
folder_shortcuts_data_model.js | 14 * This uses chrome.storage as backend. Items are always sorted by URL.
|
/external/chromium_org/ui/webui/resources/js/ |
util.js | 39 * @param {string} callbackName The name of the function that the backend calls.
|