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

  /external/chromium_org/content/renderer/pepper/
ppb_scrollbar_impl.cc 200 dirty_.Union(gfx_rect);
225 if (dirty_.IsEmpty())
228 pp_rect.point.x = dirty_.x();
229 pp_rect.point.y = dirty_.y();
230 pp_rect.size.width = dirty_.width();
231 pp_rect.size.height = dirty_.height();
232 dirty_ = gfx::Rect();
ppb_scrollbar_impl.h 64 gfx::Rect dirty_; member in class:content::PPB_Scrollbar_Impl
  /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/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
entry_kernel.cc 15 EntryKernel::EntryKernel() : dirty_(false) {
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.cc 310 dirty_ = true;
393 dirty_ = false;
397 assert(!dirty_);
526 assert(!dirty_);
575 assert(!dirty_);
580 assert(!dirty_);
framedrop_primitives.h 138 : dirty_(true),
183 bool dirty_; member in class:FrameDropDetector
  /external/chromium_org/tools/grit/grit/
util.py 517 self.dirty_ = True
526 self.dirty_ = True
537 self.dirty_ = True
548 if self.dirty_:
551 self.dirty_ = False
  /external/chromium_org/net/disk_cache/blockfile/
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
entry_impl_v3.h 197 bool dirty_; // True if there is something to write. member in class:disk_cache::EntryImplV3
entry_impl.cc 301 dirty_(false) {
553 dirty_ = true;
556 dirty_ = true;
961 } else if (node_.HasData() && !dirty_ && node_.Data()->dirty) {
    [all...]
entry_impl_v3.cc 252 dirty_(true),
761 } else if (node_.HasData() && !dirty_ && node_.Data()->dirty) {
    [all...]
  /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...]
  /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...]
ralloc_util.cc 42 : reg_(r), is_temp_(false), wide_value_(false), dirty_(false), aliased_(false), partner_(r),
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
cost.c 356 if (!proba->dirty_) return; // nothing to do.
375 proba->dirty_ = 0;
tree.c 163 probas->dirty_ = 1;
vp8enci.h 212 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon17909
frame.c 179 proba->dirty_ = has_changed;
  /external/webp/src/enc/
cost.c 356 if (!proba->dirty_) return; // nothing to do.
375 proba->dirty_ = 0;
tree.c 163 probas->dirty_ = 1;
vp8enci.h 212 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon37960
frame.c 179 proba->dirty_ = has_changed;

Completed in 669 milliseconds