Home
last modified time | relevance | path

Searched refs:WebContentsAndroid (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/web_contents/
Dweb_contents_android.cc56 WebContentsAndroid* web_contents_android = in FromJavaWebContents()
57 reinterpret_cast<WebContentsAndroid*>( in FromJavaWebContents()
66 bool WebContentsAndroid::Register(JNIEnv* env) { in Register()
70 WebContentsAndroid::WebContentsAndroid(WebContents* web_contents) in WebContentsAndroid() function in content::WebContentsAndroid
81 WebContentsAndroid::~WebContentsAndroid() { in ~WebContentsAndroid()
86 WebContentsAndroid::GetJavaObject() { in GetJavaObject()
90 ScopedJavaLocalRef<jstring> WebContentsAndroid::GetTitle( in GetTitle()
96 ScopedJavaLocalRef<jstring> WebContentsAndroid::GetVisibleURL( in GetVisibleURL()
102 void WebContentsAndroid::Stop(JNIEnv* env, jobject obj) { in Stop()
106 void WebContentsAndroid::InsertCSS( in InsertCSS()
[all …]
Dweb_contents_android.h27 class CONTENT_EXPORT WebContentsAndroid
32 explicit WebContentsAndroid(WebContents* web_contents);
33 virtual ~WebContentsAndroid();
99 DISALLOW_COPY_AND_ASSIGN(WebContentsAndroid);
Dweb_contents_impl.h82 class WebContentsAndroid; variable
342 virtual WebContentsAndroid* GetWebContentsAndroid(); in NON_EXPORTED_BASE()
Dweb_contents_impl.cc4207 WebContentsAndroid* WebContentsImpl::GetWebContentsAndroid() { in GetWebContentsAndroid()
4208 WebContentsAndroid* web_contents_android = in GetWebContentsAndroid()
4209 static_cast<WebContentsAndroid*>(GetUserData(kWebContentsAndroidKey)); in GetWebContentsAndroid()
4211 web_contents_android = new WebContentsAndroid(this); in GetWebContentsAndroid()
/external/chromium_org/content/browser/android/
Dbrowser_jni_registrar.cc96 {"WebContentsAndroid", content::WebContentsAndroid::Register},