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

/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_database.cc92 bool has_id = false; local
95 if (has_id)
98 has_id = true;
102 if (has_id) {
H A Dandroid_cache_database.cc70 bool has_id = false; local
74 if (has_id)
77 has_id = true;
81 if (!has_id)
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc5031 bool has_id = args->HasKey("tab_id"); local
5033 if (has_id && has_handle) {
5037 } else if (!has_id && !has_handle) {
5041 if (has_id && !args->GetInteger("tab_id", &id_or_handle)) {
/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider.cc4561 bool has_id = args->HasKey("tab_id");
4563 if (has_id && has_handle) {
4567 } else if (!has_id && !has_handle) {
4571 if (has_id && !args->GetInteger("tab_id", &id_or_handle)) {

Completed in 162 milliseconds