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

  /external/chromium_org/ppapi/proxy/
url_request_info_resource.cc 63 result = PP_FromBool(SetStringProperty(property, string->value()));
181 bool URLRequestInfoResource::SetStringProperty(
  /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/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/media/base/
media_log.cc 203 void MediaLog::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...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc     [all...]

Completed in 186 milliseconds