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

  /external/chromium_org/chrome/browser/android/
dev_tools_server.cc 188 if (tab->GetAndroidId() == tab_id_) {
310 TabTarget::CreateForWebContents(tab->GetAndroidId(), web_contents));
330 targets.push_back(TabTarget::CreateForWebContents(tab->GetAndroidId(),
333 targets.push_back(TabTarget::CreateForUnloadedTab(tab->GetAndroidId(),
tab_android.h 58 int GetAndroidId() const;
tab_android.cc 164 int TabAndroid::GetAndroidId() const {

Completed in 167 milliseconds