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_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_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_autofill_manager_delegate.cc
10
#include "android_webview/native/
aw_contents
.h"
47
AwContents*
aw_contents
= AwContents::FromWebContents(web_contents_);
local
48
aw_contents
->SetAwAutofillManagerDelegate(delegate.obj());
Completed in 1371 milliseconds