HomeSort by relevance Sort by last modified time
    Searched defs:CommitChanges (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/dom_storage/
session_storage_database_adapter.cc 26 bool SessionStorageDatabaseAdapter::CommitChanges(
local_storage_database_adapter.cc 23 bool LocalStorageDatabaseAdapter::CommitChanges(
25 return db_->CommitChanges(clear_all_first, changes);
dom_storage_database.cc 73 bool DOMStorageDatabase::CommitChanges(bool clear_all_first,
285 CommitChanges(false, values) &&
dom_storage_area.cc 355 base::Bind(&DOMStorageArea::CommitChanges, this,
361 void DOMStorageArea::CommitChanges(const CommitBatch* commit_batch) {
364 backing_->CommitChanges(commit_batch->clear_all_first,
366 // TODO(michaeln): what if CommitChanges returns false (e.g., we're trying to
394 bool success = backing_->CommitChanges(
  /external/chromium_org/chrome/browser/ui/webui/options/
startup_pages_handler.cc 76 base::Bind(&StartupPagesHandler::CommitChanges,
232 void StartupPagesHandler::CommitChanges(const base::ListValue* args) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cluscfgserver.h     [all...]

Completed in 248 milliseconds