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

  /external/chromium/chrome/browser/sync/glue/
password_data_type_controller.cc 21 PasswordDataTypeController::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::type() const
    [all...]
password_data_type_controller.h 29 class PasswordDataTypeController : public DataTypeController {
31 PasswordDataTypeController(
35 virtual ~PasswordDataTypeController();
88 DISALLOW_COPY_AND_ASSIGN(PasswordDataTypeController);

Completed in 32 milliseconds