Searched refs:AutofillOptionsHandler (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/
H A Dautofill_options_handler.h16 class AutofillOptionsHandler : public OptionsPageUIHandler, class in inherits:OptionsPageUIHandler,PersonalDataManager::Observer
19 AutofillOptionsHandler();
20 virtual ~AutofillOptionsHandler();
75 DISALLOW_COPY_AND_ASSIGN(AutofillOptionsHandler);
H A Dautofill_options_handler.cc120 AutofillOptionsHandler::AutofillOptionsHandler() function in class:AutofillOptionsHandler
124 AutofillOptionsHandler::~AutofillOptionsHandler() {
131 void AutofillOptionsHandler::GetLocalizedValues(
158 void AutofillOptionsHandler::Initialize() {
165 void AutofillOptionsHandler::RegisterMessages() {
168 NewCallback(this, &AutofillOptionsHandler::RemoveAddress));
171 NewCallback(this, &AutofillOptionsHandler::RemoveCreditCard));
174 NewCallback(this, &AutofillOptionsHandler
[all...]
H A Doptions_ui.cc195 AddOptionsPageUIHandler(localized_strings, new AutofillOptionsHandler());

Completed in 414 milliseconds