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

  /external/chromium_org/chrome/browser/extensions/api/experience_sampling_private/
experience_sampling.cc 20 const char ExperienceSamplingEvent::kIgnore[] = "ignore";
experience_sampling.h 25 static const char kIgnore[];
  /external/lzma/CPP/7zip/UI/Common/
UpdateAction.h 27 kIgnore = 0,
44 if (StateActions[i] != NPairAction::kIgnore)
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 230 bool ignore() const { return bucket_rep & kIgnore; }
232 bucket_rep = (bucket_rep & ~uintptr_t(kIgnore)) | (r ? kIgnore : 0);
239 static const int kIgnore = 2;
240 static const int kMask = kLive | kIgnore;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 256 bool ignore() const { return bucket_rep & kIgnore; }
258 bucket_rep = (bucket_rep & ~uintptr_t(kIgnore)) | (r ? kIgnore : 0);
271 static const int kIgnore = 2;
272 static const int kMask = kLive | kIgnore;

Completed in 515 milliseconds