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

  /external/chromium_org/chrome/browser/sync/glue/
shared_change_processor.cc 19 : disconnected_(false),
60 if (disconnected_)
69 disconnected_ = true;
86 bool was_connected = !disconnected_;
87 disconnected_ = true;
96 if (disconnected_) {
109 if (disconnected_) {
135 if (disconnected_) {
149 if (disconnected_) {
161 if (disconnected_) {
    [all...]
password_change_processor.h 93 bool disconnected_; member in class:browser_sync::PasswordChangeProcessor
password_change_processor.cc 39 disconnected_(false) {
61 if (disconnected_)
171 if (disconnected_)
232 if (disconnected_)
255 disconnected_ = true;
268 if (disconnected_)
shared_change_processor.h 95 // Does nothing if |disconnected_| is true.
113 bool disconnected_; member in class:browser_sync::SharedChangeProcessor
typed_url_change_processor.h 121 bool disconnected_; member in class:browser_sync::TypedUrlChangeProcessor
typed_url_change_processor.cc 47 disconnected_(false) {
69 if (disconnected_)
250 if (disconnected_)
310 if (disconnected_)
335 disconnected_ = true;

Completed in 55 milliseconds