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

  /external/chromium/chrome/browser/sync/glue/
password_data_type_controller.cc 29 abort_association_(false),
60 abort_association_ = false;
80 abort_association_ = true;
133 if (abort_association_) {
175 if (!abort_association_) {
autofill_data_type_controller.cc 31 abort_association_(false),
61 abort_association_ = false;
124 abort_association_ = true;
207 if (abort_association_) {
255 if (!abort_association_) {
typed_url_data_type_controller.cc 56 abort_association_(false),
80 abort_association_ = false;
122 abort_association_ = true;
175 if (abort_association_) {
219 if (!abort_association_) {
password_data_type_controller.h 81 bool abort_association_; member in class:browser_sync::PasswordDataTypeController
autofill_data_type_controller.h 106 bool abort_association_; member in class:browser_sync::AutofillDataTypeController
typed_url_data_type_controller.h 114 bool abort_association_; member in class:browser_sync::TypedUrlDataTypeController

Completed in 76 milliseconds