Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/android/
Drecently_closed_tabs_bridge.cc104 TabAndroid* tab_android = TabAndroid::GetNativeTab(env, jtab); in OpenRecentlyClosedTab() local
105 if (!tab_android) in OpenRecentlyClosedTab()
107 content::WebContents* web_contents = tab_android->web_contents(); in OpenRecentlyClosedTab()
Dforeign_session_helper.cc272 TabAndroid* tab_android = TabAndroid::GetNativeTab(env, j_tab); in OpenForeignSessionTab() local
273 if (!tab_android) in OpenForeignSessionTab()
275 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.gypi107 'browser/android/tab_android.cc',
108 'browser/android/tab_android.h',