HomeSort by relevance Sort by last modified time
    Searched defs:Commit (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/chromium_org/sql/
transaction.cc 35 bool Transaction::Commit() {
36 DCHECK(is_open_) << "Attempting to commit a nonexistent transaction. "
  /external/chromium_org/chrome/installer/test/
resource_updater.cc 57 bool ResourceUpdater::Commit() {
  /external/chromium_org/sync/engine/
commit.cc 5 #include "sync/engine/commit.h"
19 Commit::Commit(
30 Commit::~Commit() {
34 Commit* Commit::Init(
49 // Give up if no one had anything to commit.
54 message.set_message_contents(sync_pb::ClientToServerMessage::COMMIT);
81 // If we made it this far, then we've successfully prepared a commit message
    [all...]
commit.h 30 // commit operation.
37 class SYNC_EXPORT_PRIVATE Commit {
39 Commit(
46 ~Commit();
48 static Commit* Init(
62 // Cleans up state associated with this commit. Must be called before the
  /external/chromium_org/components/webdata/common/
web_data_service_backend.cc 87 Commit();
114 void WebDataServiceBackend::Commit() {
  /external/chromium_org/chrome/browser/ui/search/
instant_search_prerenderer.cc 103 void InstantSearchPrerenderer::Commit(const base::string16& query) {
118 // InstantSearchPrerenderer can commit query to the prerendered page only if
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.cc 91 // Overscan calibration has finished without commit, so the display has to
99 void OverscanCalibrator::Commit() {
  /external/chromium_org/chrome/tools/build/win/
resedit.py 224 def Commit(self):
225 """Commit any successful resource edits this editor has performed.
316 editor.Commit()
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.cc 238 void IndexedDBTransaction::Commit() {
239 IDB_TRACE1("IndexedDBTransaction::Commit", "txn.id", id());
241 // In multiprocess ports, front-end may have requested a commit but
251 // Front-end has requested a commit, but there may be tasks like
280 // commit steps below. We therefore take a self reference to keep ourselves
358 // and the front-end requested a commit, it is now safe to do so.
360 Commit();
  /external/chromium_org/third_party/libjingle/source/talk/base/
diskcache.h 130 void Commit() { rollback_ = false; }
  /external/chromium_org/third_party/skia/src/utils/win/
SkIStream.cpp 74 HRESULT STDMETHODCALLTYPE SkBaseIStream::Commit(DWORD)
260 HRESULT STDMETHODCALLTYPE SkWIStream::Commit(DWORD) {
  /external/chromium_org/third_party/webrtc/base/
diskcache.h 113 void Commit() { rollback_ = false; }
  /external/clang/include/clang/Edit/
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /external/clang/lib/Edit/
Commit.cpp 1 //===----- 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)
43 bool Commit::insert(SourceLocation loc, StringRef text,
59 bool Commit::insertFromRange(SourceLocation loc,
86 bool Commit::remove(CharSourceRange range)
    [all...]
  /external/skia/src/utils/win/
SkIStream.cpp 74 HRESULT STDMETHODCALLTYPE SkBaseIStream::Commit(DWORD)
260 HRESULT STDMETHODCALLTYPE SkWIStream::Commit(DWORD) {
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.cc 58 // Commit any pending operations and close the database. This must be called
106 // Commit our pending operations to the database.
107 void Commit();
306 transaction.Commit();
385 transaction.Commit();
447 // Commit every 30 seconds.
449 // Commit right away if we have more than 512 outstanding operations.
466 base::Bind(&Backend::Commit, this),
469 // We've reached a big enough batch, fire off a commit now.
471 base::Bind(&Backend::Commit, this))
    [all...]
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_transaction.cc 88 leveldb::Status LevelDBTransaction::Commit() {
484 leveldb::Status LevelDBDirectTransaction::Commit() {
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 167 void Commit();
174 // Batched DB operations pending to commit.
424 Commit();
462 // Commit pending operations first.
463 Commit();
485 if (!transaction.Commit())
486 DVLOG(2) << "Failed to commit the transaction.";
504 // Commit every 30 seconds.
507 // Commit right away if we have more than 512 outstanding operations.
520 base::Bind(&SqlLiteStorage::Commit, this)
    [all...]
  /external/chromium_org/v8/src/
platform-cygwin.cc 178 // This causes VirtualMemory::Commit to not always commit the memory region
279 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-freebsd.cc 242 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-linux.cc 355 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-macos.cc 244 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-openbsd.cc 273 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-qnx.cc 309 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-solaris.cc 215 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {

Completed in 1691 milliseconds

1 2 3 4 5