HomeSort by relevance Sort by last modified time
    Searched refs:is_dirty (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/drive/
remove_stale_cache_files.cc 30 (!it->GetValue().is_dirty() &&
test_util.cc 67 bool is_dirty) :
72 is_dirty(is_dirty) {
157 if (resources[i].is_dirty) {
test_util.h 46 bool is_dirty);
53 bool is_dirty; member in struct:drive::test_util::TestCacheResource
sync_client_unittest.cc 231 EXPECT_FALSE(cache_entry.is_dirty());
322 EXPECT_TRUE(cache_entry.is_dirty());
334 EXPECT_FALSE(cache_entry.is_dirty());
file_cache_metadata_unittest.cc 82 EXPECT_TRUE(cache_entry.is_dirty());
file_cache.cc 192 !entry.is_dirty() &&
388 if (cache_entry.is_dirty())
412 if (!cache_entry.is_dirty()) {
527 if (cache_entry.is_dirty() || mounted_files_.count(resource_id))
sync_client.cc 57 if (cache_entry.is_dirty())
257 !cache_entry.is_dirty()) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_ioctl.h 89 rmesa->radeon.hw.is_dirty = GL_TRUE; \
114 rmesa->radeon.hw.is_dirty = GL_TRUE;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_ioctl.h 106 rmesa->radeon.hw.is_dirty = GL_TRUE; \
120 rmesa->radeon.hw.is_dirty = GL_TRUE;
radeon_queryobj.c 124 radeon->hw.is_dirty = GL_TRUE;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_ioctl.h 89 rmesa->radeon.hw.is_dirty = GL_TRUE; \
114 rmesa->radeon.hw.is_dirty = GL_TRUE;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_ioctl.h 106 rmesa->radeon.hw.is_dirty = GL_TRUE; \
120 rmesa->radeon.hw.is_dirty = GL_TRUE;
radeon_queryobj.c 124 radeon->hw.is_dirty = GL_TRUE;
  /external/chromium_org/cc/layers/
scrollbar_layer.h 66 bool is_dirty() const { return !dirty_rect_.IsEmpty(); } function in class:cc::ScrollbarLayer
tiled_layer.cc 46 bool is_dirty() const { return !dirty_rect.IsEmpty(); } function in class:cc::UpdatableTile
57 valid_for_frame = !is_dirty();
447 if (tile->is_dirty() && layer_tree_host() &&
879 tile->is_dirty() || !tile->managed_resource()->have_backing_texture();
  /external/chromium_org/sync/syncable/
syncable_write_transaction.cc 56 if (kernel->is_dirty()) {
60 DCHECK(!it->second.original.is_dirty());
entry_kernel.cc 137 kernel_info->SetBoolean("isDirty", is_dirty());
entry_kernel.h 215 inline bool is_dirty() const { function in struct:syncer::syncable::EntryKernel
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
update_operation_unittest.cc 101 EXPECT_FALSE(cache_entry.is_dirty());
177 EXPECT_FALSE(cache_entry.is_dirty());
209 EXPECT_FALSE(cache_entry.is_dirty());
get_file_for_saving_operation_unittest.cc 101 EXPECT_TRUE(cache_entry.is_dirty());
download_operation.cc 80 if (!cache_entry.is_dirty() &&
94 if (cache_entry.is_dirty()) {
  /external/chromium/chrome/browser/sync/sessions/
status_controller.cc 28 bool is_dirty = is_dirty_; local
30 return is_dirty;
  /external/qemu/target-i386/
helper.c 986 int error_code, is_dirty, prot, page_size, ret, is_write, is_user; local
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service_unittest.cc 121 bool is_dirty() const { function in class:__anon8331::FakeThemeService
366 EXPECT_FALSE(fake_theme_service_->is_dirty());
429 EXPECT_FALSE(fake_theme_service_->is_dirty());
558 EXPECT_FALSE(fake_theme_service_->is_dirty());
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 477 ASSERT_TRUE(i->is_dirty());
510 EXPECT_TRUE(i->is_dirty());
672 EXPECT_TRUE(i->is_dirty());
    [all...]

Completed in 763 milliseconds

1 2