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

  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.cc 157 std::string tab_id_str; local
159 if (num_args == 3 && (!args->GetString(2, &tab_id_str) ||
160 !base::StringToInt(tab_id_str, &tab_id))) {
  /external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.cc 312 std::string tab_id_str; local
314 if (num_args >= 3 && (!args->GetString(2, &tab_id_str) ||
315 !base::StringToInt(tab_id_str, &tab_id))) {

Completed in 536 milliseconds