OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aw_contents
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/android_webview/native/permission/
permission_request_handler.h
29
content::WebContents*
aw_contents
);
/external/chromium_org/android_webview/native/
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_web_contents_delegate.cc
9
#include "android_webview/native/
aw_contents
.h"
68
AwContents*
aw_contents
= AwContents::FromWebContents(web_contents);
local
69
if (!
aw_contents
)
72
aw_contents
->GetFindHelper()->HandleFindReply(request_id,
199
AwContents*
aw_contents
= AwContents::FromWebContents(web_contents);
local
200
if (!
aw_contents
) {
206
aw_contents
->GetPermissionRequestHandler()->SendRequest(
aw_autofill_client.cc
11
#include "android_webview/native/
aw_contents
.h"
46
AwContents*
aw_contents
= AwContents::FromWebContents(web_contents_);
local
47
aw_contents
->SetAwAutofillClient(delegate.obj());
aw_contents.cc
5
#include "android_webview/native/
aw_contents
.h"
157
AwContents*
aw_contents
= AwContents::FromID(render_process_id,
local
159
return implicit_cast<AwBrowserPermissionRequestDelegate*>(
aw_contents
);
193
jobject
aw_contents
,
201
java_ref_ = JavaObjectWeakGlobalRef(env,
aw_contents
);
[
all
...]
aw_contents.h
87
jobject
aw_contents
,
webview_native.target.darwin-arm.mk
35
android_webview/native/
aw_contents
.cc \
webview_native.target.darwin-arm64.mk
35
android_webview/native/
aw_contents
.cc \
webview_native.target.darwin-mips.mk
35
android_webview/native/
aw_contents
.cc \
webview_native.target.darwin-mips64.mk
35
android_webview/native/
aw_contents
.cc \
webview_native.target.darwin-x86.mk
35
android_webview/native/
aw_contents
.cc \
webview_native.target.darwin-x86_64.mk
35
android_webview/native/
aw_contents
.cc \
webview_native.target.linux-arm.mk
35
android_webview/native/
aw_contents
.cc \
webview_native.target.linux-arm64.mk
35
android_webview/native/
aw_contents
.cc \
webview_native.target.linux-mips.mk
35
android_webview/native/
aw_contents
.cc \
webview_native.target.linux-mips64.mk
35
android_webview/native/
aw_contents
.cc \
webview_native.target.linux-x86.mk
35
android_webview/native/
aw_contents
.cc \
webview_native.target.linux-x86_64.mk
35
android_webview/native/
aw_contents
.cc \
Completed in 1342 milliseconds