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

  /external/chromium_org/content/browser/media/
media_internals_unittest.cc 32 test_params_(media::AudioParameters::AUDIO_PCM_LINEAR,
83 const media::AudioParameters test_params_; member in class:content::MediaInternalsTest
90 kTestComponentID, test_params_, kTestInputDeviceID, kTestOutputDeviceID);
94 media::ChannelLayoutToString(test_params_.channel_layout()));
95 ExpectInt("sample_rate", test_params_.sample_rate());
96 ExpectInt("frames_per_buffer", test_params_.frames_per_buffer());
97 ExpectInt("channels", test_params_.channels());
98 ExpectInt("input_channels", test_params_.input_channels());
131 kTestComponentID, test_params_, kTestInputDeviceID, kTestOutputDeviceID);
  /external/chromium_org/net/spdy/
spdy_network_transaction_unittest.cc 122 test_params_(test_params),
125 switch (test_params_.ssl_type) {
163 session_deps_.reset(CreateSpdySessionDependencies(test_params_));
173 switch (test_params_.ssl_type) {
177 AlternateProtocolFromNextProto(test_params_.protocol));
228 test_params_.protocol),
234 if (test_params_.ssl_type == SPDYNPN && spdy_enabled_) {
298 if (test_params_.ssl_type == SPDYNPN)
299 ssl_provider->SetNextProto(test_params_.protocol);
302 if (test_params_.ssl_type == SPDYNPN || test_params_.ssl_type == SPDYSSL
383 SpdyNetworkTransactionTestParams test_params_; member in class:net::SpdyNetworkTransactionTest::NormalSpdyTransactionHelper
    [all...]

Completed in 747 milliseconds