Searched refs:tab_android (Results 1 – 5 of 5) sorted by relevance
48 TabAndroid* tab_android = TabAndroid::FromWebContents(web_contents); in BuildViewForPasswordManager() local51 if (tab_android) { in BuildViewForPasswordManager()56 tab_android->OnReceivedHttpAuthRequest( in BuildViewForPasswordManager()
103 TabAndroid* tab_android = TabAndroid::GetNativeTab(env, jtab); in OpenRecentlyClosedTab() local104 if (!tab_android) in OpenRecentlyClosedTab()106 content::WebContents* web_contents = tab_android->web_contents(); in OpenRecentlyClosedTab()
276 TabAndroid* tab_android = TabAndroid::GetNativeTab(env, j_tab); in OpenForeignSessionTab() local277 if (!tab_android) in OpenForeignSessionTab()279 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()
147 'browser/android/tab_android.cc',148 'browser/android/tab_android.h',