committed_         47 base/prefs/testing_pref_store.cc     committed_ = false;
committed_         55 base/prefs/testing_pref_store.cc     committed_ = false;
committed_         60 base/prefs/testing_pref_store.cc     committed_ = false;
committed_         87 base/prefs/testing_pref_store.cc void TestingPrefStore::CommitPendingWrite() { committed_ = true; }
committed_         72 base/prefs/testing_pref_store.h   bool committed() { return committed_; }
committed_        101 base/prefs/testing_pref_store.h   bool committed_;
committed_         93 chrome/browser/chromeos/display/overscan_calibrator.cc   if (!committed_) {
committed_        102 chrome/browser/chromeos/display/overscan_calibrator.cc   committed_ = true;
committed_         58 chrome/browser/chromeos/display/overscan_calibrator.h   bool committed_;
committed_        159 chrome/browser/history/android/android_provider_backend.cc       committed_(false),
committed_        183 chrome/browser/history/android/android_provider_backend.cc   if (!committed_) {
committed_        204 chrome/browser/history/android/android_provider_backend.cc   DCHECK(!committed_);
committed_        208 chrome/browser/history/android/android_provider_backend.cc   committed_ = true;
committed_        194 chrome/browser/history/android/android_provider_backend.h     bool committed_;
committed_        144 third_party/tcmalloc/chromium/src/pagemap.h   char committed_[sizeof(void*) << (BITS - kPageShift - 3)];
committed_        154 third_party/tcmalloc/chromium/src/pagemap.h     return committed_[page_num >> 3] & (1 << (page_num & 0x7));
committed_        159 third_party/tcmalloc/chromium/src/pagemap.h     committed_[page_num >> 3] |= (1 << (page_num & 0x7));
committed_        176 third_party/tcmalloc/chromium/src/pagemap.h     ASSERT(sizeof(committed_) * 8 == (LENGTH * sizeof(*array_)) >> kPageShift);
committed_        178 third_party/tcmalloc/chromium/src/pagemap.h     memset(committed_, 0, sizeof(committed_));
committed_        321 ui/compositor/layer_unittest.cc       : committed_(false), started_(false), ended_(false), aborted_(false) {}
committed_        323 ui/compositor/layer_unittest.cc   bool committed() const { return committed_; }
committed_        328 ui/compositor/layer_unittest.cc     committed_ = false;
committed_        336 ui/compositor/layer_unittest.cc     committed_ = true;
committed_        355 ui/compositor/layer_unittest.cc   bool committed_;