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

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dimport_data_handler.h22 class ImportDataHandler : public OptionsPageUIHandler, class in namespace:options
26 ImportDataHandler();
27 virtual ~ImportDataHandler();
68 DISALLOW_COPY_AND_ASSIGN(ImportDataHandler);
H A Dimport_data_handler.cc36 ImportDataHandler::ImportDataHandler() function in class:options::ImportDataHandler
42 ImportDataHandler::~ImportDataHandler() {
52 void ImportDataHandler::GetLocalizedValues(
81 void ImportDataHandler::InitializeHandler() {
88 base::Bind(&ImportDataHandler::InitializePage, base::Unretained(this)));
91 void ImportDataHandler::RegisterMessages() {
96 base::Bind(&ImportDataHandler::ImportData, base::Unretained(this)));
99 base::Bind(&ImportDataHandler
[all...]

Completed in 179 milliseconds