Searched defs:url_index (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
H A Dexternal_policy_data_updater_unittest.cc67 void RequestExternalDataFetch(int key_index, int url_index);
95 int url_index) {
98 CreateRequest(kExternalPolicyDataURLs[url_index]),
94 RequestExternalDataFetch(int key_index, int url_index) argument
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor.cc189 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/chrome/browser/extensions/activity_log/
H A Dactivity_log.cc247 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/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc312 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
2327 for (url_index
[all...]

Completed in 143 milliseconds