Searched defs:Commit (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/sql/
H A Dtransaction.cc35 bool Transaction::Commit() { function in class:sql::Transaction
/external/chromium_org/chrome/installer/test/
H A Dresource_updater.cc57 bool ResourceUpdater::Commit() { function in class:upgrade_test::ResourceUpdater
/external/chromium_org/sync/engine/
H A Dcommit.h37 class SYNC_EXPORT_PRIVATE Commit { class in namespace:syncer
39 Commit(
46 ~Commit();
48 static Commit* Init(
H A Dcommit.cc19 Commit::Commit( function in class:syncer::Commit
30 Commit::~Commit() {
34 Commit* Commit::Init(
82 return new Commit(contributions, message, extensions_activity_buffer);
85 SyncerError Commit::PostAndProcessResponse(
128 LOG(WARNING) << "Commit response has no commit body!";
136 << "Commit respons
[all...]
/external/chromium_org/components/webdata/common/
H A Dweb_data_service_backend.cc87 Commit();
114 void WebDataServiceBackend::Commit() { function in class:WebDataServiceBackend
/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.cc99 void OverscanCalibrator::Commit() { function in class:chromeos::OverscanCalibrator
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dleveldb_wrapper.cc185 leveldb::Status LevelDBWrapper::Commit() { function in class:sync_file_system::drive_backend::LevelDBWrapper
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_search_prerenderer.cc103 void InstantSearchPrerenderer::Commit(const base::string16& query) { function in class:InstantSearchPrerenderer
/external/chromium_org/chrome/tools/build/win/
H A Dresedit.py224 def Commit(self): member in class:_ResourceEditor
225 """Commit any successful resource edits this editor has performed.
316 editor.Commit()
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.h113 void Commit() { rollback_ = false; } function in class:rtc::CacheLock
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.cc238 leveldb::Status IndexedDBTransaction::Commit() { function in class:content::IndexedDBTransaction
239 IDB_TRACE1("IndexedDBTransaction::Commit", "txn.id", id());
372 Commit();
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.cc90 leveldb::Status LevelDBTransaction::Commit() { function in class:content::LevelDBTransaction
489 leveldb::Status LevelDBDirectTransaction::Commit() { function in class:content::LevelDBDirectTransaction
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store_backend.cc167 void Commit();
425 Commit();
463 // Commit pending operations first.
464 Commit();
486 if (!transaction.Commit())
505 // Commit every 30 seconds.
508 // Commit right away if we have more than 512 outstanding operations.
521 base::Bind(&SqlLiteStorage::Commit, this),
527 base::Bind(&SqlLiteStorage::Commit, this));
531 void WebRTCIdentityStoreBackend::SqlLiteStorage::Commit() { function in class:content::WebRTCIdentityStoreBackend::SqlLiteStorage
[all...]
/external/chromium_org/mojo/system/
H A Dmemory.h219 // see the change.) If any changes are made, |Commit()| should be called to
225 // |Commit()| is *not* called, changes may or may not be made visible to the
240 // foos_writer.Commit();
328 void Commit() { function in class:mojo::system::UserPointerWriter
360 void Commit() { function in class:mojo::system::UserPointerReaderWriter
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkIStream.cpp74 HRESULT STDMETHODCALLTYPE SkBaseIStream::Commit(DWORD) function in class:SkBaseIStream
260 HRESULT STDMETHODCALLTYPE SkWIStream::Commit(DWORD) { function in class:SkWIStream
/external/chromium_org/v8/src/base/platform/
H A Dplatform-cygwin.cc179 // This causes VirtualMemory::Commit to not always commit the memory region
252 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
H A Dplatform-macos.cc245 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
H A Dplatform-solaris.cc215 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
H A Dplatform-freebsd.cc243 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
H A Dplatform-linux.cc370 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
H A Dplatform-openbsd.cc274 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
/external/clang/include/clang/Edit/
H A DCommit.h1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit { class in namespace:clang::edit
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts, function in class:clang::edit::Commit
/external/clang/lib/Edit/
H A DCommit.cpp1 //===----- Commit.cpp - A unit of edits -----------------------------------===//
10 #include "clang/Edit/Commit.h"
19 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const {
26 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const {
31 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const {
38 Commit::Commit(EditedSource &Editor) function in class:Commit
43 bool Commit::insert(SourceLocation loc, StringRef text,
59 bool Commit::insertFromRange(SourceLocation loc,
86 bool Commit
[all...]
/external/skia/src/utils/win/
H A DSkIStream.cpp74 HRESULT STDMETHODCALLTYPE SkBaseIStream::Commit(DWORD) function in class:SkBaseIStream
260 HRESULT STDMETHODCALLTYPE SkWIStream::Commit(DWORD) { function in class:SkWIStream
/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store.cc86 // Commit any pending operations and close the database. This must be called
130 // Commit our pending operations to the database.
131 void Commit();
299 transaction.Commit();
379 transaction.Commit();
452 // Commit every 30 seconds.
454 // Commit right away if we have more than 512 outstanding operations.
471 base::Bind(&Backend::Commit, this),
476 base::Bind(&Backend::Commit, this));
480 void SQLiteChannelIDStore::Backend::Commit() { function in class:net::SQLiteChannelIDStore::Backend
[all...]

Completed in 479 milliseconds

12