Searched refs:committed_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/base/prefs/
H A Dtesting_pref_store.cc17 committed_(true) {}
47 committed_ = false;
55 committed_ = false;
60 committed_ = false;
87 void TestingPrefStore::CommitPendingWrite() { committed_ = true; }
H A Dtesting_pref_store.h72 bool committed() { return committed_; }
101 bool committed_; member in class:TestingPrefStore
/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.h60 bool committed_; member in class:chromeos::OverscanCalibrator
H A Doverscan_calibrator.cc67 committed_(false) {
93 if (!committed_) {
102 committed_ = true;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpagemap.h144 char committed_[sizeof(void*) << (BITS - kPageShift - 3)]; member in class:TCMalloc_PageMap1_LazyCommit
154 return committed_[page_num >> 3] & (1 << (page_num & 0x7));
159 committed_[page_num >> 3] |= (1 << (page_num & 0x7));
176 ASSERT(sizeof(committed_) * 8 == (LENGTH * sizeof(*array_)) >> kPageShift);
178 memset(committed_, 0, sizeof(committed_));
185 // then we'll set some of the bits in committed_ to remember this fact.
186 // Only the bits of committed_ near end-points for calls to Ensure() are ever
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend.h178 bool committed_; member in class:history::AndroidProviderBackend::ScopedTransaction
H A Dandroid_provider_backend.cc130 committed_(false),
154 if (!committed_) {
175 DCHECK(!committed_);
179 committed_ = true;
/external/chromium_org/ui/compositor/
H A Dlayer_unittest.cc323 : committed_(false), started_(false), ended_(false), aborted_(false) {}
325 bool committed() const { return committed_; }
330 committed_ = false;
338 committed_ = true;
357 bool committed_; member in class:ui::__anon16705::TestCompositorObserver
/external/chromium_org/v8/src/heap/
H A Dspaces.h2142 bool is_committed() { return committed_; }
2210 bool committed_; member in class:v8::internal::SemiSpace
H A Dspaces.cc1473 committed_ = false;
1505 committed_ = true;
1521 committed_ = false;

Completed in 223 milliseconds