Searched defs:kIgnore (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/experience_sampling_private/
H A Dexperience_sampling.cc20 const char ExperienceSamplingEvent::kIgnore[] = "ignore"; member in class:extensions::ExperienceSamplingEvent
H A Dexperience_sampling.h25 static const char kIgnore[]; member in class:extensions::ExperienceSamplingEvent
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateAction.h27 kIgnore = 0, enumerator in enum:NUpdateArchive::NPairAction::EEnum
44 if (StateActions[i] != NPairAction::kIgnore)
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h230 bool ignore() const { return bucket_rep & kIgnore; }
232 bucket_rep = (bucket_rep & ~uintptr_t(kIgnore)) | (r ? kIgnore : 0);
239 static const int kIgnore = 2; member in struct:HeapProfileTable::AllocValue
240 static const int kMask = kLive | kIgnore;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h256 bool ignore() const { return bucket_rep & kIgnore; }
258 bucket_rep = (bucket_rep & ~uintptr_t(kIgnore)) | (r ? kIgnore : 0);
271 static const int kIgnore = 2; member in struct:HeapProfileTable::AllocValue
272 static const int kMask = kLive | kIgnore;

Completed in 261 milliseconds