Searched refs:xmpp_jid (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter_state.cc20 const char kXmppJid[] = "xmpp_jid";
51 json.SetString(kXmppJid, state.xmpp_jid);
122 std::string xmpp_jid; local
123 if (!json->GetString(kXmppJid, &xmpp_jid)) {
124 LOG(ERROR) << "Cannot parse |xmpp_jid|.";
167 state->xmpp_jid = xmpp_jid;
H A Dprinter_state.h52 std::string xmpp_jid; member in struct:PrinterState
H A Dcloud_print_response_parser.h52 std::string* xmpp_jid);
H A Dcloud_print_response_parser.cc129 std::string* xmpp_jid) {
152 if (!response_dictionary->GetString("xmpp_jid", &response_xmpp_jid)) {
158 *xmpp_jid = response_xmpp_jid;
126 ParseRegisterCompleteResponse(const std::string& response, std::string* error_description, std::string* authorization_code, std::string* xmpp_jid) argument
H A Dcloud_print_requester.cc376 std::string xmpp_jid; local
381 &xmpp_jid);
384 delegate_->OnXmppJidReceived(xmpp_jid);
H A Dcloud_print_requester.h51 virtual void OnXmppJidReceived(const std::string& xmpp_jid) = 0;
H A Dprinter.cc467 void Printer::OnXmppJidReceived(const std::string& xmpp_jid) { argument
468 state_.xmpp_jid = xmpp_jid;
593 new CloudPrintXmppListener(state_.xmpp_jid,
H A Dprinter.h104 virtual void OnXmppJidReceived(const std::string& xmpp_jid) OVERRIDE;

Completed in 781 milliseconds