Home
last modified time | relevance | path

Searched refs:TestAndClearIsDirty (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
Dstatus_controller_unittest.cc24 EXPECT_TRUE(status.TestAndClearIsDirty()); in TEST_F()
25 EXPECT_FALSE(status.TestAndClearIsDirty()); // Test that it actually resets. in TEST_F()
27 EXPECT_FALSE(status.TestAndClearIsDirty()); in TEST_F()
29 EXPECT_TRUE(status.TestAndClearIsDirty()); in TEST_F()
32 EXPECT_TRUE(status.TestAndClearIsDirty()); in TEST_F()
35 EXPECT_TRUE(status.TestAndClearIsDirty()); in TEST_F()
37 EXPECT_FALSE(status.TestAndClearIsDirty()); in TEST_F()
40 EXPECT_TRUE(status.TestAndClearIsDirty()); in TEST_F()
42 EXPECT_FALSE(status.TestAndClearIsDirty()); // Only dirty if value changed. in TEST_F()
44 EXPECT_TRUE(status.TestAndClearIsDirty()); in TEST_F()
[all …]
Dstatus_controller.h52 bool TestAndClearIsDirty();
Dstatus_controller.cc27 bool StatusController::TestAndClearIsDirty() { in TestAndClearIsDirty() function in browser_sync::sessions::StatusController
Dsync_session_unittest.cc263 EXPECT_FALSE(status()->TestAndClearIsDirty()); in TEST_F()
/external/chromium/chrome/browser/sync/engine/
Dsyncer_command.cc31 if (session->status_controller()->TestAndClearIsDirty()) { in SendNotifications()