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

  /external/chromium_org/content/renderer/pepper/
ppb_scrollbar_impl.h 64 gfx::Rect dirty_; member in class:content::PPB_Scrollbar_Impl
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl_v3.h 197 bool dirty_; // True if there is something to write. member in class:disk_cache::EntryImplV3
entry_impl.h 98 return dirty_;
268 bool dirty_; // True if we detected that this is a dirty entry. member in class:disk_cache::EntryImpl
  /external/chromium_org/content/browser/quota/
quota_reservation_manager_unittest.cc 104 dirty_(false) {
109 EXPECT_FALSE(dirty_);
124 dirty_ = true;
137 dirty_ = true;
148 dirty_ = false;
160 bool dirty_; member in class:content::__anon11911::FakeWriter
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h 138 : dirty_(true),
183 bool dirty_; member in class:FrameDropDetector
  /external/chromium_org/sync/syncable/
entry_kernel.h 214 if (!dirty_ && dirty_index) {
218 dirty_ = true;
225 if (dirty_ && dirty_index) {
229 dirty_ = false;
233 return dirty_;
356 bool dirty_; member in struct:syncer::syncable::EntryKernel
  /art/runtime/hprof/
hprof.cc 181 HprofRecord() : alloc_length_(128), fp_(nullptr), tag_(0), time_(0), length_(0), dirty_(false) {
199 dirty_ = true;
204 if (dirty_) {
220 dirty_ = false;
379 bool dirty_; member in class:art::hprof::HprofRecord
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 212 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon17909
  /external/webp/src/enc/
vp8enci.h 212 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon17047
  /art/compiler/dex/quick/
mir_to_lir.h 387 bool IsDirty() { return dirty_; }
388 void SetIsDirty(bool val) { dirty_ = val; }
427 bool dirty_; // If live, is it dirty? member in class:art::Mir2Lir::RegisterInfo
    [all...]

Completed in 434 milliseconds