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

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_handler.h26 class AutofillOptionsHandler : public OptionsPageUIHandler, class in namespace:options
29 AutofillOptionsHandler();
30 virtual ~AutofillOptionsHandler();
110 DISALLOW_COPY_AND_ASSIGN(AutofillOptionsHandler);
H A Dautofill_options_handler.cc297 AutofillOptionsHandler::AutofillOptionsHandler() function in class:options::AutofillOptionsHandler
300 AutofillOptionsHandler::~AutofillOptionsHandler() {
307 void AutofillOptionsHandler::GetLocalizedValues(
336 void AutofillOptionsHandler::InitializeHandler() {
342 void AutofillOptionsHandler::InitializePage() {
347 void AutofillOptionsHandler::RegisterMessages() {
354 base::Bind(&AutofillOptionsHandler::AccessAddressBook,
359 base::Bind(&AutofillOptionsHandler
[all...]

Completed in 122 milliseconds