OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AwAutofillManagerDelegate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/android_webview/native/
aw_autofill_manager_delegate.h
53
class
AwAutofillManagerDelegate
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
);
aw_autofill_manager_delegate.cc
31
DEFINE_WEB_CONTENTS_USER_DATA_KEY(android_webview::
AwAutofillManagerDelegate
);
39
AwAutofillManagerDelegate
::
AwAutofillManagerDelegate
(WebContents* contents)
52
AwAutofillManagerDelegate
::~
AwAutofillManagerDelegate
() {
56
void
AwAutofillManagerDelegate
::SetSaveFormData(bool enabled) {
60
bool
AwAutofillManagerDelegate
::GetSaveFormData() {
64
PrefService*
AwAutofillManagerDelegate
::GetPrefs() {
70
AwAutofillManagerDelegate
::GetPersonalDataManager() {
75
AwAutofillManagerDelegate
::GetAutocheckoutWhitelistManager() const
[
all
...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwAutofillManagerDelegate.java
17
// Java counterpart to the
AwAutofillManagerDelegate
. This class is owned by
20
public class
AwAutofillManagerDelegate
{
28
public static
AwAutofillManagerDelegate
create(int nativeDelegate) {
29
return new
AwAutofillManagerDelegate
(nativeDelegate);
32
private
AwAutofillManagerDelegate
(int nativeAwAutofillManagerDelegate) {
Completed in 32 milliseconds