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

  /external/chromium_org/components/password_manager/core/browser/
password_syncable_service.h 119 bool is_processing_sync_changes_; member in class:password_manager::PasswordSyncableService
password_syncable_service.cc 117 is_processing_sync_changes_(false) {
129 base::AutoReset<bool> processing_changes(&is_processing_sync_changes_, true);
220 base::AutoReset<bool> processing_changes(&is_processing_sync_changes_, true);
255 if (is_processing_sync_changes_)

Completed in 227 milliseconds