Home
last modified time | relevance | path

Searched refs:store_birthday_sent_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sync/test/engine/
Dmock_connection_manager.cc44 store_birthday_sent_(false), in MockConnectionManager()
133 store_birthday_sent_ = true; in PostBufferToPath()
137 EXPECT_TRUE(!store_birthday_sent_ || post.has_store_birthday() || in PostBufferToPath()
139 store_birthday_sent_ = true; in PostBufferToPath()
Dmock_connection_manager.h342 bool store_birthday_sent_; variable