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

  /external/chromium_org/chromeos/network/
network_state_unittest.cc 57 bool SetStringProperty(const std::string& key, const std::string& value) {
79 // InitialPropertiesReceived() in SetStringProperty().
83 EXPECT_TRUE(SetStringProperty(flimflam::kNameProperty, wifi_setname));
90 EXPECT_TRUE(SetStringProperty(flimflam::kNameProperty, wifi_setname));
98 EXPECT_TRUE(SetStringProperty(flimflam::kNameProperty, wifi_utf8));
106 EXPECT_TRUE(SetStringProperty(flimflam::kNameProperty, wifi_setname2));
117 EXPECT_FALSE(SetStringProperty(flimflam::kWifiHexSsid, wifi_latin1_hex));
126 EXPECT_FALSE(SetStringProperty(flimflam::kWifiHexSsid, wifi_hex));
  /external/chromium_org/content/renderer/pepper/
pepper_url_request_unittest.cc 112 bool SetStringProperty(PP_URLRequestProperty prop, const std::string& s) {
113 return info_->SetStringProperty(prop, s);
140 SetStringProperty(PP_URLREQUESTPROPERTY_URL, "http://www.google.com");
215 EXPECT_TRUE(SetStringProperty(
223 SetStringProperty(PP_URLREQUESTPROPERTY_URL, url);
230 EXPECT_TRUE(SetStringProperty(
240 EXPECT_TRUE(SetStringProperty(
245 EXPECT_TRUE(SetStringProperty(
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.cc 363 void Network::SetStringProperty(
378 SetStringProperty(prop, str, dest);
684 SetStringProperty(
695 SetStringProperty(flimflam::kL2tpIpsecPskProperty,
698 SetStringProperty(flimflam::kL2tpIpsecUserProperty, username, &username_);
700 SetStringProperty(flimflam::kL2tpIpsecPasswordProperty,
703 SetStringProperty(shill::kL2tpIpsecTunnelGroupProperty,
712 SetStringProperty(flimflam::kL2tpIpsecClientCertIdProperty,
714 SetStringProperty(flimflam::kL2tpIpsecUserProperty, username, &username_);
716 SetStringProperty(flimflam::kL2tpIpsecPasswordProperty
    [all...]
network_library.h 453 virtual void SetStringProperty(const char* prop, const std::string& str,
    [all...]
  /external/chromium_org/ppapi/proxy/
url_request_info_resource.h 43 bool SetStringProperty(PP_URLRequestProperty property,
url_request_info_resource.cc 63 result = PP_FromBool(SetStringProperty(property, string->value()));
181 bool URLRequestInfoResource::SetStringProperty(
  /external/chromium_org/media/base/
media_log.h 72 void SetStringProperty(const char* key, const std::string& value);
media_log.cc 203 void MediaLog::SetStringProperty(
  /external/chromium_org/media/filters/
ffmpeg_demuxer.cc 596 media_log_->SetStringProperty("audio_sample_format", sample_name);
598 media_log_->SetStringProperty("audio_codec_name",
614 media_log_->SetStringProperty("video_codec_name", video_codec->codec_name);
621 media_log_->SetStringProperty(
626 media_log_->SetStringProperty(
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc     [all...]
network_library.h 348 virtual void SetStringProperty(const char* prop, const std::string& str,
    [all...]

Completed in 1053 milliseconds