Searched refs:dirty_ (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dppb_scrollbar_impl.cc200 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();
H A Dppb_scrollbar_impl.h64 gfx::Rect dirty_; member in class:content::PPB_Scrollbar_Impl
/external/chromium_org/sync/syncable/
H A Dentry_kernel.h214 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
H A Dentry_kernel.cc15 EntryKernel::EntryKernel() : dirty_(false) {
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dframedrop_primitives.h138 : dirty_(true),
183 bool dirty_; member in class:FrameDropDetector
H A Dframedrop_primitives.cc310 dirty_ = true;
393 dirty_ = false;
397 assert(!dirty_);
526 assert(!dirty_);
575 assert(!dirty_);
580 assert(!dirty_);
/external/chromium_org/content/browser/quota/
H A Dquota_reservation_manager_unittest.cc104 dirty_(false) {
109 EXPECT_FALSE(dirty_);
124 dirty_ = true;
137 dirty_ = true;
148 dirty_ = false;
160 bool dirty_; member in class:content::__anon7286::FakeWriter
/external/chromium_org/tools/grit/grit/
H A Dutil.py517 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/
H A Dentry_impl.h98 return dirty_;
268 bool dirty_; // True if we detected that this is a dirty entry. member in class:disk_cache::EntryImpl
H A Dentry_impl_v3.h197 bool dirty_; // True if there is something to write. member in class:disk_cache::EntryImplV3
H A Dentry_impl.cc301 dirty_(false) {
553 dirty_ = true;
556 dirty_ = true;
961 } else if (node_.HasData() && !dirty_ && node_.Data()->dirty) {
H A Dentry_impl_v3.cc252 dirty_(true),
761 } else if (node_.HasData() && !dirty_ && node_.Data()->dirty) {
/external/chromium_org/third_party/libwebp/enc/
H A Dtree.c163 probas->dirty_ = 1;
H A Dcost.c356 if (!proba->dirty_) return; // nothing to do.
375 proba->dirty_ = 0;
H A Dvp8enci.h212 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon13284
H A Dframe.c179 proba->dirty_ = has_changed;
/external/webp/src/enc/
H A Dtree.c163 probas->dirty_ = 1;
H A Dcost.c356 if (!proba->dirty_) return; // nothing to do.
375 proba->dirty_ = 0;
H A Dvp8enci.h212 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon33381
H A Dframe.c179 proba->dirty_ = has_changed;

Completed in 438 milliseconds