Searched defs:backend (Results 101 - 125 of 137) sorted by relevance

123456

/external/chromium_org/content/browser/webui/
H A Durl_data_manager_backend.cc105 URLDataManagerBackend* backend,
208 // The backend is owned by net::URLRequestContext and always outlives us.
218 URLDataManagerBackend* backend,
230 backend_(backend),
232 DCHECK(backend);
216 URLRequestChromeJob(net::URLRequest* request, net::NetworkDelegate* network_delegate, URLDataManagerBackend* backend, bool is_incognito) argument
/external/chromium_org/net/disk_cache/blockfile/
H A Drankings.cc221 bool Rankings::Init(BackendImpl* backend, bool count_lists) { argument
226 backend_ = backend;
685 // Tell the backend about this entry.
H A Dsparse_control.cc56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) argument
57 : backend_(backend->GetWeakPtr()), name_(name), signature_(0) {}
H A Dsparse_control_v3.cc56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) argument
57 : backend_(backend->GetWeakPtr()), name_(name), signature_(0) {}
H A Dentry_impl_v3.cc42 // zero. The buffer grows up to a size determined by the backend, to keep the
46 explicit UserBuffer(BackendImplV3* backend) argument
47 : backend_(backend->GetWeakPtr()), offset_(0), grow_allowed_(true) {
247 EntryImplV3::EntryImplV3(BackendImplV3* backend, Addr address, bool read_only) argument
248 : backend_(backend->GetWeakPtr()),
427 // total size tracked by the backend.
482 // backend is disabled.
1024 // Everything is handled by the backend.
1145 // telling the backend about the size reduction.
H A Dbackend_impl.cc103 void FinalCleanupCallback(disk_cache::BackendImpl* backend) { argument
104 backend->CleanupCache();
H A Dentry_impl.cc93 // zero. The buffer grows up to a size determined by the backend, to keep the
97 explicit UserBuffer(BackendImpl* backend) argument
98 : backend_(backend->GetWeakPtr()), offset_(0), grow_allowed_(true) {
298 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) argument
300 backend_(backend->GetWeakPtr()), doomed_(false), read_only_(read_only),
302 entry_.LazyInit(backend->File(address), address);
665 // total size tracked by the backend.
683 void EntryImpl::OnEntryCreated(BackendImpl* backend) { argument
685 background_queue_ = backend->GetBackgroundQueue();
769 // backend i
[all...]
H A Dindex_table_v3.cc423 IndexTable::IndexTable(IndexTableBackend* backend) argument
424 : backend_(backend),
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_context.cc207 FileSystemBackend* backend = iter->second; local
208 if (!backend->GetQuotaUtil())
210 if (backend->GetQuotaUtil()->DeleteOriginDataOnFileTaskRunner(
226 FileSystemBackend* backend = GetFileSystemBackend(type); local
227 if (!backend || !backend->GetQuotaUtil())
229 return backend->GetQuotaUtil()->CreateQuotaReservationOnFileTaskRunner(
245 FileSystemBackend* backend = GetFileSystemBackend(type); local
246 if (!backend)
248 return backend
253 FileSystemBackend* backend = GetFileSystemBackend(type); local
264 FileSystemBackend* backend = GetFileSystemBackend(type); local
282 FileSystemBackend* backend = GetFileSystemBackend(type); local
295 FileSystemBackend* backend = GetFileSystemBackend(type); local
301 FileSystemBackend* backend = GetFileSystemBackend(type); local
307 FileSystemBackend* backend = GetFileSystemBackend(type); local
339 FileSystemBackend* backend = GetFileSystemBackend(type); local
367 FileSystemBackend* backend = GetFileSystemBackend(url.type()); local
408 FileSystemBackend* backend = GetFileSystemBackend(type); local
536 FileSystemBackend* backend = GetFileSystemBackend(url.type()); local
579 RegisterBackend(FileSystemBackend* backend) argument
[all...]
/external/chromium_org/third_party/skia/bench/
H A Dnanobench.cpp261 Benchmark::Backend backend; member in struct:Config
311 #define CPU_CONFIG(name, backend, color, alpha) \
313 Config config = { #name, Benchmark::backend, color, alpha, 0, kBogusGLContextType }; \
353 if (!bench->isSuitableFor(config.backend)) {
362 if (Benchmark::kRaster_Backend == config.backend) {
366 else if (Benchmark::kGPU_Backend == config.backend) {
373 if (Benchmark::kNonRendering_Backend != config.backend && !target->surface.get()) {
639 Benchmark::kGPU_Backend == targets[j]->config.backend
662 if (Benchmark::kGPU_Backend == targets[j]->config.backend) {
/external/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h38 SyntheticChildrenFrontEnd (ValueObject &backend) : argument
39 m_backend(backend)
248 GetFrontEnd (ValueObject &backend) = 0;
365 ValueObject &backend) :
366 SyntheticChildrenFrontEnd(backend),
425 GetFrontEnd(ValueObject &backend) argument
427 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend));
461 GetFrontEnd (ValueObject &backend) argument
463 return SyntheticChildrenFrontEnd::AutoPointer(m_create_callback(this, backend.GetSP()));
534 ValueObject &backend);
364 FrontEnd(TypeFilterImpl* flt, ValueObject &backend) argument
583 GetFrontEnd(ValueObject &backend) argument
[all...]
/external/skia/bench/
H A Dbenchmain.cpp147 Benchmark::Backend backend, int sampleCount,
153 switch (backend) {
196 Benchmark::Backend backend; member in struct:Config
343 if (Benchmark::kNonRendering_Backend == config.backend) {
354 if (Benchmark::kGPU_Backend == config.backend) {
412 if (Benchmark::kGPU_Backend != config.backend) {
453 if (!bench->isSuitableFor(config.backend)) {
460 if (Benchmark::kGPU_Backend == config.backend) {
475 if (Benchmark::kNonRendering_Backend != config.backend) {
478 config.backend,
146 make_surface(SkColorType colorType, const SkIPoint& size, Benchmark::Backend backend, int sampleCount, GrContext* context) argument
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc431 // and because the history backend strips auth creds, we'll get a bogus exact
566 // someone unloads the history backend, we'll get inconsistent inline
655 history::HistoryBackend* backend,
664 DoAutocomplete(backend, db, params);
725 void HistoryURLProvider::DoAutocomplete(history::HistoryBackend* backend, argument
745 !backend, &url_matches);
819 if (backend) {
823 CullRedirects(backend, &params->matches, max_results);
1071 void HistoryURLProvider::CullRedirects(history::HistoryBackend* backend, argument
1079 backend
654 ExecuteWithDB(HistoryURLProviderParams* params, history::HistoryBackend* backend, history::URLDatabase* db) argument
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.cc104 const base::WeakPtr<SyncBackendHostImpl>& backend)
107 host_(backend),
114 DCHECK(backend.get());
416 // Make sure that the directory exists before initializing the backend.
456 // UpdateCredentials can be called during backend initialization, possibly
457 // when backend initialization has failed but hasn't notified the UI thread
537 // It is safe to call this even if Sync's backend classes have not been
100 SyncBackendHostCore( const std::string& name, const base::FilePath& sync_data_folder_path, bool has_sync_setup_completed, const base::WeakPtr<SyncBackendHostImpl>& backend) argument
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc298 if (backend()->sync_context()) {
520 base::Unretained(backend()->change_tracker()),
529 base::Unretained(backend()->change_tracker()),
539 base::Unretained(backend()->change_tracker()),
544 SyncFileSystemBackend* CannedSyncableFileSystem::backend() { function in class:sync_file_system::CannedSyncableFileSystem
763 backend()->sync_context()->sync_status()->AddObserver(this);
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_cups.cc31 #include "printing/backend/cups_helper.h"
32 #include "printing/backend/print_backend.h"
33 #include "printing/backend/print_backend_consts.h"
65 scoped_refptr<printing::PrintBackend> backend; member in struct:cloud_print::PrintServerInfoCUPS
464 // Get Print backend for the specific print server.
471 // Set encryption for backend.
475 print_server.backend =
492 if (!it->backend->EnumeratePrinters(&it->printers))
600 server_info->backend->GetPrinterDriverInfo(short_printer_name));
601 if (!server_info->backend
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dcopy_or_move_operation_delegate_unittest.cc204 storage::FileSystemBackend* backend = local
206 backend->ResolveURL(
210 backend = file_system_context_->GetFileSystemBackend(dest_type_);
213 static_cast<TestFileSystemBackend*>(backend);
221 backend->ResolveURL(
/external/chromium_org/net/disk_cache/
H A Dbackend_unittest.cc253 // Performs iteration over the backend and checks that the keys of entries
689 scoped_ptr<disk_cache::Backend> backend; local
697 &backend,
701 ASSERT_FALSE(backend);
3147 // The Simple Cache backend requires a few guarantees from the filesystem like
3472 // Tests that enumerations don't leak memory when the backend is destructed
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc122 // backend type and version. If the directory contains no cache, occupies it
210 SimpleBackendImpl* backend) {
212 proxy(new ActiveEntryProxy(entry_hash, backend));
218 SimpleBackendImpl* backend)
220 backend_(backend->AsWeakPtr()) {}
472 explicit SimpleIterator(base::WeakPtr<SimpleBackendImpl> backend) argument
473 : backend_(backend),
208 Create( int64 entry_hash, SimpleBackendImpl* backend) argument
217 ActiveEntryProxy(uint64 entry_hash, SimpleBackendImpl* backend) argument
H A Dsimple_entry_impl.cc132 const base::WeakPtr<SimpleBackendImpl>& backend,
136 if (!backend.get())
170 SimpleBackendImpl* backend,
172 : backend_(backend->AsWeakPtr()),
174 worker_pool_(backend->worker_pool()),
568 // If the backend no longer exists, the callback won't be invoked, and so we
823 // (i.e. non-backend) operations (e.g. read, write) are invoked even if
824 // the backend was already destroyed.
131 InvokeCallbackIfBackendIsAlive( const base::WeakPtr<SimpleBackendImpl>& backend, const net::CompletionCallback& completion_callback, int result) argument
166 SimpleEntryImpl(net::CacheType cache_type, const FilePath& path, const uint64 entry_hash, OperationsMode operations_mode, SimpleBackendImpl* backend, net::NetLog* net_log) argument
/external/chromium_org/net/http/
H A Dhttp_cache.cc85 NetLog* net_log, scoped_ptr<disk_cache::Backend>* backend,
95 backend,
118 // open cache entries or the backend itself.
124 scoped_ptr<disk_cache::Backend> backend; member in struct:net::HttpCache::PendingOp
140 // A work item encapsulates a single request to the backend with all the
150 const net::CompletionCallback& cb, disk_cache::Backend** backend)
155 backend_(backend) {}
169 bool DoCallback(int result, disk_cache::Backend* backend) { argument
171 *backend_ = backend;
367 // If we don't have a backend, whe
84 CreateBackend( NetLog* net_log, scoped_ptr<disk_cache::Backend>* backend, const CompletionCallback& callback) argument
149 WorkItem(WorkItemOperation operation, Transaction* trans, const net::CompletionCallback& cb, disk_cache::Backend** backend) argument
383 GetBackend(disk_cache::Backend** backend, const CompletionCallback& callback) argument
494 CreateBackend(disk_cache::Backend** backend, const net::CompletionCallback& callback) argument
[all...]
H A Dhttp_cache_unittest.cc552 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.
1759 // ("waiting for the backend" as opposed to Active or Doomed entries).
1796 // Tests that we queue requests when initializing the backend.
1841 // Tests that we can cancel requests that are queued waiting for the backend
1896 // Tests that we can delete the cache while creating the backend.
1918 scoped_ptr<disk_cache::Backend>* backend = factory->backend(); local
1934 disk_cache::Backend* backend; local
[all...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend_unittest.cc48 // 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) { argument
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 i
207 SetInMemoryBackend( scoped_ptr<InMemoryHistoryBackend> backend) argument
[all...]
H A Durl_index_private_data.cc87 virtual bool RunOnDBThread(HistoryBackend* backend,
117 HistoryBackend* backend,
116 RunOnDBThread( HistoryBackend* backend, HistoryDatabase* db) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_context.h334 struct vbuf_render *backend; member in struct:svga_context::__anon14122

Completed in 1203 milliseconds

123456