Home
last modified time | relevance | path

Searched refs:kAutofillSubPage (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/
Durl_constants.h172 extern const char kAutofillSubPage[];
Durl_constants.cc178 const char kAutofillSubPage[] = "autofill"; variable
/external/chromium/chrome/browser/autofill/
Dautofill_manager.cc629 browser->ShowOptionsTab(chrome::kAutofillSubPage); in OnShowAutofillDialog()