HomeSort by relevance Sort by last modified time
    Searched refs:HasChanges (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context_unittest.cc 34 ASSERT_FALSE(context().HasChanges());
43 ASSERT_TRUE(context().HasChanges());
53 ASSERT_TRUE(context().HasChanges());
66 ASSERT_FALSE(context().HasChanges());
71 ASSERT_TRUE(context().HasChanges());
75 ASSERT_FALSE(context().HasChanges());
86 ASSERT_TRUE(context().HasChanges());
90 ASSERT_TRUE(context().HasChanges());
94 ASSERT_FALSE(context().HasChanges());
99 ASSERT_TRUE(context().HasChanges());
    [all...]
screen_context.cc 85 bool ScreenContext::HasChanges() const {
100 DCHECK(!HasChanges());
screen_context.h 66 bool HasChanges() const;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
remote_change_handler.h 67 bool HasChanges() const { return !changes_.empty(); }
drive_file_sync_service_fake_unittest.cc 458 EXPECT_TRUE(!remote_change_handler().HasChanges());
508 EXPECT_TRUE(!remote_change_handler().HasChanges());
529 EXPECT_TRUE(!remote_change_handler().HasChanges());
571 EXPECT_TRUE(!remote_change_handler().HasChanges());
drive_file_sync_service.cc 616 if (!remote_change_handler_.HasChanges()) {
    [all...]

Completed in 188 milliseconds