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

/external/chromium_org/android_webview/native/
H A Daw_autofill_client.h49 class AwAutofillClient : public autofill::AutofillClient, class in namespace:android_webview
50 public content::WebContentsUserData<AwAutofillClient> {
52 virtual ~AwAutofillClient();
93 AwAutofillClient(content::WebContents* web_contents);
94 friend class content::WebContentsUserData<AwAutofillClient>;
112 DISALLOW_COPY_AND_ASSIGN(AwAutofillClient);
H A Daw_autofill_client.cc31 DEFINE_WEB_CONTENTS_USER_DATA_KEY(android_webview::AwAutofillClient);
39 AwAutofillClient::AwAutofillClient(WebContents* contents) function in class:android_webview::AwAutofillClient
51 AwAutofillClient::~AwAutofillClient() {
55 void AwAutofillClient::SetSaveFormData(bool enabled) {
59 bool AwAutofillClient::GetSaveFormData() {
63 PrefService* AwAutofillClient::GetPrefs() {
68 autofill::PersonalDataManager* AwAutofillClient::GetPersonalDataManager() {
73 AwAutofillClient
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwAutofillClient.java16 * Java counterpart to the AwAutofillClient. This class is owned by AwContents and has
20 public class AwAutofillClient { class
28 public static AwAutofillClient create(long nativeClient) {
29 return new AwAutofillClient(nativeClient);
32 private AwAutofillClient(long nativeAwAutofillClient) { method in class:AwAutofillClient

Completed in 843 milliseconds