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

/external/chromium/chrome/browser/ui/webui/options/
H A Dimport_data_handler.h20 class ImportDataHandler : public OptionsPageUIHandler, class in inherits:OptionsPageUIHandler,ImporterList::Observer,importer::ImporterProgressObserver
24 ImportDataHandler();
25 virtual ~ImportDataHandler();
52 DISALLOW_COPY_AND_ASSIGN(ImportDataHandler);
H A Dimport_data_handler.cc25 ImportDataHandler::ImportDataHandler() : importer_host_(NULL) { function in class:ImportDataHandler
28 ImportDataHandler::~ImportDataHandler() {
36 void ImportDataHandler::GetLocalizedValues(
57 void ImportDataHandler::Initialize() {
62 void ImportDataHandler::RegisterMessages() {
64 "importData", NewCallback(this, &ImportDataHandler::ImportData));
67 void ImportDataHandler::ImportData(const ListValue* args) {
121 void ImportDataHandler
[all...]

Completed in 88 milliseconds