Searched refs:committed_ (Results 1 - 11 of 11) 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.h58 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/mojo/services/public/cpp/view_manager/lib/
H A Dview_manager_client_impl.cc115 DCHECK(!committed_);
117 committed_ = true;
120 bool committed() const { return committed_; }
124 : committed_(false),
154 bool committed_; member in class:mojo::view_manager::ViewManagerTransaction
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend.h193 bool committed_; member in class:history::AndroidProviderBackend::ScopedTransaction
H A Dandroid_provider_backend.cc159 committed_(false),
183 if (!committed_) {
204 DCHECK(!committed_);
208 committed_ = true;
/external/chromium_org/ui/compositor/
H A Dlayer_unittest.cc321 : committed_(false), started_(false), ended_(false), aborted_(false) {}
323 bool committed() const { return committed_; }
328 committed_ = false;
336 committed_ = true;
355 bool committed_; member in class:ui::__anon15963::TestCompositorObserver
/external/chromium_org/v8/src/
H A Dspaces.h2242 bool is_committed() { return committed_; }
2310 bool committed_; member in class:v8::internal::SemiSpace
H A Dspaces.cc1514 committed_ = false;
1547 committed_ = true;
1562 committed_ = false;

Completed in 398 milliseconds