HomeSort by relevance Sort by last modified time
    Searched refs:FromString (Results 26 - 50 of 194) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosource.cc 96 int value = talk_base::FromString<int>(constraint.value);
99 int value = talk_base::FromString<int>(constraint.value);
134 int value = talk_base::FromString<int>(constraint.value);
137 int value = talk_base::FromString<int>(constraint.value);
140 int value = talk_base::FromString<int>(constraint.value);
143 int value = talk_base::FromString<int>(constraint.value);
146 int value = talk_base::FromString<int>(constraint.value);
149 int value = talk_base::FromString<int>(constraint.value);
166 double value = talk_base::FromString<double>(constraint.value);
176 double value = talk_base::FromString<double>(constraint.value)
    [all...]
localaudiosource.cc 56 if (!talk_base::FromString(iter->value, &value)) {
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider_unittest.cc 110 ContentSettingsPattern::FromString("[*.]example.com");
168 ContentSettingsPattern::FromString("[*.]example.com");
207 ContentSettingsPattern::FromString("[*.]example.com");
274 ContentSettingsPattern::FromString("[*.]example.com");
276 ContentSettingsPattern::FromString("example.org");
278 ContentSettingsPattern::FromString("file:///tmp/test.html");
360 ContentSettingsPattern::FromString("[*.]example.com");
host_content_settings_map_unittest.cc 81 ContentSettingsPattern::FromString("[*.]example.com");
154 ContentSettingsPattern::FromString("[*.]example.org");
189 ContentSettingsPattern::FromString("[*.]example.org");
191 ContentSettingsPattern::FromString("[*.]example.net");
238 ContentSettingsPattern::FromString("[*.]example.com");
240 ContentSettingsPattern::FromString("example.org");
277 ContentSettingsPattern::FromString("[*.]example.com");
359 ContentSettingsPattern::FromString("[*.]example.com");
401 ContentSettingsPattern::FromString("[*.]example.com");
555 ContentSettingsPattern::FromString("[*.]example.com")
    [all...]
content_settings_utils.cc 99 ContentSettingsPattern::FromString(pattern_str_list[0]);
101 ContentSettingsPattern::FromString(pattern_str_list[1]);
content_settings_provider_unittest.cc 16 ContentSettingsPattern::FromString("[*.]youtube.com");
  /external/chromium_org/third_party/libjingle/source/talk/base/
stringencode.h 195 static bool FromString(const std::string& s, T* t) {
210 static inline T FromString(const std::string& str) {
211 T val; FromString(str, &val); return val;
215 static inline T FromString(const T& defaultValue, const std::string& str) {
216 T val(defaultValue); FromString(str, &val); return val;
  /external/chromium_org/third_party/webrtc/base/
stringencode.h 178 static bool FromString(const std::string& s, T* t) {
193 static inline T FromString(const std::string& str) {
194 T val; FromString(str, &val); return val;
198 static inline T FromString(const T& defaultValue, const std::string& str) {
199 T val(defaultValue); FromString(str, &val); return val;
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_auth_request_handler_unittest.cc 45 if (net::HostPortPair::FromString(
124 auth_info->challenger = net::HostPortPair::FromString(kTestChallenger);
156 auth_info->challenger = net::HostPortPair::FromString(kTestChallenger);
  /external/chromium_org/chrome/common/
switch_utils_unittest.cc 37 CommandLine cmd_line = CommandLine::FromString(
  /external/chromium_org/cloud_print/service/
service_state.h 22 bool FromString(const std::string& json);
  /external/chromium_org/net/base/
hash_value.h 66 bool FromString(const base::StringPiece input);
host_port_pair.cc 31 HostPortPair HostPortPair::FromString(const std::string& str) {
  /external/chromium_org/third_party/re2/re2/
prefilter.h 73 static Prefilter* FromString(const string& str);
  /external/qemu/android/filesystems/
partition_types_unittest.cpp 66 TEST(AndroidPartitionType, FromString) {
  /external/regex-re2/re2/
prefilter.h 73 static Prefilter* FromString(const string& str);
  /external/chromium_org/chrome/browser/net/
http_server_properties_manager_unittest.cc 199 net::HostPortPair::FromString("www.google.com:80")));
201 net::HostPortPair::FromString("mail.google.com:80")));
203 net::HostPortPair::FromString("foo.google.com:1337")));
207 net::HostPortPair::FromString("www.google.com:80")));
209 net::HostPortPair::FromString("mail.google.com:80")));
212 net::HostPortPair::FromString("www.google.com:80"));
217 net::HostPortPair::FromString("mail.google.com:80"));
  /external/chromium_org/chrome/browser/chromeos/
mobile_config_unittest.cc 150 base::Time::FromString("31/12/2099 0:00", &reference_time);
235 base::Time::FromString("31/12/2099 0:00", &reference_time);
  /external/chromium_org/components/autofill/core/browser/
validation_unittest.cc 116 ASSERT_TRUE(base::Time::FromString(kCurrentDate, &now));
141 ASSERT_TRUE(base::Time::FromString(kCurrentDate, &now));
  /external/chromium_org/remoting/host/
host_status_sender_unittest.cc 45 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
188 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::FromString(kTestRsaKeyPair);
register_support_host_request_unittest.cc 61 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
122 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::FromString(kTestRsaKeyPair);
  /external/chromium_org/remoting/protocol/
negotiating_host_authenticator.cc 73 AuthenticationMethod method = AuthenticationMethod::FromString(method_attr);
107 AuthenticationMethod list_value = AuthenticationMethod::FromString(*it);
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
get_metadata.cc 40 base::Time::FromString(input_modification_time.c_str(),
read_directory.cc 42 if (!base::Time::FromString(input_modification_time.c_str(),
  /external/chromium_org/third_party/libjingle/source/talk/examples/turnserver/
turnserver_main.cc 69 if (!int_addr.FromString(argv[1])) {

Completed in 1341 milliseconds

12 3 4 5 6 7 8