Searched defs:AwAutofillManagerDelegate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/android_webview/native/
H A Daw_autofill_manager_delegate.h53 class AwAutofillManagerDelegate class in namespace:android_webview
55 public content::WebContentsUserData<AwAutofillManagerDelegate> {
58 virtual ~AwAutofillManagerDelegate();
111 AwAutofillManagerDelegate(content::WebContents* web_contents);
112 friend class content::WebContentsUserData<AwAutofillManagerDelegate>;
129 DISALLOW_COPY_AND_ASSIGN(AwAutofillManagerDelegate);
H A Daw_autofill_manager_delegate.cc31 DEFINE_WEB_CONTENTS_USER_DATA_KEY(android_webview::AwAutofillManagerDelegate);
39 AwAutofillManagerDelegate::AwAutofillManagerDelegate(WebContents* contents) function in class:android_webview::AwAutofillManagerDelegate
52 AwAutofillManagerDelegate::~AwAutofillManagerDelegate() {
56 void AwAutofillManagerDelegate::SetSaveFormData(bool enabled) {
60 bool AwAutofillManagerDelegate::GetSaveFormData() {
64 PrefService* AwAutofillManagerDelegate::GetPrefs() {
70 AwAutofillManagerDelegate::GetPersonalDataManager() {
75 AwAutofillManagerDelegate
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwAutofillManagerDelegate.java17 // Java counterpart to the AwAutofillManagerDelegate. This class is owned by
20 public class AwAutofillManagerDelegate { class
28 public static AwAutofillManagerDelegate create(int nativeDelegate) {
29 return new AwAutofillManagerDelegate(nativeDelegate);
32 private AwAutofillManagerDelegate(int nativeAwAutofillManagerDelegate) { method in class:AwAutofillManagerDelegate

Completed in 87 milliseconds