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

  /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/content/renderer/pepper/
pepper_url_request_unittest.cc 111 bool SetStringProperty(PP_URLRequestProperty prop, const std::string& s) {
112 return info_->SetStringProperty(prop, s);
139 SetStringProperty(PP_URLREQUESTPROPERTY_URL, "http://www.google.com");
209 EXPECT_TRUE(SetStringProperty(PP_URLREQUESTPROPERTY_URL, url));
216 SetStringProperty(PP_URLREQUESTPROPERTY_URL, url);
223 EXPECT_TRUE(SetStringProperty(PP_URLREQUESTPROPERTY_METHOD, "POST"));
231 EXPECT_TRUE(SetStringProperty(PP_URLREQUESTPROPERTY_HEADERS, "foo: bar"));
235 SetStringProperty(PP_URLREQUESTPROPERTY_HEADERS, "foo: bar\nbar: baz"));
  /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 202 void MediaLog::SetStringProperty(
  /external/chromium_org/ui/base/x/
selection_requestor_unittest.cc 49 ui::SetStringProperty(x_window_,
x11_util.h 181 UI_BASE_EXPORT bool SetStringProperty(XID window,
x11_util.cc 971 bool SetStringProperty(XID window,
    [all...]
  /external/chromium_org/media/filters/
ffmpeg_demuxer.cc     [all...]
decoder_stream.cc 244 media_log_->SetStringProperty((stream_type + "_decoder").c_str(),
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 630 ui::SetStringProperty(
    [all...]

Completed in 183 milliseconds