Searched refs:tab_android (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate_android.cc8 #include "chrome/browser/android/tab_android.h"
22 SyncedTabDelegateAndroid::SyncedTabDelegateAndroid(TabAndroid* tab_android) argument
23 : web_contents_(NULL), tab_android_(tab_android) {}
/external/chromium_org/chrome/browser/android/
H A Drecently_closed_tabs_bridge.cc8 #include "chrome/browser/android/tab_android.h"
104 TabAndroid* tab_android = TabAndroid::GetNativeTab(env, jtab);
105 if (!tab_android)
107 content::WebContents* web_contents = tab_android->web_contents();
H A Dforeign_session_helper.cc12 #include "chrome/browser/android/tab_android.h"
272 TabAndroid* tab_android = TabAndroid::GetNativeTab(env, j_tab); local
273 if (!tab_android)
275 content::WebContents* web_contents = tab_android->web_contents();

Completed in 844 milliseconds