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

12

/external/chromium_org/v8/src/base/platform/
H A Dplatform-qnx.cc310 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
H A Dplatform-win32.cc1252 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend.cc134 // Commit all existing transactions since the AndroidProviderBackend's
174 void AndroidProviderBackend::ScopedTransaction::Commit() { function in class:history::AndroidProviderBackend::ScopedTransaction
217 transaction.Commit();
236 transaction.Commit();
251 transaction.Commit();
268 transaction.Commit();
284 transaction.Commit();
/external/chromium_org/storage/browser/quota/
H A Dquota_database.cc394 void QuotaDatabase::Commit() { function in class:storage::QuotaDatabase
409 this, &QuotaDatabase::Commit);
551 return transaction.Commit();
587 Commit();
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.cc457 void IndexedDBDatabase::Commit(int64 transaction_id) { function in class:content::IndexedDBDatabase
465 leveldb::Status s = transaction->Commit();
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc111 // Commit pending operations as soon as possible.
114 // Commit any pending operations and close the database. This must be called
199 // Commit our pending operations to the database.
200 void Commit();
786 transaction.Commit();
820 transaction.Commit();
839 transaction.Commit();
861 transaction.Commit();
881 transaction.Commit();
926 // Commit ever
955 void SQLitePersistentCookieStore::Backend::Commit() { function in class:content::SQLitePersistentCookieStore::Backend
[all...]
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.cc22 // Commit() marks an edit as an independent operation that shouldn't be merged.
62 void Commit() { merge_type_ = DO_NOT_MERGE; } function in class:views::internal::Edit
458 (*current_edit_)->Commit();
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.cc157 history_backend_->Commit();
721 // Commit the long-running transaction.
2246 void HistoryBackend::Commit() { function in class:history::HistoryBackend
2335 Commit();
2344 Commit();
2365 Commit();
2419 Commit();
2439 Commit();
/external/chromium_org/v8/src/heap/
H A Dspaces.cc197 // Commit the requested memory at the start of the current allocation block.
372 if (reservation.Commit(base, commit_size, false)) {
475 // Commit MemoryChunk area to the requested size.
486 // Commit size should be less or equal than the reserved size.
837 // Commit page header (not executable).
838 if (!vm->Commit(start, CodePageGuardStartOffset(), false)) {
847 // Commit page body (executable).
848 if (!vm->Commit(start + CodePageAreaStartOffset(),
1214 if (!to_space_.Commit()) {
1488 bool SemiSpace::Commit() { function in class:v8::internal::SemiSpace
[all...]
/external/clang/include/clang/Parse/
H A DParser.h646 /// after the token consumption is done, Commit() or Revert() is called to
673 void Commit() { function in class:clang::Parser::TentativeParsingAction
692 assert(!isActive && "Forgot to call Commit or Revert!");
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp1084 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD) function in class:GpStream
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 283 milliseconds

12