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

  /external/chromium_org/cloud_print/service/
service_state.h 49 return robot_email_;
73 robot_email_ = value;
91 std::string robot_email_; member in class:ServiceState
service_state.cc 94 robot_email_.clear();
121 cloud_print->GetString(kRobotEmailOptionName, &robot_email_);
132 bool valid_robot = !robot_email_.empty() && !robot_token_.empty();
145 SetNotEmptyJsonString(cloud_print.get(), kRobotEmailOptionName, robot_email_);
216 robot_email_.clear();
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_auth.cc 78 robot_email_ = robot_email;
91 robot_email_ = robot_email;
130 robot_email_, user_email_);
188 json_data->GetString(kXMPPJidValue, &robot_email_);
cloud_print_auth.h 98 std::string robot_email_; member in class:cloud_print::CloudPrintAuth
cloud_print_proxy_backend.cc 153 std::string robot_email_; member in class:cloud_print::CloudPrintProxyBackend::Core
285 robot_email_ = robot_email;
475 InitNotifications(robot_email_, GetTokenStore()->token());
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_xmpp_listener.h 98 std::string robot_email_; member in class:CloudPrintXmppListener
cloud_print_xmpp_listener.cc 45 : robot_email_(robot_email),
81 push_client_->UpdateCredentials(robot_email_, access_token_);

Completed in 188 milliseconds