HomeSort by relevance Sort by last modified time
    Searched defs:SetStringProperty (Results 1 - 5 of 5) 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 114 bool SetStringProperty(PP_URLRequestProperty prop, const std::string& s) {
115 return info_->SetStringProperty(prop, s);
142 SetStringProperty(PP_URLREQUESTPROPERTY_URL, "http://www.google.com");
217 EXPECT_TRUE(SetStringProperty(
225 SetStringProperty(PP_URLREQUESTPROPERTY_URL, url);
232 EXPECT_TRUE(SetStringProperty(
242 EXPECT_TRUE(SetStringProperty(
247 EXPECT_TRUE(SetStringProperty(
  /external/chromium_org/chromeos/network/
network_state_unittest.cc 57 bool SetStringProperty(const std::string& key, const std::string& value) {
81 EXPECT_TRUE(SetStringProperty(shill::kTypeProperty, shill::kTypeVPN));
84 EXPECT_TRUE(SetStringProperty(shill::kNameProperty, network_setname));
90 EXPECT_TRUE(SetStringProperty(shill::kTypeProperty, shill::kTypeVPN));
94 EXPECT_TRUE(SetStringProperty(shill::kNameProperty, network_setname));
101 EXPECT_TRUE(SetStringProperty(shill::kTypeProperty, shill::kTypeVPN));
105 EXPECT_TRUE(SetStringProperty(shill::kNameProperty, network_setname));
112 EXPECT_TRUE(SetStringProperty(shill::kTypeProperty, shill::kTypeWifi));
116 EXPECT_TRUE(SetStringProperty(shill::kNameProperty, wifi_utf8));
123 EXPECT_TRUE(SetStringProperty(shill::kTypeProperty, shill::kTypeWifi))
    [all...]
  /external/chromium_org/media/base/
media_log.cc 205 void MediaLog::SetStringProperty(
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc     [all...]

Completed in 38 milliseconds