HomeSort by relevance Sort by last modified time
    Searched refs:Commit (Results 101 - 125 of 197) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/chrome/browser/history/
visitsegment_database.cc 382 transaction.Commit();
history_backend.h 515 friend class CommitLaterTask; // The commit task needs to call Commit().
667 // ScheduleCommit). This function does the commit to write any new changes to
671 void Commit();
673 // Schedules a commit to happen in the future. We do this so that many
675 // already a commit scheduled for the future, this will do nothing.
678 // Cancels the scheduled commit, if any. If there is no scheduled commit,
    [all...]
  /external/chromium_org/v8/src/
platform-cygwin.cc 247 // This causes VirtualMemory::Commit to not always commit the memory region
347 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-macos.cc 327 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-openbsd.cc 365 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-solaris.cc 329 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform.h 499 bool Commit(void* address, size_t size, bool is_executable);
spaces.cc 220 // Commit the requested memory at the start of the current allocation block.
248 return code_range_->Commit(start, length, true);
386 if (!reservation.Commit(base, commit_size, false)) {
392 // Failed to commit the body. Release the mapping and any partially
496 // Commit MemoryChunk area to the requested size.
506 // Commit size should be less or equal than the reserved size.
512 if (!reservation_.Commit(start, length, IsFlagSet(IS_EXECUTABLE))) {
878 // Commit page header (not executable).
879 if (!vm->Commit(start,
890 // Commit page body (executable)
    [all...]
platform-linux.cc 615 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 14 #include "clang/Edit/Commit.h"
95 edit::Commit commit(SM, LangOpts);
101 commit.insertFromRange(Hint.RemoveRange.getBegin(),
105 commit.remove(Hint.RemoveRange);
109 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
111 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
117 if (Editor.commit(commit)) {
  /external/chromium/chrome/browser/history/
in_memory_url_index_unittest.cc 75 transaction.Commit();
98 transaction.Commit();
thumbnail_database.cc 119 if (!transaction.Commit()) {
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 280 return transaction.Commit();
437 return transaction.Commit();
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 21 #include "clang/Edit/Commit.h"
    [all...]
  /external/chromium/chrome/browser/
jumplist_win.cc 222 // 5. Commit the transaction.
237 result = property_store->Commit();
449 // This update request is applied into the JumpList when we commit this
470 // Commit this transaction and send the updated JumpList to Windows.
  /external/chromium_org/chrome/browser/
jumplist_win.cc 199 // 5. Commit the transaction.
220 result = property_store->Commit();
434 // This update request is applied into the JumpList when we commit this
455 // Commit this transaction and send the updated JumpList to Windows.
  /external/chromium_org/chrome/browser/password_manager/
login_database.cc 168 if (!transaction.Commit()) {
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 648 !updater.Commit()) {
  /external/clang/lib/Parse/
ParseExprCXX.cpp 298 TPA.Commit();
307 TPA.Commit();
323 // Commit to parsing the template-id.
324 TPA.Commit();
897 PA.Commit();
    [all...]
  /external/v8/src/
platform-cygwin.cc 327 // This causes VirtualMemory::Commit to not always commit the memory region
348 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-macos.cc 435 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-solaris.cc 402 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 624 void WebDataService::Commit() {
645 ScheduleTask(NewRunnableMethod(this, &WebDataService::Commit));
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_database_unittest.cc 846 EXPECT_TRUE(transaction.Commit());
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
commands.js 115 * Commit the image change: save and unlock the UI.

Completed in 555 milliseconds

1 2 3 45 6 7 8