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

  /external/chromium_org/chrome/browser/ui/autofill/
tab_autofill_manager_delegate.h 29 class TabAutofillManagerDelegate
31 public content::WebContentsUserData<TabAutofillManagerDelegate>,
34 virtual ~TabAutofillManagerDelegate();
88 explicit TabAutofillManagerDelegate(content::WebContents* web_contents);
89 friend class content::WebContentsUserData<TabAutofillManagerDelegate>;
95 DISALLOW_COPY_AND_ASSIGN(TabAutofillManagerDelegate);
tab_autofill_manager_delegate.cc 30 DEFINE_WEB_CONTENTS_USER_DATA_KEY(autofill::TabAutofillManagerDelegate);
34 TabAutofillManagerDelegate::TabAutofillManagerDelegate(
41 TabAutofillManagerDelegate::~TabAutofillManagerDelegate() {
49 void TabAutofillManagerDelegate::TabActivated() {
54 PersonalDataManager* TabAutofillManagerDelegate::GetPersonalDataManager() {
62 TabAutofillManagerDelegate::GetDatabase() {
69 PrefService* TabAutofillManagerDelegate::GetPrefs() {
74 void TabAutofillManagerDelegate::ShowAutofillSettings()
    [all...]

Completed in 91 milliseconds