Searched refs:kAutofillSubPage (Results 1 – 11 of 11) sorted by relevance
68 chrome::ShowSettingsSubPage(browser, chrome::kAutofillSubPage); in OnLinkClicked()
80 chrome::ShowSettingsSubPage(browser, chrome::kAutofillSubPage); in ShowAutofillSettings()
2226 url = settings_url.Resolve(chrome::kAutofillSubPage); in SuggestionItemSelected()
172 extern const char kAutofillSubPage[];
178 const char kAutofillSubPage[] = "autofill"; variable
20 chrome::kAutofillSubPage,
201 const base::string16 kDefaultPage1 = ASCIIToUTF16(chrome::kAutofillSubPage); in TEST_F()
290 extern const char kAutofillSubPage[];
299 const char kAutofillSubPage[] = "autofill"; variable
310 url += std::string(chrome::kAutofillSubPage); in IN_PROC_BROWSER_TEST_F()331 url += std::string(chrome::kAutofillSubPage); in IN_PROC_BROWSER_TEST_F()
629 browser->ShowOptionsTab(chrome::kAutofillSubPage); in OnShowAutofillDialog()