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

  /external/chromium_org/net/base/
url_util_unittest.cc 84 TEST(UrlUtilTest, GetValueForKeyInQuery) {
90 EXPECT_FALSE(GetValueForKeyInQuery(url, "non-exist", &value));
93 EXPECT_TRUE(GetValueForKeyInQuery(url, "name", &value));
96 EXPECT_TRUE(GetValueForKeyInQuery(url, "boolParam", &value));
99 EXPECT_TRUE(GetValueForKeyInQuery(url, "url", &value));
108 EXPECT_FALSE(GetValueForKeyInQuery(url, "test", &value));
url_util.h 76 NET_EXPORT bool GetValueForKeyInQuery(const GURL& url,
url_util.cc 127 bool GetValueForKeyInQuery(const GURL& url,
  /external/chromium_org/chrome/browser/chromeos/policy/
variations_service_policy_browsertest.cc 50 EXPECT_TRUE(net::GetValueForKeyInQuery(url, "restrict", &value));
device_local_account_browsertest.cc 222 // Extract the extension id from the subquery. Since GetValueForKeyInQuery()
225 net::GetValueForKeyInQuery(GURL("http://dummy?" + it.GetUnescapedValue()),
    [all...]
  /external/chromium_org/chrome/browser/translate/
translate_script_unittest.cc 75 net::GetValueForKeyInQuery(
81 net::GetValueForKeyInQuery(
86 net::GetValueForKeyInQuery(
92 net::GetValueForKeyInQuery(
  /external/chromium_org/chrome/browser/search/
most_visited_iframe_source.cc 72 if (net::GetValueForKeyInQuery(url, "pos", &str_position) &&
80 if (net::GetValueForKeyInQuery(url, "pr", &provider))
  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.cc 329 using net::GetValueForKeyInQuery;
335 bool job_name_present = GetValueForKeyInQuery(url, "job_name", &job.job_name);
336 bool job_id_present = GetValueForKeyInQuery(url, "job_id", &job_id);
337 GetValueForKeyInQuery(url, "client_name", &job.client_name);
338 GetValueForKeyInQuery(url, "user_name", &job.user_name);
339 GetValueForKeyInQuery(url, "offline", &offline);
397 net::GetValueForKeyInQuery(url, "job_id", &job_id);
420 net::GetValueForKeyInQuery(url, "action", &action) &&
421 net::GetValueForKeyInQuery(url, "user", &user) &&
  /external/chromium_org/chrome/browser/signin/
signin_promo.cc 226 if (net::GetValueForKeyInQuery(url, kSignInPromoQueryKeyContinue, &value))
234 if (net::GetValueForKeyInQuery(url, kSignInPromoQueryKeySource, &value)) {
246 if (net::GetValueForKeyInQuery(url, kSignInPromoQueryKeyAutoClose, &value)) {
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service_unittest.cc 134 EXPECT_FALSE(net::GetValueForKeyInQuery(url, "restrict", &value));
139 EXPECT_TRUE(net::GetValueForKeyInQuery(url, "restrict", &value));
188 EXPECT_FALSE(net::GetValueForKeyInQuery(url, "restrict", &value));
193 EXPECT_TRUE(net::GetValueForKeyInQuery(url, "restrict", &value));
204 EXPECT_TRUE(net::GetValueForKeyInQuery(url, "osname", &value));
  /external/chromium_org/chrome/browser/ui/webui/
inline_login_ui.cc 175 net::GetValueForKeyInQuery(current_url, "Email", &email);
180 net::GetValueForKeyInQuery(current_url, "frameUrl", &frame_url);
185 net::GetValueForKeyInQuery(current_url, "constrained", &is_constrained);
189 net::GetValueForKeyInQuery(current_url, "partitionId", &partition_id_);
  /external/chromium_org/google_apis/gaia/
fake_gaia.cc 189 return net::GetValueForKeyInQuery(query_url, key, value);
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_refresh_token_fetcher_unittest.cc 54 return net::GetValueForKeyInQuery(url, key, value);
  /external/chromium_org/chrome/renderer/
page_load_histograms.cc 187 if (!net::GetValueForKeyInQuery(referrer, "gcjeid", &value))
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.cc 456 net::GetValueForKeyInQuery(url, "service", &value);
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc     [all...]

Completed in 1310 milliseconds