HomeSort by relevance Sort by last modified time
    Searched refs:tab_android (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate_android.cc 8 #include "chrome/browser/android/tab_android.h"
22 SyncedTabDelegateAndroid::SyncedTabDelegateAndroid(TabAndroid* tab_android)
23 : web_contents_(NULL), tab_android_(tab_android) {}
  /external/chromium_org/chrome/browser/android/
recently_closed_tabs_bridge.cc 8 #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();
foreign_session_helper.cc 12 #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 320 milliseconds