HomeSort by relevance Sort by last modified time
    Searched refs:backend (Results 376 - 400 of 455) sorted by null

<<111213141516171819

  /external/chromium_org/chrome/browser/sync_file_system/local/
canned_syncable_file_system.h 160 SyncFileSystemBackend* backend();
local_file_sync_context_unittest.cc 392 EXPECT_TRUE(file_system.backend()->sync_context() != NULL);
393 EXPECT_TRUE(file_system.backend()->change_tracker() != NULL);
394 EXPECT_EQ(sync_context_.get(), file_system.backend()->sync_context());
399 EXPECT_EQ(sync_context_.get(), file_system.backend()->sync_context());
    [all...]
syncable_file_system_unittest.cc 97 return file_system_.backend()->change_tracker();
local_file_sync_service_unittest.cc 138 file_system_->backend()->sync_context()->
194 return file_system_->backend()->change_tracker()->num_changes();
315 file_system2.backend()->sync_context()->
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 56 SimpleBackendImpl* backend,
66 // Identical to Backend::Doom() except that it accepts a CompletionCallback.
141 // operation initiated through the backend (e.g. create, open) so that clients
142 // don't get notified after they deleted the backend (which they would not
158 // us at this point. We need to remove |this| from the Backend and the
320 // Number of times this object has been returned from Backend::OpenEntry() and
321 // Backend::CreateEntry() without subsequent Entry::Close() calls. Used to
322 // notify the backend when this entry not used by any callers.
simple_entry_impl.cc 131 const base::WeakPtr<SimpleBackendImpl>& backend,
135 if (!backend.get())
167 SimpleBackendImpl* backend,
169 : backend_(backend->AsWeakPtr()),
171 worker_pool_(backend->worker_pool()),
560 // If the backend no longer exists, the callback won't be invoked, and so we
821 // (i.e. non-backend) operations (e.g. read, write) are invoked even if
822 // the backend was already destroyed.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 334 struct vbuf_render *backend; member in struct:svga_context::__anon17742
svga_swtnl_state.c 150 struct svga_vbuf_render *svga_render = svga_vbuf_render(svga->swtnl.backend);
  /external/chromium_org/webkit/browser/fileapi/
file_system_context.h 110 // |additional_backends| are added to the internal backend map
160 // Returns the file system backend instance for the given |type|.
216 // backend referred by the URL allows opening by resolveURL. Otherwise it
246 // FileSystemBackend for the URL and call the backend's CreateFileReader.
331 // FileSystemBackend for |url| and calling the backend's corresponding
352 void RegisterBackend(FileSystemBackend* backend);
391 // This map itself doesn't retain each backend's ownership; ownerships
393 // backend fields.
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 334 struct vbuf_render *backend; member in struct:svga_context::__anon31301
svga_swtnl_state.c 150 struct svga_vbuf_render *svga_render = svga_vbuf_render(svga->swtnl.backend);
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl.cc 93 // zero. The buffer grows up to a size determined by the backend, to keep the
97 explicit UserBuffer(BackendImpl* backend)
98 : backend_(backend->GetWeakPtr()), offset_(0), grow_allowed_(true) {
298 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only)
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) {
685 background_queue_ = backend->GetBackgroundQueue();
769 // backend is disabled
    [all...]
entry_impl_v3.cc 42 // zero. The buffer grows up to a size determined by the backend, to keep the
46 explicit UserBuffer(BackendImplV3* backend)
47 : backend_(backend->GetWeakPtr()), offset_(0), grow_allowed_(true) {
247 EntryImplV3::EntryImplV3(BackendImplV3* backend, Addr address, bool read_only)
248 : backend_(backend->GetWeakPtr()),
427 // total size tracked by the backend.
482 // backend is disabled.
1024 // Everything is handled by the backend.
    [all...]
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
monkeyrunner.jar 
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 460 SyncBackendHost* backend,
467 backend,
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 58 * backend format (see downloads_dom_handler.cc).
  /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
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
util.js 24 * @param {string} callbackName The name of the function that the backend calls.
  /external/chromium_org/net/disk_cache/memory/
mem_entry_impl.cc 62 MemEntryImpl::MemEntryImpl(MemBackendImpl* backend) {
64 backend_ = backend;
148 // Perform internal doom from the backend if this is a parent entry.
151 // Manually detach from the backend and perform internal doom.
575 // Insert this to the backend's ranking list.
  /ndk/toolchains/llvm-3.4/
setup-common.mk 60 # reset backend flags
  /external/chromium_org/chrome/browser/history/
history_service.cc 6 // database operations don't delay the browser. This backend processing is
123 // Sends messages from the backend to us on the main thread. This must be a
126 // Release when the Backend has a reference to us).
147 scoped_ptr<history::InMemoryHistoryBackend> backend) OVERRIDE {
148 // Send the backend to the history service on the main thread.
152 base::Passed(&backend)));
221 // Shutdown the backend. This does nothing if Cleanup was already invoked.
239 // Unload the backend.
241 // Get rid of the in-memory backend.
249 // The backend's destructor must run on the history thread since it is no
    [all...]
in_memory_url_index.cc 70 HistoryBackend* backend,
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.cpp 405 return m_database->backend();
IDBObjectStore.cpp 346 if (!m_database->backend()) // If database is stopped?
368 m_database->backend()->setIndexKeys(m_transactionId, m_objectStoreId, primaryKey, indexIds, indexKeysList);
370 // Now that we are done indexing, tell the backend to go
372 m_database->backend()->setIndexesReady(m_transactionId, m_objectStoreId, indexIds);

Completed in 780 milliseconds

<<111213141516171819