Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc5031 bool has_id = args->HasKey("tab_id"); in GetIndicesFromTab() local
5033 if (has_id && has_handle) { in GetIndicesFromTab()
5037 } else if (!has_id && !has_handle) { in GetIndicesFromTab()
5041 if (has_id && !args->GetInteger("tab_id", &id_or_handle)) { in GetIndicesFromTab()