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

1 2 3 4 56 7 8

  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.cc 784 void IndexedDBDatabase::Commit(int64 transaction_id) {
785 // The frontend suggests that we commit, but we may have previously initiated
791 transaction->Commit();
    [all...]
indexed_db_dispatcher_host.cc 708 connection->database()->Commit(host_transaction_id);
    [all...]
  /external/chromium_org/v8/src/
spaces.h 915 // Reserves a range of virtual memory, but does not commit any of it.
    [all...]
incremental-marking.cc 558 bool success = marking_deque_memory_->Commit(
    [all...]
platform-win32.cc     [all...]
  /external/v8/src/
spaces.h 818 // Reserves a range of virtual memory, but does not commit any of it.
1001 // Commit a contiguous block of memory from the initial chunk. Assumes that
    [all...]
incremental-marking.cc 457 bool success = marking_deque_memory_->Commit(
platform-freebsd.cc 412 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-linux.cc 665 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
    [all...]
platform-openbsd.cc 459 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-win32.cc     [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.cc 458 lock.Commit();
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 408 if (!transaction.Commit()) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.cc 492 lock.Commit();
  /external/chromium_org/webkit/browser/database/
database_tracker.cc 510 return transaction.Commit();
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 315 return "Commit Load Time";
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc     [all...]
  /external/clang/include/clang/Parse/
Parser.h 562 /// after the token consumption is done, Commit() or Revert() is called to
563 /// either "commit the consumed tokens" or revert to the previously marked
589 void Commit() {
608 assert(!isActive && "Forgot to call Commit or Revert!");
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_editor.js 160 * Commit the current operation and execute the action.
448 // Currently active editor tool clicked, commit if modified.
456 // The above call could have caused a commit which might have initiated
490 * @param {boolean} commit True if commit is required.
492 ImageEditor.prototype.leaveMode = function(commit) {
502 if (commit) {
518 * Leave the mode, commit only if required by the current mode.
606 if (action == ImageBuffer.DoubleTapAction.COMMIT)
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
slide_mode.js 714 * Commit changes to the current item and reset all messages/indicators.
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 111 if (!memory->Commit(memory->address(), kBufferSize, true/*executable*/)) {
    [all...]

Completed in 656 milliseconds

1 2 3 4 56 7 8