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

  /external/chromium_org/base/prefs/
testing_pref_store.h 72 bool committed() { return committed_; }
101 bool committed_; member in class:TestingPrefStore
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.h 60 bool committed_; member in class:chromeos::OverscanCalibrator
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.h 178 bool committed_; member in class:history::AndroidProviderBackend::ScopedTransaction
  /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/ui/compositor/
layer_unittest.cc 323 : committed_(false), started_(false), ended_(false), aborted_(false) {}
325 bool committed() const { return committed_; }
330 committed_ = false;
338 committed_ = true;
357 bool committed_; member in class:ui::__anon21323::TestCompositorObserver
    [all...]
  /external/chromium_org/v8/src/heap/
spaces.h 2210 bool committed_; member in class:v8::internal::SemiSpace
    [all...]

Completed in 228 milliseconds