Searched defs:WebContentsAndroid (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_android.h27 class CONTENT_EXPORT WebContentsAndroid class in namespace:content
32 explicit WebContentsAndroid(WebContents* web_contents);
33 virtual ~WebContentsAndroid();
99 DISALLOW_COPY_AND_ASSIGN(WebContentsAndroid);
H A Dweb_contents_android.cc56 WebContentsAndroid* web_contents_android =
57 reinterpret_cast<WebContentsAndroid*>(
66 bool WebContentsAndroid::Register(JNIEnv* env) {
70 WebContentsAndroid::WebContentsAndroid(WebContents* web_contents) function in class:content::WebContentsAndroid
81 WebContentsAndroid::~WebContentsAndroid() {
86 WebContentsAndroid::GetJavaObject() {
90 ScopedJavaLocalRef<jstring> WebContentsAndroid::GetTitle(
96 ScopedJavaLocalRef<jstring> WebContentsAndroid
[all...]

Completed in 63 milliseconds