HomeSort by relevance Sort by last modified time
    Searched refs:AutofillOptionsHandler (Results 1 - 6 of 6) 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...]
options_ui.cc 195 AddOptionsPageUIHandler(localized_strings, new AutofillOptionsHandler());
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.h 25 class AutofillOptionsHandler : public OptionsPageUIHandler,
28 AutofillOptionsHandler();
29 virtual ~AutofillOptionsHandler();
90 DISALLOW_COPY_AND_ASSIGN(AutofillOptionsHandler);
autofill_options_handler.cc 244 AutofillOptionsHandler::AutofillOptionsHandler()
248 AutofillOptionsHandler::~AutofillOptionsHandler() {
255 void AutofillOptionsHandler::GetLocalizedValues(
284 void AutofillOptionsHandler::InitializeHandler() {
292 void AutofillOptionsHandler::InitializePage() {
297 void AutofillOptionsHandler::RegisterMessages() {
300 base::Bind(&AutofillOptionsHandler::RemoveData,
304 base::Bind(&AutofillOptionsHandler::LoadAddressEditor
    [all...]
options_ui.cc 254 AddOptionsPageUIHandler(localized_strings, new AutofillOptionsHandler());

Completed in 663 milliseconds