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

/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.h58 bool committed_; member in class:chromeos::OverscanCalibrator
H A Doverscan_calibrator.cc70 committed_(false) {
94 if (!committed_) {
103 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.cc238 committed_(false),
262 if (!committed_) {
283 DCHECK(!committed_);
287 committed_ = true;
H A Dandroid_provider_backend.h183 bool committed_; member in class:history::AndroidProviderBackend::ScopedTransaction
/external/chromium_org/ui/compositor/
H A Dlayer_unittest.cc265 : committed_(false), started_(false), ended_(false), aborted_(false) {}
267 bool committed() const { return committed_; }
272 committed_ = false;
280 committed_ = true;
304 bool committed_; member in class:ui::__anon14282::TestCompositorObserver
/external/v8/src/
H A Dspaces.cc1297 committed_ = false;
1331 committed_ = true;
1346 committed_ = false;
H A Dspaces.h1899 bool is_committed() { return committed_; }
1953 bool committed_; member in class:v8::internal::SemiSpace
/external/chromium_org/v8/src/
H A Dspaces.h2109 bool is_committed() { return committed_; }
2169 bool committed_; member in class:v8::internal::SemiSpace
H A Dspaces.cc1484 committed_ = false;
1518 committed_ = true;
1533 committed_ = false;

Completed in 941 milliseconds