Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/android/
Dlogin_prompt_android.cc48 TabAndroid* tab_android = TabAndroid::FromWebContents(web_contents); in BuildViewForPasswordManager() local
51 if (tab_android) { in BuildViewForPasswordManager()
56 tab_android->OnReceivedHttpAuthRequest( in BuildViewForPasswordManager()
/external/chromium_org/chrome/browser/android/
Drecently_closed_tabs_bridge.cc103 TabAndroid* tab_android = TabAndroid::GetNativeTab(env, jtab); in OpenRecentlyClosedTab() local
104 if (!tab_android) in OpenRecentlyClosedTab()
106 content::WebContents* web_contents = tab_android->web_contents(); in OpenRecentlyClosedTab()
Dforeign_session_helper.cc276 TabAndroid* tab_android = TabAndroid::GetNativeTab(env, j_tab); in OpenForeignSessionTab() local
277 if (!tab_android) in OpenForeignSessionTab()
279 content::WebContents* web_contents = tab_android->web_contents(); in OpenForeignSessionTab()
/external/chromium_org/chrome/browser/sync/glue/
Dsynced_tab_delegate_android.cc22 SyncedTabDelegateAndroid::SyncedTabDelegateAndroid(TabAndroid* tab_android) in SyncedTabDelegateAndroid() argument
23 : web_contents_(NULL), tab_android_(tab_android) {} in SyncedTabDelegateAndroid()
/external/chromium_org/chrome/
Dchrome_browser.gypi147 'browser/android/tab_android.cc',
148 'browser/android/tab_android.h',