OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aw_contents
(Results
1 - 4
of
4
) sorted by null
/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_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_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_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
...]
Completed in 210 milliseconds