Searched refs:config_str (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_win.cc59 std::string config_str; local
60 base::JSONWriter::Write(&config, &config_str);
61 ScopedBstr config_scoped_bstr(UTF8ToUTF16(config_str).c_str());
237 ScopedBstr config_str(NULL);
238 ConfigToString(*config, &config_str);
239 if (config_str == NULL) {
252 hr = control_->UpdateConfig(config_str);
427 ScopedBstr config_str(NULL);
428 ConfigToString(*config, &config_str);
429 if (config_str
[all...]
/external/android-clat/
H A Dconfig.c47 if(!(tmp = config_str(root, item_name, defaultvar))) {
66 if(!(tmp = config_str(root, item_name, defaultvar))) {
104 if(!(tmp = config_str(root, item_name, defaultvar))) {
129 if(!(tmp = config_str(root, item_name, defaultvar))) {
/external/chromium_org/remoting/host/plugin/
H A Dhost_script_object.cc682 std::string config_str = StringFromNPVariant(args[0]); local
684 base::JSONReader::Read(config_str, base::JSON_ALLOW_TRAILING_COMMAS));
685 if (config_str.empty() || !config.get() ||
815 std::string config_str = StringFromNPVariant(args[0]); local
817 base::JSONReader::Read(config_str, base::JSON_ALLOW_TRAILING_COMMAS));
818 if (config_str.empty() || !config.get() ||
1032 std::string config_str; local
1034 base::JSONWriter::Write(config.get(), &config_str);
1036 NPVariant config_val = NPVariantFromString(config_str);
/external/chromium_org/remoting/host/win/
H A Delevated_controller.cc454 std::string config_str = UTF16ToUTF8( local
456 scoped_ptr<base::Value> config_value(base::JSONReader::Read(config_str));

Completed in 157 milliseconds