AwAutofillManagerDelegate 28 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java public static AwAutofillManagerDelegate create(long nativeDelegate) { AwAutofillManagerDelegate 29 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java return new AwAutofillManagerDelegate(nativeDelegate); AwAutofillManagerDelegate 218 android_webview/java/src/org/chromium/android_webview/AwContents.java private AwAutofillManagerDelegate mAwAutofillManagerDelegate; AwAutofillManagerDelegate 1990 android_webview/java/src/org/chromium/android_webview/AwContents.java private void setAwAutofillManagerDelegate(AwAutofillManagerDelegate delegate) { AwAutofillManagerDelegate 32 android_webview/native/aw_autofill_manager_delegate.cc DEFINE_WEB_CONTENTS_USER_DATA_KEY(android_webview::AwAutofillManagerDelegate); AwAutofillManagerDelegate 40 android_webview/native/aw_autofill_manager_delegate.cc AwAutofillManagerDelegate::AwAutofillManagerDelegate(WebContents* contents) AwAutofillManagerDelegate 54 android_webview/native/aw_autofill_manager_delegate.cc AwAutofillManagerDelegate::~AwAutofillManagerDelegate() { AwAutofillManagerDelegate 58 android_webview/native/aw_autofill_manager_delegate.cc void AwAutofillManagerDelegate::SetSaveFormData(bool enabled) { AwAutofillManagerDelegate 62 android_webview/native/aw_autofill_manager_delegate.cc bool AwAutofillManagerDelegate::GetSaveFormData() { AwAutofillManagerDelegate 66 android_webview/native/aw_autofill_manager_delegate.cc PrefService* AwAutofillManagerDelegate::GetPrefs() { AwAutofillManagerDelegate 72 android_webview/native/aw_autofill_manager_delegate.cc AwAutofillManagerDelegate::GetPersonalDataManager() { AwAutofillManagerDelegate 77 android_webview/native/aw_autofill_manager_delegate.cc AwAutofillManagerDelegate::GetDatabase() { AwAutofillManagerDelegate 84 android_webview/native/aw_autofill_manager_delegate.cc void AwAutofillManagerDelegate::ShowAutofillPopup( AwAutofillManagerDelegate 109 android_webview/native/aw_autofill_manager_delegate.cc void AwAutofillManagerDelegate::ShowAutofillPopupImpl( AwAutofillManagerDelegate 146 android_webview/native/aw_autofill_manager_delegate.cc void AwAutofillManagerDelegate::UpdateAutofillPopupDataListValues( AwAutofillManagerDelegate 154 android_webview/native/aw_autofill_manager_delegate.cc void AwAutofillManagerDelegate::HideAutofillPopup() { AwAutofillManagerDelegate 163 android_webview/native/aw_autofill_manager_delegate.cc bool AwAutofillManagerDelegate::IsAutocompleteEnabled() { AwAutofillManagerDelegate 167 android_webview/native/aw_autofill_manager_delegate.cc void AwAutofillManagerDelegate::DetectAccountCreationForms( AwAutofillManagerDelegate 170 android_webview/native/aw_autofill_manager_delegate.cc void AwAutofillManagerDelegate::DidFillOrPreviewField( AwAutofillManagerDelegate 174 android_webview/native/aw_autofill_manager_delegate.cc void AwAutofillManagerDelegate::SuggestionSelected(JNIEnv* env, AwAutofillManagerDelegate 181 android_webview/native/aw_autofill_manager_delegate.cc void AwAutofillManagerDelegate::HideRequestAutocompleteDialog() { AwAutofillManagerDelegate 185 android_webview/native/aw_autofill_manager_delegate.cc void AwAutofillManagerDelegate::ShowAutofillSettings() { AwAutofillManagerDelegate 189 android_webview/native/aw_autofill_manager_delegate.cc void AwAutofillManagerDelegate::ConfirmSaveCreditCard( AwAutofillManagerDelegate 195 android_webview/native/aw_autofill_manager_delegate.cc void AwAutofillManagerDelegate::ShowRequestAutocompleteDialog( AwAutofillManagerDelegate 49 android_webview/native/aw_autofill_manager_delegate.h class AwAutofillManagerDelegate AwAutofillManagerDelegate 51 android_webview/native/aw_autofill_manager_delegate.h public content::WebContentsUserData<AwAutofillManagerDelegate> { AwAutofillManagerDelegate 54 android_webview/native/aw_autofill_manager_delegate.h virtual ~AwAutofillManagerDelegate(); AwAutofillManagerDelegate 97 android_webview/native/aw_autofill_manager_delegate.h AwAutofillManagerDelegate(content::WebContents* web_contents); AwAutofillManagerDelegate 98 android_webview/native/aw_autofill_manager_delegate.h friend class content::WebContentsUserData<AwAutofillManagerDelegate>; AwAutofillManagerDelegate 115 android_webview/native/aw_autofill_manager_delegate.h DISALLOW_COPY_AND_ASSIGN(AwAutofillManagerDelegate); AwAutofillManagerDelegate 207 android_webview/native/aw_contents.cc AwAutofillManagerDelegate* autofill_manager_delegate = AwAutofillManagerDelegate 208 android_webview/native/aw_contents.cc AwAutofillManagerDelegate::FromWebContents(web_contents_.get()); AwAutofillManagerDelegate 254 android_webview/native/aw_contents.cc AwAutofillManagerDelegate::FromWebContents(web_contents_.get())-> AwAutofillManagerDelegate 270 android_webview/native/aw_contents.cc AwAutofillManagerDelegate::CreateForWebContents(web_contents); AwAutofillManagerDelegate 273 android_webview/native/aw_contents.cc AwAutofillManagerDelegate::FromWebContents(web_contents),