Searched defs:PasswordDataTypeController (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dpassword_data_type_controller.cc21 PasswordDataTypeController::PasswordDataTypeController( function in class:browser_sync::PasswordDataTypeController
37 PasswordDataTypeController::~PasswordDataTypeController() {
40 void PasswordDataTypeController::Start(StartCallback* start_callback) {
63 NewRunnableMethod(this, &PasswordDataTypeController::StartImpl));
71 void PasswordDataTypeController::Stop() {
102 NewRunnableMethod(this, &PasswordDataTypeController::StopImpl));
106 bool PasswordDataTypeController::enabled() {
110 syncable::ModelType PasswordDataTypeController
[all...]
H A Dpassword_data_type_controller.h29 class PasswordDataTypeController : public DataTypeController { class in namespace:browser_sync
31 PasswordDataTypeController(
35 virtual ~PasswordDataTypeController();
88 DISALLOW_COPY_AND_ASSIGN(PasswordDataTypeController);

Completed in 56 milliseconds