Searched refs:aw_contents (Results 1 – 13 of 13) sorted by relevance
28 AwContents* aw_contents = in RequestGeolocationPermissionOnUIThread() local30 if (!aw_contents) { in RequestGeolocationPermissionOnUIThread()34 aw_contents->ShowGeolocationPrompt(requesting_frame, callback); in RequestGeolocationPermissionOnUIThread()71 AwContents* aw_contents = in CancelGeolocationPermissionRequestOnUIThread() local73 if (aw_contents) { in CancelGeolocationPermissionRequestOnUIThread()74 aw_contents->HideGeolocationPrompt(requesting_frame); in CancelGeolocationPermissionRequestOnUIThread()
62 AwContents* aw_contents = AwContents::FromWebContents(web_contents); in HandleOnUIThread() local64 return aw_contents->OnReceivedHttpAuthRequest(http_auth_handler_, host_, in HandleOnUIThread()
64 AwContents* aw_contents = AwContents::FromWebContents(web_contents); in FindReply() local65 if (!aw_contents) in FindReply()68 aw_contents->GetFindHelper()->HandleFindReply(request_id, in FindReply()
49 AwContents* aw_contents = AwContents::FromWebContents(web_contents_); in AwAutofillManagerDelegate() local50 aw_contents->SetAwAutofillManagerDelegate(delegate.obj()); in AwAutofillManagerDelegate()
42 'aw_contents.cc',43 'aw_contents.h',
77 jobject aw_contents,
33 android_webview/native/aw_contents.cc \
204 jobject aw_contents, in SetJavaPeers() argument212 java_ref_ = JavaObjectWeakGlobalRef(env, aw_contents); in SetJavaPeers()