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

  /external/chromium/chrome/browser/sync/sessions/
status_controller_unittest.cc 24 EXPECT_TRUE(status.TestAndClearIsDirty());
25 EXPECT_FALSE(status.TestAndClearIsDirty()); // Test that it actually resets.
27 EXPECT_FALSE(status.TestAndClearIsDirty());
29 EXPECT_TRUE(status.TestAndClearIsDirty());
32 EXPECT_TRUE(status.TestAndClearIsDirty());
35 EXPECT_TRUE(status.TestAndClearIsDirty());
37 EXPECT_FALSE(status.TestAndClearIsDirty());
40 EXPECT_TRUE(status.TestAndClearIsDirty());
42 EXPECT_FALSE(status.TestAndClearIsDirty()); // Only dirty if value changed.
44 EXPECT_TRUE(status.TestAndClearIsDirty());
    [all...]
status_controller.h 52 bool TestAndClearIsDirty();
242 // Reset to false by TestAndClearIsDirty.
status_controller.cc 27 bool StatusController::TestAndClearIsDirty() {
sync_session_unittest.cc 263 EXPECT_FALSE(status()->TestAndClearIsDirty());
  /external/chromium/chrome/browser/sync/engine/
syncer_command.cc 31 if (session->status_controller()->TestAndClearIsDirty()) {

Completed in 875 milliseconds