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

/external/chromium_org/chrome/browser/android/
H A Dtab_android.h46 class TabAndroid : public CoreTabHelperDelegate, class in inherits:CoreTabHelperDelegate,InstantServiceObserver,SearchTabHelperDelegate,content::NotificationObserver
59 static TabAndroid* FromWebContents(content::WebContents* web_contents);
61 // Returns the native TabAndroid stored in the Java Tab represented by
63 static TabAndroid* GetNativeTab(JNIEnv* env, jobject obj);
68 TabAndroid(JNIEnv* env, jobject obj);
69 virtual ~TabAndroid();
73 // Return the WebContents, if any, currently owned by this TabAndroid.
76 // Return specific id information regarding this TabAndroid.
187 DISALLOW_COPY_AND_ASSIGN(TabAndroid);
H A Dtab_android.cc105 TabAndroid* TabAndroid::FromWebContents(content::WebContents* web_contents) {
114 return static_cast<TabAndroid*>(core_delegate);
117 TabAndroid* TabAndroid::GetNativeTab(JNIEnv* env, jobject obj) {
118 return reinterpret_cast<TabAndroid*>(Java_Tab_getNativePtr(env, obj));
121 void TabAndroid::AttachTabHelpers(content::WebContents* web_contents) {
127 TabAndroid::TabAndroid(JNIEnv* env, jobject obj) function in class:TabAndroid
133 TabAndroid
[all...]

Completed in 524 milliseconds