Searched defs:CloudPrintProxyInfo (Results 1 – 2 of 2) sorted by relevance
13 struct CloudPrintProxyInfo { struct17 bool enabled;18 std::string email;19 std::string proxy_id;
9 CloudPrintProxyInfo::CloudPrintProxyInfo() : enabled(false) { in CloudPrintProxyInfo() function in cloud_print::CloudPrintProxyInfo