Searched refs:tab_android (Results 1 – 4 of 4) sorted by relevance
104 TabAndroid* tab_android = TabAndroid::GetNativeTab(env, jtab); in OpenRecentlyClosedTab() local105 if (!tab_android) in OpenRecentlyClosedTab()107 content::WebContents* web_contents = tab_android->web_contents(); in OpenRecentlyClosedTab()
272 TabAndroid* tab_android = TabAndroid::GetNativeTab(env, j_tab); in OpenForeignSessionTab() local273 if (!tab_android) in OpenForeignSessionTab()275 content::WebContents* web_contents = tab_android->web_contents(); in OpenForeignSessionTab()
22 SyncedTabDelegateAndroid::SyncedTabDelegateAndroid(TabAndroid* tab_android) in SyncedTabDelegateAndroid() argument23 : web_contents_(NULL), tab_android_(tab_android) {} in SyncedTabDelegateAndroid()
107 'browser/android/tab_android.cc',108 'browser/android/tab_android.h',