HomeSort by relevance Sort by last modified time
    Searched refs:aw_contents (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/android_webview/native/
aw_geolocation_permission_context.cc 7 #include "android_webview/native/aw_contents.h"
28 AwContents* aw_contents = local
30 if (!aw_contents) {
34 aw_contents->ShowGeolocationPrompt(requesting_frame, callback);
71 AwContents* aw_contents = local
73 if (aw_contents) {
74 aw_contents->HideGeolocationPrompt(requesting_frame);
aw_http_auth_handler.cc 8 #include "android_webview/native/aw_contents.h"
62 AwContents* aw_contents = AwContents::FromWebContents(web_contents); local
64 return aw_contents->OnReceivedHttpAuthRequest(http_auth_handler_, host_,
aw_autofill_manager_delegate.cc 11 #include "android_webview/native/aw_contents.h"
49 AwContents* aw_contents = AwContents::FromWebContents(web_contents_); local
50 aw_contents->SetAwAutofillManagerDelegate(delegate.obj());
aw_web_contents_delegate.cc 9 #include "android_webview/native/aw_contents.h"
64 AwContents* aw_contents = AwContents::FromWebContents(web_contents); local
65 if (!aw_contents)
68 aw_contents->GetFindHelper()->HandleFindReply(request_id,
aw_contents.h 77 jobject aw_contents,
webview_native.target.darwin-arm.mk 33 android_webview/native/aw_contents.cc \
webview_native.target.darwin-mips.mk 33 android_webview/native/aw_contents.cc \
webview_native.target.darwin-x86.mk 33 android_webview/native/aw_contents.cc \
webview_native.target.linux-arm.mk 33 android_webview/native/aw_contents.cc \
webview_native.target.linux-mips.mk 33 android_webview/native/aw_contents.cc \
webview_native.target.linux-x86.mk 33 android_webview/native/aw_contents.cc \
aw_contents.cc 5 #include "android_webview/native/aw_contents.h"
204 jobject aw_contents,
212 java_ref_ = JavaObjectWeakGlobalRef(env, aw_contents);
    [all...]

Completed in 385 milliseconds