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

  /external/chromium_org/content/browser/media/
media_source_browsertest.cc 39 std::vector<StringPair> query_params; local
40 query_params.push_back(std::make_pair("mediafile", media_file));
41 query_params.push_back(std::make_pair("mediatype", media_type));
42 RunMediaTestPage("media_source_player.html", &query_params, expectation,
encrypted_media_browsertest.cc 81 std::vector<StringPair> query_params; local
82 query_params.push_back(std::make_pair("keysystem", CurrentKeySystem()));
83 query_params.push_back(std::make_pair("runencrypted", "1"));
84 RunMediaTestPage("mse_config_change.html", &query_params, kEnded, true);
98 std::vector<StringPair> query_params; local
99 query_params.push_back(std::make_pair("mediafile", media_file));
100 query_params.push_back(std::make_pair("mediatype", media_type));
101 query_params.push_back(std::make_pair("keysystem", key_system));
103 query_params.push_back(std::make_pair("usemse", "1"));
104 RunMediaTestPage(html_page, &query_params, expectation, true)
    [all...]
media_browsertest.h 36 std::vector<StringPair>* query_params,
media_browsertest.cc 38 const char* html_page, std::vector<StringPair>* query_params,
42 if (query_params != NULL && !query_params->empty()) {
43 std::vector<StringPair>::const_iterator itr = query_params->begin();
46 for (; itr != query_params->end(); ++itr) {
102 std::vector<StringPair> query_params; local
103 query_params.push_back(std::make_pair(tag, media_file));
104 RunMediaTestPage("player.html", &query_params, kEnded, http);
  /external/chromium_org/chrome/browser/media/
media_browsertest.cc 28 const char* html_page, std::vector<StringPair>* query_params,
32 if (query_params != NULL && !query_params->empty()) {
33 std::vector<StringPair>::const_iterator itr = query_params->begin();
36 for (; itr != query_params->end(); ++itr) {
media_browsertest.h 37 std::vector<StringPair>* query_params,
encrypted_media_browsertest.cc 105 std::vector<StringPair> query_params; local
106 query_params.push_back(std::make_pair("mediafile", media_file));
107 query_params.push_back(std::make_pair("mediatype", media_type));
108 query_params.push_back(std::make_pair("keysystem", key_system));
110 query_params.push_back(std::make_pair("usemse", "1"));
111 RunMediaTestPage(html_page, &query_params, expectation, true);
282 std::vector<StringPair> query_params; local
283 query_params.push_back(std::make_pair("keysystem", CurrentKeySystem()));
284 query_params.push_back(std::make_pair("runencrypted", "1"));
285 RunMediaTestPage("mse_config_change.html", &query_params, kEnded, true)
    [all...]
  /external/chromium_org/sync/tools/testserver/
sync_testserver.py 318 query_params = urlparse.parse_qs(query)
321 if 'channel' in query_params:
322 channel = query_params['channel'][0]
323 if 'data' in query_params:
324 data = query_params['data'][0]
475 query_params = urlparse.parse_qs(query)
483 if 'response_code' in query_params:
484 response_code = query_params['response_code'][0]
485 if 'request_token' in query_params:
486 request_token = query_params['request_token'][0
    [all...]
  /external/chromium_org/content/test/
mock_google_streaming_server.cc 43 std::vector<std::string> query_params; local
44 Tokenize(query, "&", &query_params);
50 for (size_t i = 0; i < query_params.size(); ++i) {
51 const std::string query_param = query_params[i];
  /external/chromium/chrome/browser/policy/
device_management_service_unittest.cc 263 QueryParams query_params(request_url.query());
264 EXPECT_TRUE(query_params.Check(
266 EXPECT_TRUE(query_params.Check(
268 EXPECT_TRUE(query_params.Check(
271 EXPECT_TRUE(query_params.Check(
274 EXPECT_TRUE(query_params.Check(
  /external/chromium_org/components/policy/core/common/cloud/
device_management_service_unittest.cc 380 QueryParams query_params(request_url.query());
381 EXPECT_TRUE(query_params.Check(dm_protocol::kParamRequest, request_type));
382 EXPECT_TRUE(query_params.Check(dm_protocol::kParamDeviceID, device_id));
383 EXPECT_TRUE(query_params.Check(dm_protocol::kParamDeviceType,
385 EXPECT_TRUE(query_params.Check(dm_protocol::kParamAppType,
  /external/chromium/net/tools/testserver/
testserver.py 860 query_params = cgi.parse_qs(query, True)
861 if 'set-cookie-if-challenged' in query_params:
863 if 'password' in query_params:
864 expected_password = query_params['password'][0]
865 if 'realm' in query_params:
866 realm = query_params['realm'][0]
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url.cc 347 std::vector<std::string> query_params;
353 query_params.push_back(extra_params);
356 query_params.push_back(search_terms_args.suggest_query_params);
358 query_params.push_back(gurl.query());
360 if (query_params.empty())
364 std::string query_str = JoinString(query_params, "&");
    [all...]
  /external/chromium_org/net/tools/testserver/
testserver.py     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 439 query_params = cls._split_url_string(query_string)
440 parameters.update(query_params)
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 439 query_params = cls._split_url_string(query_string)
440 parameters.update(query_params)
  /external/chromium_org/chrome/browser/autocomplete/
search_provider_unittest.cc 3455 std::string query_params; member in struct:Match
    [all...]

Completed in 1257 milliseconds