Searched refs:WebContentsAndroid (Results 1 – 5 of 5) sorted by relevance
56 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::WebContentsAndroid81 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 …]
27 class CONTENT_EXPORT WebContentsAndroid32 explicit WebContentsAndroid(WebContents* web_contents);33 virtual ~WebContentsAndroid();99 DISALLOW_COPY_AND_ASSIGN(WebContentsAndroid);
82 class WebContentsAndroid; variable342 virtual WebContentsAndroid* GetWebContentsAndroid(); in NON_EXPORTED_BASE()
4207 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()
96 {"WebContentsAndroid", content::WebContentsAndroid::Register},