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

  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.h 16 class AutofillOptionsHandler : public OptionsPageUIHandler,
19 AutofillOptionsHandler();
20 virtual ~AutofillOptionsHandler();
75 DISALLOW_COPY_AND_ASSIGN(AutofillOptionsHandler);
autofill_options_handler.cc 120 AutofillOptionsHandler::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::LoadAddressEditor))
    [all...]

Completed in 20 milliseconds