Home
last modified time | relevance | path

Searched refs:committed_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/base/prefs/
Dtesting_pref_store.cc17 committed_(true) {} in TestingPrefStore()
47 committed_ = false; in SetValue()
55 committed_ = false; in SetValueSilently()
60 committed_ = false; in RemoveValue()
87 void TestingPrefStore::CommitPendingWrite() { committed_ = true; } in CommitPendingWrite()
Dtesting_pref_store.h72 bool committed() { return committed_; } in committed()
101 bool committed_; variable
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpagemap.h144 char committed_[sizeof(void*) << (BITS - kPageShift - 3)]; variable
154 return committed_[page_num >> 3] & (1 << (page_num & 0x7)); in IsCommitted()
159 committed_[page_num >> 3] |= (1 << (page_num & 0x7)); in SetCommitted()
176 ASSERT(sizeof(committed_) * 8 == (LENGTH * sizeof(*array_)) >> kPageShift); in TCMalloc_PageMap1_LazyCommit()
178 memset(committed_, 0, sizeof(committed_)); in TCMalloc_PageMap1_LazyCommit()
/external/chromium_org/chrome/browser/chromeos/display/
Doverscan_calibrator.cc67 committed_(false) { in OverscanCalibrator()
93 if (!committed_) { in ~OverscanCalibrator()
102 committed_ = true; in Commit()
Doverscan_calibrator.h58 bool committed_; variable
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
Dview_manager_client_impl.cc115 DCHECK(!committed_); in Commit()
117 committed_ = true; in Commit()
120 bool committed() const { return committed_; } in committed()
124 : committed_(false), in ViewManagerTransaction()
154 bool committed_; member in mojo::view_manager::ViewManagerTransaction
/external/chromium_org/chrome/browser/history/android/
Dandroid_provider_backend.h193 bool committed_; variable
Dandroid_provider_backend.cc159 committed_(false), in ScopedTransaction()
183 if (!committed_) { in ~ScopedTransaction()
204 DCHECK(!committed_); in Commit()
208 committed_ = true; in Commit()
/external/chromium_org/ui/compositor/
Dlayer_unittest.cc321 : committed_(false), started_(false), ended_(false), aborted_(false) {} in TestCompositorObserver()
323 bool committed() const { return committed_; } in committed()
328 committed_ = false; in Reset()
336 committed_ = true; in OnCompositingDidCommit()
355 bool committed_; member in ui::__anonb685e66a0111::TestCompositorObserver
/external/chromium_org/v8/src/
Dspaces.cc1514 committed_ = false; in SetUp()
1547 committed_ = true; in Commit()
1562 committed_ = false; in Uncommit()
Dspaces.h2242 bool is_committed() { return committed_; } in is_committed()
2310 bool committed_; variable