OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AwWebContentsDelegate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/android_webview/native/
aw_web_contents_delegate.h
17
class
AwWebContentsDelegate
20
AwWebContentsDelegate
(JNIEnv* env, jobject obj);
21
virtual ~
AwWebContentsDelegate
();
aw_web_contents_delegate.cc
47
AwWebContentsDelegate
::
AwWebContentsDelegate
(
54
AwWebContentsDelegate
::~
AwWebContentsDelegate
() {
58
AwWebContentsDelegate
::GetJavaScriptDialogManager() {
62
void
AwWebContentsDelegate
::FindReply(WebContents* web_contents,
78
void
AwWebContentsDelegate
::CanDownload(
89
void
AwWebContentsDelegate
::RunFileChooser(WebContents* web_contents,
125
void
AwWebContentsDelegate
::AddNewContents(WebContents* source,
168
void
AwWebContentsDelegate
::WebContentsCreated
[
all
...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwWebContentsDelegate.java
20
public abstract class
AwWebContentsDelegate
extends WebContentsDelegateAndroid {
Completed in 268 milliseconds