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

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.cc 247 int url_index = api_info->arg_url_index; local
249 if (!action->args() || url_index < 0 ||
250 static_cast<size_t>(url_index) >= action->args()->GetSize())
267 if (action->args()->GetString(url_index, &url_string) &&
269 action->mutable_args()->Set(url_index,
283 if (action->mutable_args()->GetDictionary(url_index, &dict) &&
297 if (action->args()->GetInteger(url_index, &tab_id)) {
302 url_index, new base::StringValue(kArgUrlPlaceholder));
304 } else if (action->mutable_args()->GetList(url_index, &tab_list)) {
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.cc 189 int url_index = -1; local
198 if (url_index == -1 && entry->GetURL() == request_url) {
202 // Note that it's possible that the url_index should always be the
206 url_index = index;
207 } else if (index < url_index) {
222 if (url_index != -1) {
224 std::string(), controller, url_index, info->url_redirects, request); local
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set.py 131 url_index = csv_header.index('url')
134 if csv_row[url_index] in page_set_dict:
135 self.AddPage(page_set_dict[csv_row[url_index]])
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc 312 int url_index = 4; local
334 url_index += offset;
336 EXPECT_EQ(urls[url_index], controller.GetPendingEntry()->GetVirtualURL());
337 main_test_rfh()->SendNavigate(url_index, urls[url_index]);
342 EXPECT_TRUE(controller.CanGoToOffset(j - url_index));
344 EXPECT_FALSE(controller.CanGoToOffset(-(url_index + 1)));
345 EXPECT_FALSE(controller.CanGoToOffset(urls.size() - url_index));
2325 int url_index; local
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_updater_unittest.cc 67 void RequestExternalDataFetch(int key_index, int url_index);
95 int url_index) {
98 CreateRequest(kExternalPolicyDataURLs[url_index]),
    [all...]

Completed in 380 milliseconds