HomeSort by relevance Sort by last modified time
    Searched full:arg_url_dict_path (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.cc 89 // arg_url_dict_path is a path (list of keys delimited by ".") where a URL
92 const char* arg_url_dict_path; member in struct:extensions::__anon8134::ApiInfo
279 CHECK(api_info->arg_url_dict_path);
287 dict->GetString(api_info->arg_url_dict_path, &url_string) &&
289 dict->SetString(api_info->arg_url_dict_path, kArgUrlPlaceholder);

Completed in 170 milliseconds