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

  /external/chromium_org/chrome/browser/sync/glue/
password_data_type_controller.h 19 class PasswordDataTypeController : public NonFrontendDataTypeController {
21 PasswordDataTypeController(
31 virtual ~PasswordDataTypeController();
45 DISALLOW_COPY_AND_ASSIGN(PasswordDataTypeController);
password_data_type_controller.cc 21 PasswordDataTypeController::PasswordDataTypeController(
30 syncer::ModelType PasswordDataTypeController::type() const {
34 syncer::ModelSafeGroup PasswordDataTypeController::model_safe_group()
39 PasswordDataTypeController::~PasswordDataTypeController() {}
41 bool PasswordDataTypeController::PostTaskOnBackendThread(
50 bool PasswordDataTypeController::StartModels() {
59 PasswordDataTypeController::CreateSyncComponents() {
68 void PasswordDataTypeController::DisconnectProcessor
    [all...]
  /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 3815 milliseconds