Searched refs:committed_ (Results 1 – 11 of 11) sorted by relevance
17 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()
72 bool committed() { return committed_; } in committed()101 bool committed_; variable
144 char committed_[sizeof(void*) << (BITS - kPageShift - 3)]; variable154 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()
67 committed_(false) { in OverscanCalibrator()93 if (!committed_) { in ~OverscanCalibrator()102 committed_ = true; in Commit()
58 bool committed_; variable
115 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
193 bool committed_; variable
159 committed_(false), in ScopedTransaction()183 if (!committed_) { in ~ScopedTransaction()204 DCHECK(!committed_); in Commit()208 committed_ = true; in Commit()
321 : 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
1514 committed_ = false; in SetUp()1547 committed_ = true; in Commit()1562 committed_ = false; in Uncommit()
2242 bool is_committed() { return committed_; } in is_committed()2310 bool committed_; variable