dirty_            215 content/renderer/pepper/ppb_scrollbar_impl.cc   dirty_.Union(gfx_rect);
dirty_            240 content/renderer/pepper/ppb_scrollbar_impl.cc   if (dirty_.IsEmpty())
dirty_            243 content/renderer/pepper/ppb_scrollbar_impl.cc   pp_rect.point.x = dirty_.x();
dirty_            244 content/renderer/pepper/ppb_scrollbar_impl.cc   pp_rect.point.y = dirty_.y();
dirty_            245 content/renderer/pepper/ppb_scrollbar_impl.cc   pp_rect.size.width = dirty_.width();
dirty_            246 content/renderer/pepper/ppb_scrollbar_impl.cc   pp_rect.size.height = dirty_.height();
dirty_            247 content/renderer/pepper/ppb_scrollbar_impl.cc   dirty_ = gfx::Rect();
dirty_             64 content/renderer/pepper/ppb_scrollbar_impl.h   gfx::Rect dirty_;
dirty_            553 net/disk_cache/blockfile/entry_impl.cc     dirty_ = true;
dirty_            556 net/disk_cache/blockfile/entry_impl.cc     dirty_ = true;
dirty_            960 net/disk_cache/blockfile/entry_impl.cc     } else if (node_.HasData() && !dirty_ && node_.Data()->dirty) {
dirty_             98 net/disk_cache/blockfile/entry_impl.h     return dirty_;
dirty_            268 net/disk_cache/blockfile/entry_impl.h   bool dirty_;                // True if we detected that this is a dirty entry.
dirty_            252 net/disk_cache/blockfile/entry_impl_v3.cc       dirty_(true),
dirty_            761 net/disk_cache/blockfile/entry_impl_v3.cc     } else if (node_.HasData() && !dirty_ && node_.Data()->dirty) {
dirty_            197 net/disk_cache/blockfile/entry_impl_v3.h   bool dirty_;                // True if there is something to write.
dirty_             15 sync/syncable/entry_kernel.cc EntryKernel::EntryKernel() : dirty_(false) {
dirty_            213 sync/syncable/entry_kernel.h     if (!dirty_ && dirty_index) {
dirty_            217 sync/syncable/entry_kernel.h     dirty_ = true;
dirty_            224 sync/syncable/entry_kernel.h     if (dirty_ && dirty_index) {
dirty_            228 sync/syncable/entry_kernel.h     dirty_ = false;
dirty_            232 sync/syncable/entry_kernel.h     return dirty_;
dirty_            350 sync/syncable/entry_kernel.h   bool dirty_;
dirty_            356 third_party/libwebp/enc/cost.c   if (!proba->dirty_) return;  // nothing to do.
dirty_            374 third_party/libwebp/enc/cost.c   proba->dirty_ = 0;
dirty_            266 third_party/libwebp/enc/frame.c   proba->dirty_ = has_changed;
dirty_            163 third_party/libwebp/enc/tree.c   probas->dirty_ = 1;
dirty_            210 third_party/libwebp/enc/vp8enci.h   int dirty_;               // if true, need to call VP8CalculateLevelCosts()
dirty_            104 webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc       EXPECT_FALSE(dirty_);
dirty_            119 webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc     dirty_ = true;
dirty_            132 webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc     dirty_ = true;
dirty_            143 webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc     dirty_ = false;
dirty_            155 webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc   bool dirty_;