Home
last modified time | relevance | path

Searched refs:aw_contents (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/android_webview/native/
Daw_geolocation_permission_context.cc28 AwContents* aw_contents = in RequestGeolocationPermissionOnUIThread() local
30 if (!aw_contents) { in RequestGeolocationPermissionOnUIThread()
34 aw_contents->ShowGeolocationPrompt(requesting_frame, callback); in RequestGeolocationPermissionOnUIThread()
71 AwContents* aw_contents = in CancelGeolocationPermissionRequestOnUIThread() local
73 if (aw_contents) { in CancelGeolocationPermissionRequestOnUIThread()
74 aw_contents->HideGeolocationPrompt(requesting_frame); in CancelGeolocationPermissionRequestOnUIThread()
Daw_http_auth_handler.cc62 AwContents* aw_contents = AwContents::FromWebContents(web_contents); in HandleOnUIThread() local
64 return aw_contents->OnReceivedHttpAuthRequest(http_auth_handler_, host_, in HandleOnUIThread()
Daw_web_contents_delegate.cc64 AwContents* aw_contents = AwContents::FromWebContents(web_contents); in FindReply() local
65 if (!aw_contents) in FindReply()
68 aw_contents->GetFindHelper()->HandleFindReply(request_id, in FindReply()
Daw_autofill_manager_delegate.cc49 AwContents* aw_contents = AwContents::FromWebContents(web_contents_); in AwAutofillManagerDelegate() local
50 aw_contents->SetAwAutofillManagerDelegate(delegate.obj()); in AwAutofillManagerDelegate()
Dwebview_native.gyp42 'aw_contents.cc',
43 'aw_contents.h',
Daw_contents.h77 jobject aw_contents,
Dwebview_native.target.darwin-mips.mk33 android_webview/native/aw_contents.cc \
Dwebview_native.target.linux-mips.mk33 android_webview/native/aw_contents.cc \
Dwebview_native.target.linux-arm.mk33 android_webview/native/aw_contents.cc \
Dwebview_native.target.darwin-arm.mk33 android_webview/native/aw_contents.cc \
Dwebview_native.target.darwin-x86.mk33 android_webview/native/aw_contents.cc \
Dwebview_native.target.linux-x86.mk33 android_webview/native/aw_contents.cc \
Daw_contents.cc204 jobject aw_contents, in SetJavaPeers() argument
212 java_ref_ = JavaObjectWeakGlobalRef(env, aw_contents); in SetJavaPeers()