HomeSort by relevance Sort by last modified time
    Searched refs:committed_ (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.h 58 bool committed_; member in class:chromeos::OverscanCalibrator
overscan_calibrator.cc 70 committed_(false) {
94 if (!committed_) {
103 committed_ = true;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h 144 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/
android_provider_backend.h 183 bool committed_; member in class:history::AndroidProviderBackend::ScopedTransaction
android_provider_backend.cc 238 committed_(false),
262 if (!committed_) {
283 DCHECK(!committed_);
287 committed_ = true;
    [all...]
  /external/chromium_org/ui/compositor/
layer_unittest.cc 265 : 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::__anon16679::TestCompositorObserver
    [all...]
  /external/v8/src/
spaces.cc     [all...]
spaces.h 1953 bool committed_; member in class:v8::internal::SemiSpace
    [all...]
  /external/chromium_org/v8/src/
spaces.h 2169 bool committed_; member in class:v8::internal::SemiSpace
    [all...]
spaces.cc     [all...]

Completed in 95 milliseconds