Searched defs:JsonHostConfig (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/
H A Djson_host_config.h19 // JsonHostConfig implements MutableHostConfig for JSON file.
20 class JsonHostConfig : public InMemoryHostConfig { class in namespace:remoting
22 JsonHostConfig(const base::FilePath& filename);
23 virtual ~JsonHostConfig();
39 DISALLOW_COPY_AND_ASSIGN(JsonHostConfig);
H A Djson_host_config.cc18 JsonHostConfig::JsonHostConfig(const base::FilePath& filename) function in class:remoting::JsonHostConfig
22 JsonHostConfig::~JsonHostConfig() {}
24 bool JsonHostConfig::Read() {
37 bool JsonHostConfig::Save() {
44 std::string JsonHostConfig::GetSerializedData() {
50 bool JsonHostConfig::SetSerializedData(const std::string& config) {
/external/chromium_org/remoting/host/mac/
H A Dme2me_preference_pane.h16 // This is an implementation of JsonHostConfig which does not use code from
22 class JsonHostConfig { class in namespace:remoting
24 JsonHostConfig(const std::string& filename);
25 ~JsonHostConfig();
35 DISALLOW_COPY_AND_ASSIGN(JsonHostConfig);
53 scoped_ptr<remoting::JsonHostConfig> config_;

Completed in 73 milliseconds