/external/chromium_org/chrome/browser/history/ |
history_unittest.cc | 8 // service. This spawns a background thread for the history backend, and 12 // 2. The simpler style is to create a history backend on this thread and 15 // the history backend (since there is a lot of logic) but gets can come 16 // directly from the HistoryDatabase. This is because the backend generally 86 // Delegate class for when we create a backend without a HistoryService. 98 scoped_ptr<InMemoryHistoryBackend> backend) OVERRIDE; 129 DCHECK(in_mem_backend_) << "Mem backend should have been set by " 216 HistoryDatabase* db_; // Cached reference to the backend's database. 220 scoped_ptr<InMemoryHistoryBackend> backend) { 221 // Save the in-memory backend to the history test object, this happen [all...] |
history_backend.h | 74 // Sets the in-memory history backend. The in-memory backend is created by 75 // the main backend. For non-unit tests, this happens on the background 82 scoped_ptr<InMemoryHistoryBackend> backend) = 0; 91 // Invoked when the backend has finished loading the db. 210 // Backend for QueryRedirectsFrom. 546 // top URL and its redirects. This should only be done once at backend [all...] |
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 | 194 // We cannot access the database until the backend has been loaded. 204 HistoryBackend* backend = history_service_->history_backend_.get(); local 205 history_database_ = backend->db(); [all...] |
url_index_private_data.cc | 87 virtual bool RunOnDBThread(HistoryBackend* backend, 117 HistoryBackend* backend, [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_io_data.h | 383 net::HttpCache::BackendFactory* backend) const;
|
profile_io_data.cc | [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_typed_url_unittest.cc | 153 void RunOnDBThreadCallback(HistoryBackend* backend, 155 task->RunOnDBThread(backend, NULL); 158 ACTION_P2(RunTaskOnDBThread, thread, backend) { 163 FROM_HERE, base::Bind(&RunOnDBThreadCallback, base::Unretained(backend), 499 // Since all our URLs are expired, no backend calls to add new URLs will be [all...] |
/external/chromium_org/chrome/browser/sync_file_system/local/ |
syncable_file_operation_runner_unittest.cc | 97 return file_system_.backend()->sync_context()->sync_status();
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrContext.cpp | 85 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) { 87 if (context->init(backend, backendContext)) { 114 bool GrContext::init(GrBackend backend, GrBackendContext backendContext) { 117 fGpu = GrGpu::Create(backend, backendContext, this); [all...] |
/external/skia/src/gpu/ |
GrContext.cpp | 85 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) { 87 if (context->init(backend, backendContext)) { 114 bool GrContext::init(GrBackend backend, GrBackendContext backendContext) { 117 fGpu = GrGpu::Create(backend, backendContext, this); [all...] |
/external/chromium_org/content/browser/fileapi/ |
fileapi_message_filter.cc | 495 FileSystemBackend* backend = context_->GetFileSystemBackend(url.type()); local 496 if (backend->SupportsStreaming(url)) {
|
/external/chromium_org/net/disk_cache/blockfile/ |
index_table_v3.cc | 423 IndexTable::IndexTable(IndexTableBackend* backend) 424 : backend_(backend), [all...] |
rankings.cc | 219 bool Rankings::Init(BackendImpl* backend, bool count_lists) { 224 backend_ = backend; 683 // 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) {}
|
/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 | 2659 chromeos::FileSystemBackend* backend = new chromeos::FileSystemBackend( local [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
drive_file_sync_service_sync_unittest.cc | 149 file_system->backend()->sync_context()->
|
/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/prerender/ |
prerender_local_predictor.cc | 177 virtual bool RunOnDBThread(history::HistoryBackend* backend, 218 virtual bool RunOnDBThread(history::HistoryBackend* backend, [all...] |
/external/chromium_org/chrome/browser/sessions/ |
session_service_unittest.cc | 167 SessionBackend* backend() { return helper_.backend(); } function in class:SessionServiceTest [all...] |