buzz 316 components/autofill/core/browser/autofill_download.cc buzz::XmlParser parser(&parse_handler); buzz 23 components/autofill/core/browser/autofill_xml_parser.cc buzz::XmlParseContext* context, const char* text, int len) { buzz 26 components/autofill/core/browser/autofill_xml_parser.cc void AutofillXmlParser::EndElement(buzz::XmlParseContext* context, buzz 30 components/autofill/core/browser/autofill_xml_parser.cc void AutofillXmlParser::Error(buzz::XmlParseContext* context, buzz 45 components/autofill/core/browser/autofill_xml_parser.cc void AutofillQueryXmlParser::StartElement(buzz::XmlParseContext* context, buzz 48 components/autofill/core/browser/autofill_xml_parser.cc buzz::QName qname = context->ResolveQName(name, false); buzz 57 components/autofill/core/browser/autofill_xml_parser.cc buzz::QName attribute_qname = context->ResolveQName(*attrs, true); buzz 82 components/autofill/core/browser/autofill_xml_parser.cc buzz::QName attribute_qname = context->ResolveQName(*attrs, true); buzz 104 components/autofill/core/browser/autofill_xml_parser.cc buzz::XmlParseContext* context, buzz 111 components/autofill/core/browser/autofill_xml_parser.cc buzz::QName attribute_qname = context->ResolveQName(*attrs, true); buzz 114 components/autofill/core/browser/autofill_xml_parser.cc buzz::QName value_qname = context->ResolveQName(*attrs, true); buzz 131 components/autofill/core/browser/autofill_xml_parser.cc int AutofillQueryXmlParser::GetIntValue(buzz::XmlParseContext* context, buzz 151 components/autofill/core/browser/autofill_xml_parser.cc void AutofillUploadXmlParser::StartElement(buzz::XmlParseContext* context, buzz 154 components/autofill/core/browser/autofill_xml_parser.cc buzz::QName qname = context->ResolveQName(name, false); buzz 159 components/autofill/core/browser/autofill_xml_parser.cc buzz::QName attribute_qname = context->ResolveQName(attrs[0], true); buzz 171 components/autofill/core/browser/autofill_xml_parser.cc double AutofillUploadXmlParser::GetDoubleValue(buzz::XmlParseContext* context, buzz 23 components/autofill/core/browser/autofill_xml_parser.h class AutofillXmlParser : public buzz::XmlParseHandler { buzz 35 components/autofill/core/browser/autofill_xml_parser.h virtual void EndElement(buzz::XmlParseContext* context, buzz 43 components/autofill/core/browser/autofill_xml_parser.h virtual void CharacterData(buzz::XmlParseContext* context, buzz 50 components/autofill/core/browser/autofill_xml_parser.h virtual void Error(buzz::XmlParseContext* context, buzz 85 components/autofill/core/browser/autofill_xml_parser.h virtual void StartElement(buzz::XmlParseContext* context, buzz 93 components/autofill/core/browser/autofill_xml_parser.h void ParseElementDescriptor(buzz::XmlParseContext* context, buzz 101 components/autofill/core/browser/autofill_xml_parser.h int GetIntValue(buzz::XmlParseContext* context, const char* attribute); buzz 134 components/autofill/core/browser/autofill_xml_parser.h virtual void StartElement(buzz::XmlParseContext* context, buzz 142 components/autofill/core/browser/autofill_xml_parser.h double GetDoubleValue(buzz::XmlParseContext* context, const char* attribute); buzz 28 components/autofill/core/browser/autofill_xml_parser_unittest.cc buzz::XmlParser parser(&parse_handler); buzz 46 components/autofill/core/browser/autofill_xml_parser_unittest.cc buzz::XmlParser parser(&parse_handler); buzz 102 components/autofill/core/browser/form_structure.cc buzz::XmlElement* parent) { buzz 111 components/autofill/core/browser/form_structure.cc buzz::XmlElement *field_element = new buzz::XmlElement( buzz 112 components/autofill/core/browser/form_structure.cc buzz::QName(kXMLElementField)); buzz 114 components/autofill/core/browser/form_structure.cc field_element->SetAttr(buzz::QName(kAttributeSignature), buzz 116 components/autofill/core/browser/form_structure.cc field_element->SetAttr(buzz::QName(kAttributeAutofillType), buzz 125 components/autofill/core/browser/form_structure.cc buzz::XmlElement* parent) { buzz 126 components/autofill/core/browser/form_structure.cc buzz::XmlElement *field_element = new buzz::XmlElement( buzz 127 components/autofill/core/browser/form_structure.cc buzz::QName(kXMLElementField)); buzz 128 components/autofill/core/browser/form_structure.cc field_element->SetAttr(buzz::QName(kAttributeSignature), buzz 136 components/autofill/core/browser/form_structure.cc buzz::XmlElement* parent) { buzz 140 components/autofill/core/browser/form_structure.cc buzz::XmlElement *field_element = new buzz::XmlElement( buzz 141 components/autofill/core/browser/form_structure.cc buzz::QName(kXMLElementFields)); buzz 143 components/autofill/core/browser/form_structure.cc field_element->SetAttr(buzz::QName(kAttributeFieldID), buzz 145 components/autofill/core/browser/form_structure.cc field_element->SetAttr(buzz::QName(kAttributeFieldType), buzz 147 components/autofill/core/browser/form_structure.cc field_element->SetAttr(buzz::QName(kAttributeName), buzz 426 components/autofill/core/browser/form_structure.cc buzz::XmlElement autofill_request_xml( buzz 427 components/autofill/core/browser/form_structure.cc (buzz::QName(kXMLElementAutofillUpload))); buzz 428 components/autofill/core/browser/form_structure.cc autofill_request_xml.SetAttr(buzz::QName(kAttributeClientVersion), buzz 430 components/autofill/core/browser/form_structure.cc autofill_request_xml.SetAttr(buzz::QName(kAttributeFormSignature), buzz 432 components/autofill/core/browser/form_structure.cc autofill_request_xml.SetAttr(buzz::QName(kAttributeAutofillUsed), buzz 434 components/autofill/core/browser/form_structure.cc autofill_request_xml.SetAttr(buzz::QName(kAttributeDataPresent), buzz 456 components/autofill/core/browser/form_structure.cc buzz::XmlElement autofill_request_xml( buzz 457 components/autofill/core/browser/form_structure.cc (buzz::QName(kXMLElementFieldAssignments))); buzz 458 components/autofill/core/browser/form_structure.cc autofill_request_xml.SetAttr(buzz::QName(kAttributeFormSignature), buzz 484 components/autofill/core/browser/form_structure.cc buzz::XmlElement autofill_request_xml( buzz 485 components/autofill/core/browser/form_structure.cc (buzz::QName(kXMLElementAutofillQuery))); buzz 486 components/autofill/core/browser/form_structure.cc autofill_request_xml.SetAttr(buzz::QName(kAttributeClientVersion), buzz 499 components/autofill/core/browser/form_structure.cc scoped_ptr<buzz::XmlElement> encompassing_xml_element( buzz 500 components/autofill/core/browser/form_structure.cc new buzz::XmlElement(buzz::QName(kXMLElementForm))); buzz 501 components/autofill/core/browser/form_structure.cc encompassing_xml_element->SetAttr(buzz::QName(kAttributeSignature), buzz 538 components/autofill/core/browser/form_structure.cc buzz::XmlParser parser(&parse_handler); buzz 952 components/autofill/core/browser/form_structure.cc buzz::XmlElement* encompassing_xml_element) const { buzz 38 components/autofill/core/browser/form_structure.h namespace buzz { buzz 209 components/autofill/core/browser/form_structure.h buzz::XmlElement* encompassing_xml_element) const; buzz 98 jingle/glue/chrome_async_socket.cc DCHECK_EQ(state_, buzz::AsyncSocket::STATE_CLOSED); buzz 35 jingle/glue/chrome_async_socket.h class ChromeAsyncSocket : public buzz::AsyncSocket { buzz 186 jingle/glue/chrome_async_socket.h buzz::AsyncSocket::State state_; buzz 187 jingle/glue/chrome_async_socket.h buzz::AsyncSocket::Error error_; buzz 228 jingle/glue/chrome_async_socket_unittest.cc buzz::AsyncSocket* async_socket) { buzz 237 jingle/glue/chrome_async_socket_unittest.cc Signal signal, buzz::AsyncSocket::State state) { buzz 239 jingle/glue/chrome_async_socket_unittest.cc buzz::AsyncSocket::ERROR_NONE, buzz 16 jingle/notifier/base/fake_base_task.cc class MockAsyncSocket : public buzz::AsyncSocket { buzz 44 jingle/notifier/base/fake_base_task.cc virtual const buzz::Jid& jid() const OVERRIDE { buzz 49 jingle/notifier/base/fake_base_task.cc buzz::Jid jid_; buzz 62 jingle/notifier/base/fake_base_task.cc buzz::XmppClientSettings settings; buzz 75 jingle/notifier/base/fake_base_task.cc base::WeakPtr<buzz::XmppTaskParentInterface> FakeBaseTask::AsWeakPtr() { buzz 15 jingle/notifier/base/fake_base_task.h namespace buzz { buzz 26 jingle/notifier/base/fake_base_task.h base::WeakPtr<buzz::XmppTaskParentInterface> AsWeakPtr(); buzz 30 jingle/notifier/base/fake_base_task.h base::WeakPtr<buzz::XmppTaskParentInterface> base_task_; buzz 19 jingle/notifier/base/gaia_token_pre_xmpp_auth.cc class GaiaCookieMechanism : public buzz::SaslCookieMechanism { buzz 25 jingle/notifier/base/gaia_token_pre_xmpp_auth.cc : buzz::SaslCookieMechanism( buzz 30 jingle/notifier/base/gaia_token_pre_xmpp_auth.cc virtual buzz::XmlElement* StartSaslAuth() OVERRIDE { buzz 31 jingle/notifier/base/gaia_token_pre_xmpp_auth.cc buzz::XmlElement* auth = buzz::SaslCookieMechanism::StartSaslAuth(); buzz 36 jingle/notifier/base/gaia_token_pre_xmpp_auth.cc const buzz::QName QN_GOOGLE_ALLOW_GENERATED_JID_XMPP_LOGIN( buzz 38 jingle/notifier/base/gaia_token_pre_xmpp_auth.cc const buzz::QName QN_GOOGLE_AUTH_CLIENT_USES_FULL_BIND_RESULT( buzz 66 jingle/notifier/base/gaia_token_pre_xmpp_auth.cc const buzz::Jid& jid, buzz 90 jingle/notifier/base/gaia_token_pre_xmpp_auth.cc buzz::CaptchaChallenge GaiaTokenPreXmppAuth::GetCaptchaChallenge() const { buzz 91 jingle/notifier/base/gaia_token_pre_xmpp_auth.cc return buzz::CaptchaChallenge(); buzz 110 jingle/notifier/base/gaia_token_pre_xmpp_auth.cc buzz::SaslMechanism* GaiaTokenPreXmppAuth::CreateSaslMechanism( buzz 19 jingle/notifier/base/gaia_token_pre_xmpp_auth.h class GaiaTokenPreXmppAuth : public buzz::PreXmppAuth { buzz 30 jingle/notifier/base/gaia_token_pre_xmpp_auth.h virtual void StartPreXmppAuth(const buzz::Jid& jid, buzz 44 jingle/notifier/base/gaia_token_pre_xmpp_auth.h virtual buzz::CaptchaChallenge GetCaptchaChallenge() const OVERRIDE; buzz 55 jingle/notifier/base/gaia_token_pre_xmpp_auth.h virtual buzz::SaslMechanism* CreateSaslMechanism( buzz 15 jingle/notifier/base/notifier_options_util.cc buzz::XmppClientSettings MakeXmppClientSettings( buzz 18 jingle/notifier/base/notifier_options_util.cc buzz::Jid jid = buzz::Jid(email); buzz 22 jingle/notifier/base/notifier_options_util.cc buzz::XmppClientSettings xmpp_client_settings; buzz 26 jingle/notifier/base/notifier_options_util.cc xmpp_client_settings.set_use_tls(buzz::TLS_ENABLED); buzz 30 jingle/notifier/base/notifier_options_util.cc if (notifier_options.auth_mechanism == buzz::AUTH_MECHANISM_OAUTH2) buzz 36 jingle/notifier/base/notifier_options_util.cc xmpp_client_settings.set_use_tls(buzz::TLS_DISABLED); buzz 20 jingle/notifier/base/notifier_options_util.h buzz::XmppClientSettings MakeXmppClientSettings( buzz 12 jingle/notifier/base/weak_xmpp_client.cc : buzz::XmppClient(parent), buzz 38 jingle/notifier/base/weak_xmpp_client.cc buzz::XmppClient::Stop(); buzz 27 jingle/notifier/base/weak_xmpp_client.h class WeakXmppClient : public buzz::XmppClient, public base::NonThreadSafe { buzz 24 jingle/notifier/base/weak_xmpp_client_unittest.cc MOCK_METHOD1(OnStateChange, void(buzz::XmppEngine::State)); buzz 29 jingle/notifier/base/weak_xmpp_client_unittest.cc const buzz::XmppEngine::State kState = buzz::XmppEngine::STATE_OPEN; buzz 39 jingle/notifier/base/weak_xmpp_client_unittest.cc void ConnectSignals(buzz::XmppClient* xmpp_client) { buzz 56 jingle/notifier/base/weak_xmpp_client_unittest.cc void RaiseSignals(buzz::XmppClient* xmpp_client) { buzz 26 jingle/notifier/base/xmpp_connection.cc buzz::AsyncSocket* CreateSocket( buzz 27 jingle/notifier/base/xmpp_connection.cc const buzz::XmppClientSettings& xmpp_client_settings, buzz 50 jingle/notifier/base/xmpp_connection.cc const buzz::XmppClientSettings& xmpp_client_settings, buzz 53 jingle/notifier/base/xmpp_connection.cc buzz::PreXmppAuth* pre_xmpp_auth) buzz 68 jingle/notifier/base/xmpp_connection.cc buzz::XmppReturnStatus connect_status = buzz 74 jingle/notifier/base/xmpp_connection.cc DCHECK_EQ(connect_status, buzz::XMPP_RETURN_OK); buzz 92 jingle/notifier/base/xmpp_connection.cc void XmppConnection::OnStateChange(buzz::XmppEngine::State state) { buzz 104 jingle/notifier/base/xmpp_connection.cc case buzz::XmppEngine::STATE_OPEN: buzz 112 jingle/notifier/base/xmpp_connection.cc case buzz::XmppEngine::STATE_CLOSED: { buzz 114 jingle/notifier/base/xmpp_connection.cc buzz::XmppEngine::Error error = buzz 116 jingle/notifier/base/xmpp_connection.cc const buzz::XmlElement* stream_error = buzz 20 jingle/notifier/base/xmpp_connection.h namespace buzz { buzz 45 jingle/notifier/base/xmpp_connection.h base::WeakPtr<buzz::XmppTaskParentInterface> base_task) = 0; buzz 60 jingle/notifier/base/xmpp_connection.h virtual void OnError(buzz::XmppEngine::Error error, int subcode, buzz 61 jingle/notifier/base/xmpp_connection.h const buzz::XmlElement* stream_error) = 0; buzz 71 jingle/notifier/base/xmpp_connection.h XmppConnection(const buzz::XmppClientSettings& xmpp_client_settings, buzz 75 jingle/notifier/base/xmpp_connection.h buzz::PreXmppAuth* pre_xmpp_auth); buzz 83 jingle/notifier/base/xmpp_connection.h void OnStateChange(buzz::XmppEngine::State state); buzz 42 jingle/notifier/base/xmpp_connection_unittest.cc class MockPreXmppAuth : public buzz::PreXmppAuth { buzz 49 jingle/notifier/base/xmpp_connection_unittest.cc buzz::SaslMechanism*(const std::string&)); buzz 51 jingle/notifier/base/xmpp_connection_unittest.cc void(const buzz::Jid&, buzz 60 jingle/notifier/base/xmpp_connection_unittest.cc MOCK_CONST_METHOD0(GetCaptchaChallenge, buzz::CaptchaChallenge()); buzz 69 jingle/notifier/base/xmpp_connection_unittest.cc MOCK_METHOD1(OnConnect, void(base::WeakPtr<buzz::XmppTaskParentInterface>)); buzz 71 jingle/notifier/base/xmpp_connection_unittest.cc void(buzz::XmppEngine::Error, int, const buzz::XmlElement*)); buzz 96 jingle/notifier/base/xmpp_connection_unittest.cc XmppConnection xmpp_connection(buzz::XmppClientSettings(), buzz 107 jingle/notifier/base/xmpp_connection_unittest.cc OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL)); buzz 109 jingle/notifier/base/xmpp_connection_unittest.cc XmppConnection xmpp_connection(buzz::XmppClientSettings(), buzz 126 jingle/notifier/base/xmpp_connection_unittest.cc OnError(buzz::XmppEngine::ERROR_AUTH, 5, NULL)); buzz 129 jingle/notifier/base/xmpp_connection_unittest.cc buzz::XmppClientSettings(), url_request_context_getter_, buzz 145 jingle/notifier/base/xmpp_connection_unittest.cc OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL)); buzz 148 jingle/notifier/base/xmpp_connection_unittest.cc buzz::XmppClientSettings(), url_request_context_getter_, buzz 158 jingle/notifier/base/xmpp_connection_unittest.cc OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL)); buzz 160 jingle/notifier/base/xmpp_connection_unittest.cc XmppConnection xmpp_connection(buzz::XmppClientSettings(), buzz 165 jingle/notifier/base/xmpp_connection_unittest.cc SignalStateChange(buzz::XmppEngine::STATE_CLOSED); buzz 175 jingle/notifier/base/xmpp_connection_unittest.cc XmppConnection xmpp_connection(buzz::XmppClientSettings(), buzz 180 jingle/notifier/base/xmpp_connection_unittest.cc SignalStateChange(buzz::XmppEngine::STATE_OPEN); buzz 193 jingle/notifier/base/xmpp_connection_unittest.cc XmppConnection xmpp_connection(buzz::XmppClientSettings(), buzz 198 jingle/notifier/base/xmpp_connection_unittest.cc SignalStateChange(buzz::XmppEngine::STATE_OPEN); buzz 201 jingle/notifier/base/xmpp_connection_unittest.cc SignalStateChange(buzz::XmppEngine::STATE_OPEN); buzz 214 jingle/notifier/base/xmpp_connection_unittest.cc OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL)); buzz 216 jingle/notifier/base/xmpp_connection_unittest.cc XmppConnection xmpp_connection(buzz::XmppClientSettings(), buzz 221 jingle/notifier/base/xmpp_connection_unittest.cc SignalStateChange(buzz::XmppEngine::STATE_OPEN); buzz 225 jingle/notifier/base/xmpp_connection_unittest.cc SignalStateChange(buzz::XmppEngine::STATE_CLOSED); buzz 234 jingle/notifier/base/xmpp_connection_unittest.cc XmppConnection xmpp_connection(buzz::XmppClientSettings(), buzz 63 jingle/notifier/communicator/connection_settings.cc buzz::XmppClientSettings* client_settings) const { buzz 15 jingle/notifier/communicator/connection_settings.h namespace buzz { buzz 39 jingle/notifier/communicator/connection_settings.h void FillXmppClientSettings(buzz::XmppClientSettings* client_settings) const; buzz 30 jingle/notifier/communicator/login.cc const buzz::XmppClientSettings& user_settings, buzz 58 jingle/notifier/communicator/login.cc void Login::UpdateXmppSettings(const buzz::XmppClientSettings& user_settings) { buzz 68 jingle/notifier/communicator/login.cc void Login::OnConnect(base::WeakPtr<buzz::XmppTaskParentInterface> base_task) { buzz 22 jingle/notifier/communicator/login.h namespace buzz { buzz 50 jingle/notifier/communicator/login.h base::WeakPtr<buzz::XmppTaskParentInterface> base_task) = 0; buzz 69 jingle/notifier/communicator/login.h const buzz::XmppClientSettings& user_settings, buzz 83 jingle/notifier/communicator/login.h void UpdateXmppSettings(const buzz::XmppClientSettings& user_settings); buzz 97 jingle/notifier/communicator/login.h base::WeakPtr<buzz::XmppTaskParentInterface> base_task) OVERRIDE; buzz 17 jingle/notifier/communicator/login_settings.cc LoginSettings::LoginSettings(const buzz::XmppClientSettings& user_settings, buzz 34 jingle/notifier/communicator/login_settings.cc const buzz::XmppClientSettings& user_settings) { buzz 19 jingle/notifier/communicator/login_settings.h LoginSettings(const buzz::XmppClientSettings& user_settings, buzz 30 jingle/notifier/communicator/login_settings.h const buzz::XmppClientSettings& user_settings() const { buzz 34 jingle/notifier/communicator/login_settings.h void set_user_settings(const buzz::XmppClientSettings& user_settings); buzz 60 jingle/notifier/communicator/login_settings.h buzz::XmppClientSettings user_settings_; buzz 31 jingle/notifier/communicator/login_settings_unittest.cc const LoginSettings login_settings(buzz::XmppClientSettings(), buzz 45 jingle/notifier/communicator/login_settings_unittest.cc LoginSettings login_settings(buzz::XmppClientSettings(), buzz 48 jingle/notifier/communicator/single_login_attempt.cc base::WeakPtr<buzz::XmppTaskParentInterface> base_task) { buzz 85 jingle/notifier/communicator/single_login_attempt.cc void SingleLoginAttempt::OnError(buzz::XmppEngine::Error error, int subcode, buzz 86 jingle/notifier/communicator/single_login_attempt.cc const buzz::XmlElement* stream_error) { buzz 92 jingle/notifier/communicator/single_login_attempt.cc DCHECK_EQ(error == buzz::XmppEngine::ERROR_STREAM, stream_error != NULL); buzz 112 jingle/notifier/communicator/single_login_attempt.cc const buzz::XmlElement* other = buzz 113 jingle/notifier/communicator/single_login_attempt.cc stream_error->FirstNamed(buzz::QN_XSTREAM_SEE_OTHER_HOST); buzz 115 jingle/notifier/communicator/single_login_attempt.cc const buzz::XmlElement* text = buzz 116 jingle/notifier/communicator/single_login_attempt.cc stream_error->FirstNamed(buzz::QN_XSTREAM_TEXT); buzz 139 jingle/notifier/communicator/single_login_attempt.cc if (error == buzz::XmppEngine::ERROR_UNAUTHORIZED) { buzz 165 jingle/notifier/communicator/single_login_attempt.cc buzz::XmppClientSettings client_settings = login_settings_.user_settings(); buzz 168 jingle/notifier/communicator/single_login_attempt.cc buzz::Jid jid(client_settings.user(), client_settings.host(), buzz 169 jingle/notifier/communicator/single_login_attempt.cc buzz::STR_EMPTY); buzz 170 jingle/notifier/communicator/single_login_attempt.cc buzz::PreXmppAuth* pre_xmpp_auth = buzz 15 jingle/notifier/communicator/single_login_attempt.h namespace buzz { buzz 37 jingle/notifier/communicator/single_login_attempt.h base::WeakPtr<buzz::XmppTaskParentInterface> base_task) = 0; buzz 64 jingle/notifier/communicator/single_login_attempt.h base::WeakPtr<buzz::XmppTaskParentInterface> parent) OVERRIDE; buzz 65 jingle/notifier/communicator/single_login_attempt.h virtual void OnError(buzz::XmppEngine::Error error, buzz 67 jingle/notifier/communicator/single_login_attempt.h const buzz::XmlElement* stream_error) OVERRIDE; buzz 39 jingle/notifier/communicator/single_login_attempt_unittest.cc base::WeakPtr<buzz::XmppTaskParentInterface> base_task) OVERRIDE { buzz 59 jingle/notifier/communicator/single_login_attempt_unittest.cc base::WeakPtr<buzz::XmppTaskParentInterface> base_task() const { buzz 69 jingle/notifier/communicator/single_login_attempt_unittest.cc base::WeakPtr<buzz::XmppTaskParentInterface> base_task_; buzz 87 jingle/notifier/communicator/single_login_attempt_unittest.cc buzz::XmppClientSettings(), buzz 104 jingle/notifier/communicator/single_login_attempt_unittest.cc void FireRedirect(buzz::XmlElement* redirect_error) { buzz 105 jingle/notifier/communicator/single_login_attempt_unittest.cc attempt_->OnError(buzz::XmppEngine::ERROR_STREAM, 0, redirect_error); buzz 137 jingle/notifier/communicator/single_login_attempt_unittest.cc attempt_->OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL); buzz 145 jingle/notifier/communicator/single_login_attempt_unittest.cc attempt_->OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL); buzz 152 jingle/notifier/communicator/single_login_attempt_unittest.cc buzz::XmlElement* MakeRedirectError(const std::string& redirect_server) { buzz 153 jingle/notifier/communicator/single_login_attempt_unittest.cc buzz::XmlElement* stream_error = buzz 154 jingle/notifier/communicator/single_login_attempt_unittest.cc new buzz::XmlElement(buzz::QN_STREAM_ERROR, true); buzz 156 jingle/notifier/communicator/single_login_attempt_unittest.cc new buzz::XmlElement(buzz::QN_XSTREAM_SEE_OTHER_HOST, true)); buzz 157 jingle/notifier/communicator/single_login_attempt_unittest.cc buzz::XmlElement* text = buzz 158 jingle/notifier/communicator/single_login_attempt_unittest.cc new buzz::XmlElement(buzz::QN_XSTREAM_TEXT, true); buzz 171 jingle/notifier/communicator/single_login_attempt_unittest.cc scoped_ptr<buzz::XmlElement> redirect_error( buzz 186 jingle/notifier/communicator/single_login_attempt_unittest.cc scoped_ptr<buzz::XmlElement> redirect_error( buzz 201 jingle/notifier/communicator/single_login_attempt_unittest.cc scoped_ptr<buzz::XmlElement> redirect_error( buzz 216 jingle/notifier/communicator/single_login_attempt_unittest.cc scoped_ptr<buzz::XmlElement> redirect_error( buzz 227 jingle/notifier/communicator/single_login_attempt_unittest.cc scoped_ptr<buzz::XmlElement> redirect_error(MakeRedirectError(std::string())); buzz 235 jingle/notifier/communicator/single_login_attempt_unittest.cc scoped_ptr<buzz::XmlElement> redirect_error(MakeRedirectError(std::string())); buzz 244 jingle/notifier/communicator/single_login_attempt_unittest.cc scoped_ptr<buzz::XmlElement> redirect_error(MakeRedirectError(std::string())); buzz 253 jingle/notifier/communicator/single_login_attempt_unittest.cc attempt_->OnError(buzz::XmppEngine::ERROR_UNAUTHORIZED, 0, NULL); buzz 25 jingle/notifier/listener/push_notifications_listen_task.cc buzz::XmppTaskParentInterface* parent, Delegate* delegate) buzz 26 jingle/notifier/listener/push_notifications_listen_task.cc : buzz::XmppTask(parent, buzz::XmppEngine::HL_TYPE), buzz 39 jingle/notifier/listener/push_notifications_listen_task.cc const buzz::XmlElement* stanza = NextStanza(); buzz 60 jingle/notifier/listener/push_notifications_listen_task.cc const buzz::QName kQnPush(kPushNotificationsNamespace, "push"); buzz 61 jingle/notifier/listener/push_notifications_listen_task.cc const buzz::QName kQnChannel(buzz::STR_EMPTY, "channel"); buzz 62 jingle/notifier/listener/push_notifications_listen_task.cc const buzz::QName kQnData(kPushNotificationsNamespace, "data"); buzz 64 jingle/notifier/listener/push_notifications_listen_task.cc const buzz::XmlElement* push_element = stanza->FirstNamed(kQnPush); buzz 68 jingle/notifier/listener/push_notifications_listen_task.cc const buzz::XmlElement* data_element = push_element->FirstNamed(kQnData); buzz 87 jingle/notifier/listener/push_notifications_listen_task.cc bool PushNotificationsListenTask::HandleStanza(const buzz::XmlElement* stanza) { buzz 96 jingle/notifier/listener/push_notifications_listen_task.cc const buzz::XmlElement* stanza) { buzz 99 jingle/notifier/listener/push_notifications_listen_task.cc return (stanza->Name() == buzz::QN_MESSAGE); buzz 19 jingle/notifier/listener/push_notifications_listen_task.h namespace buzz { buzz 27 jingle/notifier/listener/push_notifications_listen_task.h class PushNotificationsListenTask : public buzz::XmppTask { buzz 37 jingle/notifier/listener/push_notifications_listen_task.h PushNotificationsListenTask(buzz::XmppTaskParentInterface* parent, buzz 44 jingle/notifier/listener/push_notifications_listen_task.h virtual bool HandleStanza(const buzz::XmlElement* stanza) OVERRIDE; buzz 47 jingle/notifier/listener/push_notifications_listen_task.h bool IsValidNotification(const buzz::XmlElement* stanza); buzz 23 jingle/notifier/listener/push_notifications_send_update_task.cc buzz::XmppTaskParentInterface* parent, const Notification& notification) buzz 29 jingle/notifier/listener/push_notifications_send_update_task.cc scoped_ptr<buzz::XmlElement> stanza( buzz 34 jingle/notifier/listener/push_notifications_send_update_task.cc if (SendStanza(stanza.get()) != buzz::XMPP_RETURN_OK) { buzz 40 jingle/notifier/listener/push_notifications_send_update_task.cc buzz::XmlElement* PushNotificationsSendUpdateTask::MakeUpdateMessage( buzz 42 jingle/notifier/listener/push_notifications_send_update_task.cc const buzz::Jid& to_jid_bare) { buzz 44 jingle/notifier/listener/push_notifications_send_update_task.cc const buzz::QName kQnPush(kPushNotificationsNamespace, "push"); buzz 45 jingle/notifier/listener/push_notifications_send_update_task.cc const buzz::QName kQnChannel(buzz::STR_EMPTY, "channel"); buzz 46 jingle/notifier/listener/push_notifications_send_update_task.cc const buzz::QName kQnData(kPushNotificationsNamespace, "data"); buzz 47 jingle/notifier/listener/push_notifications_send_update_task.cc const buzz::QName kQnRecipient(kPushNotificationsNamespace, "recipient"); buzz 57 jingle/notifier/listener/push_notifications_send_update_task.cc buzz::XmlElement* message = new buzz::XmlElement(buzz::QN_MESSAGE); buzz 58 jingle/notifier/listener/push_notifications_send_update_task.cc message->AddAttr(buzz::QN_TO, to_jid_bare.Str()); buzz 59 jingle/notifier/listener/push_notifications_send_update_task.cc message->AddAttr(buzz::QN_TYPE, "headline"); buzz 61 jingle/notifier/listener/push_notifications_send_update_task.cc buzz::XmlElement* push = new buzz::XmlElement(kQnPush, true); buzz 68 jingle/notifier/listener/push_notifications_send_update_task.cc buzz::XmlElement* recipient_element = buzz 69 jingle/notifier/listener/push_notifications_send_update_task.cc new buzz::XmlElement(kQnRecipient, true); buzz 71 jingle/notifier/listener/push_notifications_send_update_task.cc recipient_element->AddAttr(buzz::QN_TO, recipient.to); buzz 79 jingle/notifier/listener/push_notifications_send_update_task.cc buzz::XmlElement* data = new buzz::XmlElement(kQnData, true); buzz 16 jingle/notifier/listener/push_notifications_send_update_task.h namespace buzz { buzz 23 jingle/notifier/listener/push_notifications_send_update_task.h class PushNotificationsSendUpdateTask : public buzz::XmppTask { buzz 26 jingle/notifier/listener/push_notifications_send_update_task.h buzz::XmppTaskParentInterface* parent, const Notification& notification); buzz 34 jingle/notifier/listener/push_notifications_send_update_task.h static buzz::XmlElement* MakeUpdateMessage( buzz 35 jingle/notifier/listener/push_notifications_send_update_task.h const Notification& notification, const buzz::Jid& to_jid_bare); buzz 27 jingle/notifier/listener/push_notifications_send_update_task_unittest.cc const buzz::Jid to_jid_bare_; buzz 41 jingle/notifier/listener/push_notifications_send_update_task_unittest.cc scoped_ptr<buzz::XmlElement> message( buzz 23 jingle/notifier/listener/push_notifications_subscribe_task.cc buzz::XmppTaskParentInterface* parent, buzz 26 jingle/notifier/listener/push_notifications_subscribe_task.cc : XmppTask(parent, buzz::XmppEngine::HL_SINGLE), buzz 34 jingle/notifier/listener/push_notifications_subscribe_task.cc const buzz::XmlElement* stanza) { buzz 43 jingle/notifier/listener/push_notifications_subscribe_task.cc scoped_ptr<buzz::XmlElement> iq_stanza( buzz 49 jingle/notifier/listener/push_notifications_subscribe_task.cc if (SendStanza(iq_stanza.get()) != buzz::XMPP_RETURN_OK) { buzz 59 jingle/notifier/listener/push_notifications_subscribe_task.cc const buzz::XmlElement* stanza = NextStanza(); buzz 66 jingle/notifier/listener/push_notifications_subscribe_task.cc if (stanza->HasAttr(buzz::QN_TYPE) && buzz 67 jingle/notifier/listener/push_notifications_subscribe_task.cc stanza->Attr(buzz::QN_TYPE) == buzz::STR_RESULT) { buzz 78 jingle/notifier/listener/push_notifications_subscribe_task.cc buzz::XmlElement* PushNotificationsSubscribeTask::MakeSubscriptionMessage( buzz 80 jingle/notifier/listener/push_notifications_subscribe_task.cc const buzz::Jid& jid, const std::string& task_id) { buzz 82 jingle/notifier/listener/push_notifications_subscribe_task.cc const buzz::QName kQnSubscribe( buzz 93 jingle/notifier/listener/push_notifications_subscribe_task.cc buzz::XmlElement* iq = MakeIq(buzz::STR_SET, jid.BareJid(), task_id); buzz 94 jingle/notifier/listener/push_notifications_subscribe_task.cc buzz::XmlElement* subscribe = new buzz::XmlElement(kQnSubscribe, true); buzz 99 jingle/notifier/listener/push_notifications_subscribe_task.cc buzz::XmlElement* item = new buzz::XmlElement( buzz 100 jingle/notifier/listener/push_notifications_subscribe_task.cc buzz::QName(kPushNotificationsNamespace, "item")); buzz 101 jingle/notifier/listener/push_notifications_subscribe_task.cc item->AddAttr(buzz::QName(buzz::STR_EMPTY, "channel"), buzz 103 jingle/notifier/listener/push_notifications_subscribe_task.cc item->AddAttr(buzz::QN_FROM, iter->from.c_str()); buzz 20 jingle/notifier/listener/push_notifications_subscribe_task.h class PushNotificationsSubscribeTask : public buzz::XmppTask { buzz 29 jingle/notifier/listener/push_notifications_subscribe_task.h PushNotificationsSubscribeTask(buzz::XmppTaskParentInterface* parent, buzz 37 jingle/notifier/listener/push_notifications_subscribe_task.h virtual bool HandleStanza(const buzz::XmlElement* stanza) OVERRIDE; buzz 41 jingle/notifier/listener/push_notifications_subscribe_task.h static buzz::XmlElement* MakeSubscriptionMessage( buzz 43 jingle/notifier/listener/push_notifications_subscribe_task.h const buzz::Jid& jid, const std::string& task_id); buzz 27 jingle/notifier/listener/push_notifications_subscribe_task_unittest.cc const buzz::Jid jid_; buzz 44 jingle/notifier/listener/push_notifications_subscribe_task_unittest.cc scoped_ptr<buzz::XmlElement> message( buzz 23 jingle/notifier/listener/send_ping_task.cc SendPingTask::SendPingTask(buzz::XmppTaskParentInterface* parent, buzz 25 jingle/notifier/listener/send_ping_task.cc : XmppTask(parent, buzz::XmppEngine::HL_SINGLE), delegate_(delegate) { buzz 33 jingle/notifier/listener/send_ping_task.cc scoped_ptr<buzz::XmlElement> stanza(MakePingStanza(ping_task_id_)); buzz 35 jingle/notifier/listener/send_ping_task.cc if (SendStanza(stanza.get()) != buzz::XMPP_RETURN_OK) { buzz 43 jingle/notifier/listener/send_ping_task.cc const buzz::XmlElement* stanza = NextStanza(); buzz 50 jingle/notifier/listener/send_ping_task.cc std::string type = stanza->Attr(buzz::QN_TYPE); buzz 51 jingle/notifier/listener/send_ping_task.cc if (type != buzz::STR_RESULT) { buzz 61 jingle/notifier/listener/send_ping_task.cc bool SendPingTask::HandleStanza(const buzz::XmlElement* stanza) { buzz 65 jingle/notifier/listener/send_ping_task.cc if (MatchResponseIq(stanza, buzz::Jid(buzz::STR_EMPTY), ping_task_id_)) { buzz 72 jingle/notifier/listener/send_ping_task.cc buzz::XmlElement* SendPingTask::MakePingStanza(const std::string& task_id) { buzz 73 jingle/notifier/listener/send_ping_task.cc buzz::XmlElement* stanza = MakeIq(buzz::STR_GET, buzz 74 jingle/notifier/listener/send_ping_task.cc buzz::Jid(buzz::STR_EMPTY), buzz 76 jingle/notifier/listener/send_ping_task.cc stanza->AddElement(new buzz::XmlElement(buzz::QN_PING)); buzz 15 jingle/notifier/listener/send_ping_task.h namespace buzz { buzz 21 jingle/notifier/listener/send_ping_task.h class SendPingTask : public buzz::XmppTask { buzz 31 jingle/notifier/listener/send_ping_task.h SendPingTask(buzz::XmppTaskParentInterface* parent, Delegate* delegate); buzz 37 jingle/notifier/listener/send_ping_task.h virtual bool HandleStanza(const buzz::XmlElement* stanza) OVERRIDE; buzz 40 jingle/notifier/listener/send_ping_task.h static buzz::XmlElement* MakePingStanza(const std::string& task_id); buzz 30 jingle/notifier/listener/send_ping_task_unittest.cc scoped_ptr<buzz::XmlElement> message(SendPingTask::MakePingStanza(task_id)); buzz 18 jingle/notifier/listener/xml_element_util.cc std::string XmlElementToString(const buzz::XmlElement& xml_element) { buzz 20 jingle/notifier/listener/xml_element_util.cc buzz::XmlPrinter::PrintXml(&xml_stream, &xml_element); buzz 24 jingle/notifier/listener/xml_element_util.cc buzz::XmlElement* MakeBoolXmlElement(const char* name, bool value) { buzz 25 jingle/notifier/listener/xml_element_util.cc const buzz::QName elementQName(buzz::STR_EMPTY, name); buzz 26 jingle/notifier/listener/xml_element_util.cc const buzz::QName boolAttrQName(buzz::STR_EMPTY, "bool"); buzz 27 jingle/notifier/listener/xml_element_util.cc buzz::XmlElement* bool_xml_element = buzz 28 jingle/notifier/listener/xml_element_util.cc new buzz::XmlElement(elementQName, true); buzz 33 jingle/notifier/listener/xml_element_util.cc buzz::XmlElement* MakeIntXmlElement(const char* name, int value) { buzz 34 jingle/notifier/listener/xml_element_util.cc const buzz::QName elementQName(buzz::STR_EMPTY, name); buzz 35 jingle/notifier/listener/xml_element_util.cc const buzz::QName intAttrQName(buzz::STR_EMPTY, "int"); buzz 36 jingle/notifier/listener/xml_element_util.cc buzz::XmlElement* int_xml_element = buzz 37 jingle/notifier/listener/xml_element_util.cc new buzz::XmlElement(elementQName, true); buzz 42 jingle/notifier/listener/xml_element_util.cc buzz::XmlElement* MakeStringXmlElement(const char* name, const char* value) { buzz 43 jingle/notifier/listener/xml_element_util.cc const buzz::QName elementQName(buzz::STR_EMPTY, name); buzz 44 jingle/notifier/listener/xml_element_util.cc const buzz::QName dataAttrQName(buzz::STR_EMPTY, "data"); buzz 45 jingle/notifier/listener/xml_element_util.cc buzz::XmlElement* data_xml_element = buzz 46 jingle/notifier/listener/xml_element_util.cc new buzz::XmlElement(elementQName, true); buzz 10 jingle/notifier/listener/xml_element_util.h namespace buzz { buzz 16 jingle/notifier/listener/xml_element_util.h std::string XmlElementToString(const buzz::XmlElement& xml_element); buzz 21 jingle/notifier/listener/xml_element_util.h buzz::XmlElement* MakeBoolXmlElement(const char* name, bool value); buzz 23 jingle/notifier/listener/xml_element_util.h buzz::XmlElement* MakeIntXmlElement(const char* name, int value); buzz 25 jingle/notifier/listener/xml_element_util.h buzz::XmlElement* MakeStringXmlElement(const char* name, const char* value); buzz 26 jingle/notifier/listener/xml_element_util_unittest.cc const buzz::QName kQName("namespace", "element"); buzz 27 jingle/notifier/listener/xml_element_util_unittest.cc const buzz::XmlElement kXmlElement(kQName, true); buzz 29 jingle/notifier/listener/xml_element_util_unittest.cc buzz::XmlPrinter::PrintXml(&expected_xml_stream, &kXmlElement); buzz 34 jingle/notifier/listener/xml_element_util_unittest.cc scoped_ptr<buzz::XmlElement> foo_false( buzz 38 jingle/notifier/listener/xml_element_util_unittest.cc scoped_ptr<buzz::XmlElement> bar_true( buzz 44 jingle/notifier/listener/xml_element_util_unittest.cc scoped_ptr<buzz::XmlElement> int_xml_element( buzz 51 jingle/notifier/listener/xml_element_util_unittest.cc scoped_ptr<buzz::XmlElement> string_xml_element( buzz 27 jingle/notifier/listener/xmpp_push_client.cc base::WeakPtr<buzz::XmppTaskParentInterface> base_task) { buzz 27 jingle/notifier/listener/xmpp_push_client.h namespace buzz { buzz 58 jingle/notifier/listener/xmpp_push_client.h base::WeakPtr<buzz::XmppTaskParentInterface> base_task) OVERRIDE; buzz 80 jingle/notifier/listener/xmpp_push_client.h buzz::XmppClientSettings xmpp_settings_; buzz 85 jingle/notifier/listener/xmpp_push_client.h base::WeakPtr<buzz::XmppTaskParentInterface> base_task_; buzz 24 remoting/client/plugin/delegating_signal_strategy.cc scoped_ptr<buzz::XmlElement> stanza(buzz::XmlElement::ForStr(message)); buzz 64 remoting/client/plugin/delegating_signal_strategy.cc bool DelegatingSignalStrategy::SendStanza(scoped_ptr<buzz::XmlElement> stanza) { buzz 36 remoting/client/plugin/delegating_signal_strategy.h virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) OVERRIDE; buzz 23 remoting/host/heartbeat_sender.cc using buzz::QName; buzz 24 remoting/host/heartbeat_sender.cc using buzz::XmlElement; buzz 95 remoting/host/heartbeat_sender.cc const buzz::XmlElement* stanza) { buzz 116 remoting/host/heartbeat_sender.cc buzz::STR_SET, directory_bot_jid_, CreateHeartbeatMessage(), buzz 124 remoting/host/heartbeat_sender.cc std::string type = response->Attr(buzz::QN_TYPE); buzz 125 remoting/host/heartbeat_sender.cc if (type == buzz::STR_ERROR) { buzz 127 remoting/host/heartbeat_sender.cc response->FirstNamed(QName(buzz::NS_CLIENT, kErrorTag)); buzz 129 remoting/host/heartbeat_sender.cc if (error_element->FirstNamed(QName(buzz::NS_STANZA, kNotFoundTag))) { buzz 163 remoting/host/heartbeat_sender.cc DCHECK_EQ(std::string(buzz::STR_RESULT), type); buzz 22 remoting/host/heartbeat_sender.h namespace buzz { buzz 107 remoting/host/heartbeat_sender.h const buzz::XmlElement* stanza) OVERRIDE; buzz 121 remoting/host/heartbeat_sender.h void ProcessResponse(IqRequest* request, const buzz::XmlElement* response); buzz 126 remoting/host/heartbeat_sender.h scoped_ptr<buzz::XmlElement> CreateHeartbeatMessage(); buzz 127 remoting/host/heartbeat_sender.h scoped_ptr<buzz::XmlElement> CreateSignature(); buzz 24 remoting/host/heartbeat_sender_unittest.cc using buzz::QName; buzz 25 remoting/host/heartbeat_sender_unittest.cc using buzz::XmlElement; buzz 188 remoting/host/heartbeat_sender_unittest.cc scoped_ptr<XmlElement> response(new XmlElement(buzz::QN_IQ)); buzz 214 remoting/host/heartbeat_sender_unittest.cc scoped_ptr<XmlElement> response(new XmlElement(buzz::QN_IQ)); buzz 236 remoting/host/heartbeat_sender_unittest.cc EXPECT_EQ(stanza->Attr(buzz::QName(std::string(), "to")), buzz 238 remoting/host/heartbeat_sender_unittest.cc EXPECT_EQ(stanza->Attr(buzz::QName(std::string(), "type")), "set"); buzz 243 remoting/host/heartbeat_sender_unittest.cc buzz::QName(kChromotingXmlNamespace, "sequence-id"))); buzz 18 remoting/host/host_change_notification_listener.cc using buzz::QName; buzz 19 remoting/host/host_change_notification_listener.cc using buzz::XmlElement; buzz 47 remoting/host/host_change_notification_listener.cc const buzz::XmlElement* stanza) { buzz 48 remoting/host/host_change_notification_listener.cc if (stanza->Name() != buzz::QN_IQ || stanza->Attr(buzz::QN_TYPE) != "set") buzz 58 remoting/host/host_change_notification_listener.cc const std::string& from = stanza->Attr(buzz::QN_FROM); buzz 59 remoting/host/host_change_notification_listener.cc const std::string& to = stanza->Attr(buzz::QN_TO); buzz 15 remoting/host/host_change_notification_listener.h namespace buzz { buzz 46 remoting/host/host_change_notification_listener.h const buzz::XmlElement* stanza) OVERRIDE; buzz 20 remoting/host/host_change_notification_listener_unittest.cc using buzz::QName; buzz 21 remoting/host/host_change_notification_listener_unittest.cc using buzz::XmlElement; buzz 71 remoting/host/host_change_notification_listener_unittest.cc scoped_ptr<XmlElement> stanza(new XmlElement(buzz::QN_IQ)); buzz 79 remoting/host/host_change_notification_listener_unittest.cc stanza->AddAttr(buzz::QN_FROM, botJid); buzz 80 remoting/host/host_change_notification_listener_unittest.cc stanza->AddAttr(buzz::QN_TO, kTestJid); buzz 18 remoting/host/host_status_sender.cc using buzz::QName; buzz 19 remoting/host/host_status_sender.cc using buzz::XmlElement; buzz 87 remoting/host/host_status_sender.cc iq_sender_->SendIq(buzz::STR_SET, buzz 21 remoting/host/host_status_sender.h namespace buzz { buzz 68 remoting/host/host_status_sender.h const buzz::XmlElement* stanza) OVERRIDE; buzz 84 remoting/host/host_status_sender.h scoped_ptr<buzz::XmlElement> CreateHostStatusMessage( buzz 88 remoting/host/host_status_sender.h scoped_ptr<buzz::XmlElement> CreateSignature( buzz 19 remoting/host/host_status_sender_unittest.cc using buzz::QName; buzz 20 remoting/host/host_status_sender_unittest.cc using buzz::XmlElement; buzz 18 remoting/host/log_to_server.cc using buzz::QName; buzz 19 remoting/host/log_to_server.cc using buzz::XmlElement; buzz 69 remoting/host/log_to_server.cc const buzz::XmlElement* stanza) { buzz 115 remoting/host/log_to_server.cc buzz::STR_SET, directory_bot_jid_, stanza.Pass(), buzz 24 remoting/host/log_to_server.h namespace buzz { buzz 54 remoting/host/log_to_server.h const buzz::XmlElement* stanza) OVERRIDE; buzz 15 remoting/host/log_to_server_unittest.cc using buzz::XmlElement; buzz 16 remoting/host/log_to_server_unittest.cc using buzz::QName; buzz 51 remoting/host/log_to_server_unittest.cc buzz::XmlElement* log_stanza = arg->FirstChild()->AsElement(); buzz 58 remoting/host/log_to_server_unittest.cc buzz::XmlElement* log_entry = log_stanza->FirstChild()->AsElement(); buzz 72 remoting/host/log_to_server_unittest.cc buzz::XmlElement* log_stanza = arg->FirstChild()->AsElement(); buzz 79 remoting/host/log_to_server_unittest.cc buzz::XmlElement* log_entry = log_stanza->FirstChild()->AsElement(); buzz 105 remoting/host/log_to_server_unittest.cc buzz::XmlElement* log_stanza = arg->FirstChild()->AsElement(); buzz 112 remoting/host/log_to_server_unittest.cc buzz::XmlElement* log_entry = log_stanza->FirstChild()->AsElement(); buzz 28 remoting/host/pam_authorization_factory_posix.cc virtual void ProcessMessage(const buzz::XmlElement* message, buzz 30 remoting/host/pam_authorization_factory_posix.cc virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE; buzz 74 remoting/host/pam_authorization_factory_posix.cc void PamAuthorizer::ProcessMessage(const buzz::XmlElement* message, buzz 87 remoting/host/pam_authorization_factory_posix.cc scoped_ptr<buzz::XmlElement> PamAuthorizer::GetNextMessage() { buzz 88 remoting/host/pam_authorization_factory_posix.cc scoped_ptr<buzz::XmlElement> result(underlying_->GetNextMessage()); buzz 166 remoting/host/pam_authorization_factory_posix.cc const buzz::XmlElement* first_message) { buzz 26 remoting/host/pam_authorization_factory_posix.h const buzz::XmlElement* first_message) OVERRIDE; buzz 19 remoting/host/register_support_host_request.cc using buzz::QName; buzz 20 remoting/host/register_support_host_request.cc using buzz::XmlElement; buzz 63 remoting/host/register_support_host_request.cc buzz::STR_SET, directory_bot_jid_, buzz 74 remoting/host/register_support_host_request.cc const buzz::XmlElement* stanza) { buzz 110 remoting/host/register_support_host_request.cc std::string type = response->Attr(buzz::QN_TYPE); buzz 111 remoting/host/register_support_host_request.cc if (type == buzz::STR_ERROR) { buzz 118 remoting/host/register_support_host_request.cc if (type != buzz::STR_RESULT) { buzz 17 remoting/host/register_support_host_request.h namespace buzz { buzz 59 remoting/host/register_support_host_request.h const buzz::XmlElement* stanza) OVERRIDE; buzz 64 remoting/host/register_support_host_request.h scoped_ptr<buzz::XmlElement> CreateRegistrationRequest( buzz 66 remoting/host/register_support_host_request.h scoped_ptr<buzz::XmlElement> CreateSignature(const std::string& jid); buzz 68 remoting/host/register_support_host_request.h void ProcessResponse(IqRequest* request, const buzz::XmlElement* response); buzz 69 remoting/host/register_support_host_request.h bool ParseResponse(const buzz::XmlElement* response, buzz 24 remoting/host/register_support_host_request_unittest.cc using buzz::QName; buzz 25 remoting/host/register_support_host_request_unittest.cc using buzz::XmlElement; buzz 102 remoting/host/register_support_host_request_unittest.cc EXPECT_EQ(stanza->Attr(buzz::QName(std::string(), "to")), buzz 104 remoting/host/register_support_host_request_unittest.cc EXPECT_EQ(stanza->Attr(buzz::QName(std::string(), "type")), "set"); buzz 133 remoting/host/register_support_host_request_unittest.cc scoped_ptr<XmlElement> response(new XmlElement(buzz::QN_IQ)); buzz 15 remoting/host/server_log_entry.cc using buzz::QName; buzz 16 remoting/host/server_log_entry.cc using buzz::XmlElement; buzz 66 remoting/host/server_log_entry.cc scoped_ptr<buzz::XmlElement> ServerLogEntry::MakeStanza() { buzz 67 remoting/host/server_log_entry.cc return scoped_ptr<buzz::XmlElement>( buzz 16 remoting/host/server_log_entry.h namespace buzz { buzz 33 remoting/host/server_log_entry.h static scoped_ptr<buzz::XmlElement> MakeStanza(); buzz 58 remoting/host/server_log_entry.h scoped_ptr<buzz::XmlElement> ToStanza() const; buzz 11 remoting/host/server_log_entry_unittest.cc using buzz::XmlAttr; buzz 12 remoting/host/server_log_entry_unittest.cc using buzz::XmlElement; buzz 74 remoting/host/signaling_connector.cc const buzz::XmlElement* stanza) { buzz 54 remoting/host/signaling_connector.h const buzz::XmlElement* stanza) OVERRIDE; buzz 76 remoting/jingle_glue/fake_signal_strategy.cc bool FakeSignalStrategy::SendStanza(scoped_ptr<buzz::XmlElement> stanza) { buzz 79 remoting/jingle_glue/fake_signal_strategy.cc stanza->SetAttr(buzz::QN_FROM, jid_); buzz 95 remoting/jingle_glue/fake_signal_strategy.cc scoped_ptr<buzz::XmlElement> stanza) { buzz 105 remoting/jingle_glue/fake_signal_strategy.cc buzz::XmlElement* stanza = pending_messages_.front(); buzz 106 remoting/jingle_glue/fake_signal_strategy.cc const std::string& to_field = stanza->Attr(buzz::QN_TO); buzz 28 remoting/jingle_glue/fake_signal_strategy.h const std::list<buzz::XmlElement*>& received_messages() { buzz 40 remoting/jingle_glue/fake_signal_strategy.h virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) OVERRIDE; buzz 45 remoting/jingle_glue/fake_signal_strategy.h void OnIncomingMessage(scoped_ptr<buzz::XmlElement> stanza); buzz 56 remoting/jingle_glue/fake_signal_strategy.h std::list<buzz::XmlElement*> received_messages_; buzz 59 remoting/jingle_glue/fake_signal_strategy.h std::queue<buzz::XmlElement*> pending_messages_; buzz 22 remoting/jingle_glue/iq_sender.cc scoped_ptr<buzz::XmlElement> IqSender::MakeIqStanza( buzz 25 remoting/jingle_glue/iq_sender.cc scoped_ptr<buzz::XmlElement> iq_body) { buzz 26 remoting/jingle_glue/iq_sender.cc scoped_ptr<buzz::XmlElement> stanza(new buzz::XmlElement(buzz::QN_IQ)); buzz 27 remoting/jingle_glue/iq_sender.cc stanza->AddAttr(buzz::QN_TYPE, type); buzz 29 remoting/jingle_glue/iq_sender.cc stanza->AddAttr(buzz::QN_TO, addressee); buzz 43 remoting/jingle_glue/iq_sender.cc scoped_ptr<IqRequest> IqSender::SendIq(scoped_ptr<buzz::XmlElement> stanza, buzz 45 remoting/jingle_glue/iq_sender.cc std::string addressee = stanza->Attr(buzz::QN_TO); buzz 47 remoting/jingle_glue/iq_sender.cc stanza->AddAttr(buzz::QN_ID, id); buzz 60 remoting/jingle_glue/iq_sender.cc scoped_ptr<buzz::XmlElement> iq_body, buzz 80 remoting/jingle_glue/iq_sender.cc bool IqSender::OnSignalStrategyIncomingStanza(const buzz::XmlElement* stanza) { buzz 81 remoting/jingle_glue/iq_sender.cc if (stanza->Name() != buzz::QN_IQ) { buzz 86 remoting/jingle_glue/iq_sender.cc const std::string& type = stanza->Attr(buzz::QN_TYPE); buzz 96 remoting/jingle_glue/iq_sender.cc const std::string& id = stanza->Attr(buzz::QN_ID); buzz 102 remoting/jingle_glue/iq_sender.cc std::string from = stanza->Attr(buzz::QN_FROM); buzz 153 remoting/jingle_glue/iq_sender.cc void IqRequest::CallCallback(const buzz::XmlElement* stanza) { buzz 165 remoting/jingle_glue/iq_sender.cc void IqRequest::OnResponse(const buzz::XmlElement* stanza) { buzz 168 remoting/jingle_glue/iq_sender.cc scoped_ptr<buzz::XmlElement> stanza_copy(new buzz::XmlElement(*stanza)); buzz 174 remoting/jingle_glue/iq_sender.cc void IqRequest::DeliverResponse(scoped_ptr<buzz::XmlElement> stanza) { buzz 22 remoting/jingle_glue/iq_sender.h namespace buzz { buzz 38 remoting/jingle_glue/iq_sender.h const buzz::XmlElement* response)> ReplyCallback; buzz 48 remoting/jingle_glue/iq_sender.h scoped_ptr<IqRequest> SendIq(scoped_ptr<buzz::XmlElement> stanza, buzz 54 remoting/jingle_glue/iq_sender.h scoped_ptr<buzz::XmlElement> iq_body, buzz 61 remoting/jingle_glue/iq_sender.h const buzz::XmlElement* stanza) OVERRIDE; buzz 68 remoting/jingle_glue/iq_sender.h static scoped_ptr<buzz::XmlElement> MakeIqStanza( buzz 71 remoting/jingle_glue/iq_sender.h scoped_ptr<buzz::XmlElement> iq_body); buzz 96 remoting/jingle_glue/iq_sender.h void CallCallback(const buzz::XmlElement* stanza); buzz 100 remoting/jingle_glue/iq_sender.h void OnResponse(const buzz::XmlElement* stanza); buzz 102 remoting/jingle_glue/iq_sender.h void DeliverResponse(scoped_ptr<buzz::XmlElement> stanza); buzz 24 remoting/jingle_glue/iq_sender_unittest.cc using ::buzz::QName; buzz 25 remoting/jingle_glue/iq_sender_unittest.cc using ::buzz::XmlElement; buzz 94 remoting/jingle_glue/iq_sender_unittest.cc scoped_ptr<XmlElement> response(new XmlElement(buzz::QN_IQ)); buzz 126 remoting/jingle_glue/iq_sender_unittest.cc scoped_ptr<XmlElement> response(new XmlElement(buzz::QN_IQ)); buzz 146 remoting/jingle_glue/iq_sender_unittest.cc scoped_ptr<XmlElement> response(new XmlElement(buzz::QN_IQ)); buzz 30 remoting/jingle_glue/jingle_info_request.cc scoped_ptr<buzz::XmlElement> iq_body( buzz 31 remoting/jingle_glue/jingle_info_request.cc new buzz::XmlElement(buzz::QN_JINGLE_INFO_QUERY, true)); buzz 33 remoting/jingle_glue/jingle_info_request.cc buzz::STR_GET, buzz::STR_EMPTY, iq_body.Pass(), buzz 48 remoting/jingle_glue/jingle_info_request.cc const buzz::XmlElement* stanza) { buzz 59 remoting/jingle_glue/jingle_info_request.cc const buzz::XmlElement* query = buzz 60 remoting/jingle_glue/jingle_info_request.cc stanza->FirstNamed(buzz::QN_JINGLE_INFO_QUERY); buzz 68 remoting/jingle_glue/jingle_info_request.cc const buzz::XmlElement* stun = query->FirstNamed(buzz::QN_JINGLE_INFO_STUN); buzz 70 remoting/jingle_glue/jingle_info_request.cc for (const buzz::XmlElement* server = buzz 71 remoting/jingle_glue/jingle_info_request.cc stun->FirstNamed(buzz::QN_JINGLE_INFO_SERVER); buzz 73 remoting/jingle_glue/jingle_info_request.cc server = server->NextNamed(buzz::QN_JINGLE_INFO_SERVER)) { buzz 74 remoting/jingle_glue/jingle_info_request.cc std::string host = server->Attr(buzz::QN_JINGLE_INFO_HOST); buzz 75 remoting/jingle_glue/jingle_info_request.cc std::string port_str = server->Attr(buzz::QN_JINGLE_INFO_UDP); buzz 76 remoting/jingle_glue/jingle_info_request.cc if (host != buzz::STR_EMPTY && port_str != buzz::STR_EMPTY) { buzz 88 remoting/jingle_glue/jingle_info_request.cc const buzz::XmlElement* relay = query->FirstNamed(buzz::QN_JINGLE_INFO_RELAY); buzz 90 remoting/jingle_glue/jingle_info_request.cc relay_token = relay->TextNamed(buzz::QN_JINGLE_INFO_TOKEN); buzz 91 remoting/jingle_glue/jingle_info_request.cc for (const buzz::XmlElement* server = buzz 92 remoting/jingle_glue/jingle_info_request.cc relay->FirstNamed(buzz::QN_JINGLE_INFO_SERVER); buzz 94 remoting/jingle_glue/jingle_info_request.cc server = server->NextNamed(buzz::QN_JINGLE_INFO_SERVER)) { buzz 95 remoting/jingle_glue/jingle_info_request.cc std::string host = server->Attr(buzz::QN_JINGLE_INFO_HOST); buzz 96 remoting/jingle_glue/jingle_info_request.cc if (host != buzz::STR_EMPTY) buzz 17 remoting/jingle_glue/jingle_info_request.h namespace buzz { buzz 53 remoting/jingle_glue/jingle_info_request.h void OnResponse(IqRequest* request, const buzz::XmlElement* stanza); buzz 29 remoting/jingle_glue/mock_objects.h MOCK_METHOD1(SendStanzaPtr, bool(buzz::XmlElement* stanza)); buzz 30 remoting/jingle_glue/mock_objects.h virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) OVERRIDE { buzz 13 remoting/jingle_glue/signal_strategy.h namespace buzz { buzz 55 remoting/jingle_glue/signal_strategy.h const buzz::XmlElement* stanza) = 0; buzz 89 remoting/jingle_glue/signal_strategy.h virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) = 0; buzz 72 remoting/jingle_glue/xmpp_signal_strategy.cc buzz::XmppClientSettings settings; buzz 73 remoting/jingle_glue/xmpp_signal_strategy.cc buzz::Jid login_jid(xmpp_server_config_.username); buzz 78 remoting/jingle_glue/xmpp_signal_strategy.cc settings.set_auth_token(buzz::AUTH_MECHANISM_GOOGLE_TOKEN, buzz 83 remoting/jingle_glue/xmpp_signal_strategy.cc xmpp_server_config_.use_tls ? buzz::TLS_ENABLED : buzz::TLS_DISABLED); buzz 88 remoting/jingle_glue/xmpp_signal_strategy.cc buzz::AsyncSocket* socket = new jingle_glue::ChromeAsyncSocket( buzz 92 remoting/jingle_glue/xmpp_signal_strategy.cc xmpp_client_ = new buzz::XmppClient(task_runner_.get()); buzz 97 remoting/jingle_glue/xmpp_signal_strategy.cc xmpp_client_->engine()->AddStanzaHandler(this, buzz::XmppEngine::HL_TYPE); buzz 142 remoting/jingle_glue/xmpp_signal_strategy.cc bool XmppSignalStrategy::SendStanza(scoped_ptr<buzz::XmlElement> stanza) { buzz 150 remoting/jingle_glue/xmpp_signal_strategy.cc buzz::XmppReturnStatus status = xmpp_client_->SendStanza(stanza.release()); buzz 151 remoting/jingle_glue/xmpp_signal_strategy.cc return status == buzz::XMPP_RETURN_OK || status == buzz::XMPP_RETURN_PENDING; buzz 164 remoting/jingle_glue/xmpp_signal_strategy.cc bool XmppSignalStrategy::HandleStanza(const buzz::XmlElement* stanza) { buzz 190 remoting/jingle_glue/xmpp_signal_strategy.cc buzz::XmppEngine::State state) { buzz 193 remoting/jingle_glue/xmpp_signal_strategy.cc if (state == buzz::XmppEngine::STATE_OPEN) { buzz 198 remoting/jingle_glue/xmpp_signal_strategy.cc } else if (state == buzz::XmppEngine::STATE_CLOSED) { buzz 201 remoting/jingle_glue/xmpp_signal_strategy.cc buzz::XmppEngine::Error error = xmpp_client_->GetError(&subcode); buzz 212 remoting/jingle_glue/xmpp_signal_strategy.cc case buzz::XmppEngine::ERROR_UNAUTHORIZED: buzz 213 remoting/jingle_glue/xmpp_signal_strategy.cc case buzz::XmppEngine::ERROR_AUTH: buzz 214 remoting/jingle_glue/xmpp_signal_strategy.cc case buzz::XmppEngine::ERROR_MISSING_USERNAME: buzz 239 remoting/jingle_glue/xmpp_signal_strategy.cc buzz::PreXmppAuth* XmppSignalStrategy::CreatePreXmppAuth( buzz 240 remoting/jingle_glue/xmpp_signal_strategy.cc const buzz::XmppClientSettings& settings) { buzz 241 remoting/jingle_glue/xmpp_signal_strategy.cc buzz::Jid jid(settings.user(), settings.host(), buzz::STR_EMPTY); buzz 39 remoting/jingle_glue/xmpp_signal_strategy.h public buzz::XmppStanzaHandler, buzz 70 remoting/jingle_glue/xmpp_signal_strategy.h virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) OVERRIDE; buzz 74 remoting/jingle_glue/xmpp_signal_strategy.h virtual bool HandleStanza(const buzz::XmlElement* stanza) OVERRIDE; buzz 88 remoting/jingle_glue/xmpp_signal_strategy.h static buzz::PreXmppAuth* CreatePreXmppAuth( buzz 89 remoting/jingle_glue/xmpp_signal_strategy.h const buzz::XmppClientSettings& settings); buzz 91 remoting/jingle_glue/xmpp_signal_strategy.h void OnConnectionStateChanged(buzz::XmppEngine::State state); buzz 100 remoting/jingle_glue/xmpp_signal_strategy.h buzz::XmppClient* xmpp_client_; buzz 14 remoting/protocol/authenticator.cc const buzz::StaticQName kAuthenticationQName = { kChromotingXmlNamespace, buzz 19 remoting/protocol/authenticator.cc bool Authenticator::IsAuthenticatorMessage(const buzz::XmlElement* message) { buzz 24 remoting/protocol/authenticator.cc scoped_ptr<buzz::XmlElement> Authenticator::CreateEmptyAuthenticatorMessage() { buzz 25 remoting/protocol/authenticator.cc return scoped_ptr<buzz::XmlElement>( buzz 26 remoting/protocol/authenticator.cc new buzz::XmlElement(kAuthenticationQName)); buzz 30 remoting/protocol/authenticator.cc const buzz::XmlElement* Authenticator::FindAuthenticatorMessage( buzz 31 remoting/protocol/authenticator.cc const buzz::XmlElement* message) { buzz 13 remoting/protocol/authenticator.h namespace buzz { buzz 76 remoting/protocol/authenticator.h static bool IsAuthenticatorMessage(const buzz::XmlElement* message); buzz 79 remoting/protocol/authenticator.h static scoped_ptr<buzz::XmlElement> CreateEmptyAuthenticatorMessage(); buzz 83 remoting/protocol/authenticator.h static const buzz::XmlElement* FindAuthenticatorMessage( buzz 84 remoting/protocol/authenticator.h const buzz::XmlElement* message); buzz 100 remoting/protocol/authenticator.h virtual void ProcessMessage(const buzz::XmlElement* message, buzz 105 remoting/protocol/authenticator.h virtual scoped_ptr<buzz::XmlElement> GetNextMessage() = 0; buzz 130 remoting/protocol/authenticator.h const buzz::XmlElement* first_message) = 0; buzz 73 remoting/protocol/authenticator_test_base.cc scoped_ptr<buzz::XmlElement> message; buzz 119 remoting/protocol/connection_to_host.cc const buzz::XmlElement* stanza) { buzz 112 remoting/protocol/connection_to_host.h const buzz::XmlElement* stanza) OVERRIDE; buzz 14 remoting/protocol/content_description.cc using buzz::QName; buzz 15 remoting/protocol/content_description.cc using buzz::XmlElement; buzz 117 remoting/protocol/content_description.cc scoped_ptr<buzz::XmlElement> authenticator_message) buzz 15 remoting/protocol/content_description.h namespace buzz { buzz 32 remoting/protocol/content_description.h scoped_ptr<buzz::XmlElement> authenticator_message); buzz 41 remoting/protocol/content_description.h const buzz::XmlElement* authenticator_message() const { buzz 45 remoting/protocol/content_description.h buzz::XmlElement* ToXml() const; buzz 48 remoting/protocol/content_description.h const buzz::XmlElement* element); buzz 52 remoting/protocol/content_description.h scoped_ptr<const buzz::XmlElement> authenticator_message_; buzz 54 remoting/protocol/content_description.h static bool ParseChannelConfigs(const buzz::XmlElement* const element, buzz 23 remoting/protocol/content_description_unittest.cc scoped_ptr<buzz::XmlElement> xml(description.ToXml()); buzz 49 remoting/protocol/content_description_unittest.cc scoped_ptr<buzz::XmlElement> xml(buzz::XmlElement::ForStr(kTestDescription)); buzz 72 remoting/protocol/content_description_unittest.cc scoped_ptr<buzz::XmlElement> xml(buzz::XmlElement::ForStr(kTestDescription)); buzz 92 remoting/protocol/content_description_unittest.cc scoped_ptr<buzz::XmlElement> xml(buzz::XmlElement::ForStr(kTestDescription)); buzz 124 remoting/protocol/fake_authenticator.cc void FakeAuthenticator::ProcessMessage(const buzz::XmlElement* message, buzz 128 remoting/protocol/fake_authenticator.cc message->TextNamed(buzz::QName(kChromotingXmlNamespace, "id")); buzz 134 remoting/protocol/fake_authenticator.cc scoped_ptr<buzz::XmlElement> FakeAuthenticator::GetNextMessage() { buzz 137 remoting/protocol/fake_authenticator.cc scoped_ptr<buzz::XmlElement> result(new buzz::XmlElement( buzz 138 remoting/protocol/fake_authenticator.cc buzz::QName(kChromotingXmlNamespace, "authentication"))); buzz 139 remoting/protocol/fake_authenticator.cc buzz::XmlElement* id = new buzz::XmlElement( buzz 140 remoting/protocol/fake_authenticator.cc buzz::QName(kChromotingXmlNamespace, "id")); buzz 167 remoting/protocol/fake_authenticator.cc const buzz::XmlElement* first_message) { buzz 67 remoting/protocol/fake_authenticator.h virtual void ProcessMessage(const buzz::XmlElement* message, buzz 69 remoting/protocol/fake_authenticator.h virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE; buzz 95 remoting/protocol/fake_authenticator.h const buzz::XmlElement* first_message) OVERRIDE; buzz 29 remoting/protocol/it2me_host_authenticator_factory.cc const buzz::XmlElement* first_message) { buzz 36 remoting/protocol/it2me_host_authenticator_factory.h const buzz::XmlElement* first_message) OVERRIDE; buzz 14 remoting/protocol/jingle_messages.cc using buzz::QName; buzz 15 remoting/protocol/jingle_messages.cc using buzz::XmlElement; buzz 48 remoting/protocol/jingle_messages.cc bool ParseCandidate(const buzz::XmlElement* element, buzz 126 remoting/protocol/jingle_messages.cc bool JingleMessage::IsJingleMessage(const buzz::XmlElement* stanza) { buzz 155 remoting/protocol/jingle_messages.cc bool JingleMessage::ParseXml(const buzz::XmlElement* stanza, buzz 264 remoting/protocol/jingle_messages.cc scoped_ptr<buzz::XmlElement> JingleMessage::ToXml() const { buzz 347 remoting/protocol/jingle_messages.cc scoped_ptr<buzz::XmlElement> JingleMessageReply::ToXml( buzz 348 remoting/protocol/jingle_messages.cc const buzz::XmlElement* request_stanza) const { buzz 365 remoting/protocol/jingle_messages.cc for (const buzz::XmlElement* child = request_stanza->FirstElement(); buzz 367 remoting/protocol/jingle_messages.cc iq->AddElement(new buzz::XmlElement(*child)); buzz 370 remoting/protocol/jingle_messages.cc buzz::XmlElement* error = buzz 371 remoting/protocol/jingle_messages.cc new buzz::XmlElement(QName(kJabberNamespace, "error")); buzz 412 remoting/protocol/jingle_messages.cc new buzz::XmlElement(QName(kJabberNamespace, "undefined-condition"))); buzz 414 remoting/protocol/jingle_messages.cc error->AddElement(new buzz::XmlElement(name)); buzz 419 remoting/protocol/jingle_messages.cc buzz::XmlElement* text_elem = buzz 420 remoting/protocol/jingle_messages.cc new buzz::XmlElement(QName(kJabberNamespace, "text")); buzz 60 remoting/protocol/jingle_messages.h static bool IsJingleMessage(const buzz::XmlElement* stanza); buzz 65 remoting/protocol/jingle_messages.h bool ParseXml(const buzz::XmlElement* stanza, std::string* error); buzz 67 remoting/protocol/jingle_messages.h scoped_ptr<buzz::XmlElement> ToXml() const; buzz 80 remoting/protocol/jingle_messages.h scoped_ptr<buzz::XmlElement> info; buzz 110 remoting/protocol/jingle_messages.h scoped_ptr<buzz::XmlElement> ToXml( buzz 111 remoting/protocol/jingle_messages.h const buzz::XmlElement* request_stanza) const; buzz 13 remoting/protocol/jingle_messages_unittest.cc using buzz::QName; buzz 14 remoting/protocol/jingle_messages_unittest.cc using buzz::XmlAttr; buzz 15 remoting/protocol/jingle_messages_unittest.cc using buzz::XmlElement; buzz 261 remoting/protocol/jingle_messages_unittest.cc buzz::QName("urn:xmpp:jingle:1", "test-info")); buzz 24 remoting/protocol/jingle_session.cc using buzz::XmlElement; buzz 141 remoting/protocol/jingle_session.cc const buzz::XmlElement* first_auth_message = buzz 168 remoting/protocol/jingle_session.cc scoped_ptr<buzz::XmlElement> auth_message; buzz 333 remoting/protocol/jingle_session.cc const buzz::XmlElement* response) { buzz 347 remoting/protocol/jingle_session.cc response->Attr(buzz::QName(std::string(), "type")); buzz 386 remoting/protocol/jingle_session.cc const buzz::XmlElement* response) { buzz 407 remoting/protocol/jingle_session.cc const std::string& type = response->Attr(buzz::QName(std::string(), "type")); buzz 457 remoting/protocol/jingle_session.cc const buzz::XmlElement* auth_message = buzz 105 remoting/protocol/jingle_session.h const buzz::XmlElement* response); buzz 113 remoting/protocol/jingle_session.h const buzz::XmlElement* response); buzz 18 remoting/protocol/jingle_session_manager.cc using buzz::QName; buzz 89 remoting/protocol/jingle_session_manager.cc const buzz::XmlElement* stanza) { buzz 162 remoting/protocol/jingle_session_manager.cc void JingleSessionManager::SendReply(const buzz::XmlElement* original_stanza, buzz 22 remoting/protocol/jingle_session_manager.h namespace buzz { buzz 64 remoting/protocol/jingle_session_manager.h const buzz::XmlElement* stanza) OVERRIDE; buzz 77 remoting/protocol/jingle_session_manager.h void SendReply(const buzz::XmlElement* original_stanza, buzz 336 remoting/protocol/jingle_session_unittest.cc const buzz::XmlElement* initiate_xml = buzz 338 remoting/protocol/jingle_session_unittest.cc const buzz::XmlElement* jingle_element = buzz 339 remoting/protocol/jingle_session_unittest.cc initiate_xml->FirstNamed(buzz::QName(kJingleNamespace, "jingle")); buzz 342 remoting/protocol/jingle_session_unittest.cc jingle_element->Attr(buzz::QName(std::string(), "initiator"))); buzz 38 remoting/protocol/me2me_host_authenticator_factory.cc virtual void ProcessMessage(const buzz::XmlElement* message, buzz 45 remoting/protocol/me2me_host_authenticator_factory.cc virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE { buzz 47 remoting/protocol/me2me_host_authenticator_factory.cc return scoped_ptr<buzz::XmlElement>(); buzz 117 remoting/protocol/me2me_host_authenticator_factory.cc const buzz::XmlElement* first_message) { buzz 57 remoting/protocol/me2me_host_authenticator_factory.h const buzz::XmlElement* first_message) OVERRIDE; buzz 22 remoting/protocol/negotiating_authenticator_base.cc const buzz::StaticQName NegotiatingAuthenticatorBase::kMethodAttributeQName = buzz 24 remoting/protocol/negotiating_authenticator_base.cc const buzz::StaticQName buzz 49 remoting/protocol/negotiating_authenticator_base.cc const buzz::XmlElement* message, buzz 76 remoting/protocol/negotiating_authenticator_base.cc scoped_ptr<buzz::XmlElement> buzz 81 remoting/protocol/negotiating_authenticator_base.cc scoped_ptr<buzz::XmlElement> result; buzz 73 remoting/protocol/negotiating_authenticator_base.h void ProcessMessageInternal(const buzz::XmlElement* message, buzz 81 remoting/protocol/negotiating_authenticator_base.h static const buzz::StaticQName kMethodAttributeQName; buzz 82 remoting/protocol/negotiating_authenticator_base.h static const buzz::StaticQName kSupportedMethodsAttributeQName; buzz 95 remoting/protocol/negotiating_authenticator_base.h virtual scoped_ptr<buzz::XmlElement> GetNextMessageInternal(); buzz 48 remoting/protocol/negotiating_client_authenticator.cc const buzz::XmlElement* message, buzz 74 remoting/protocol/negotiating_client_authenticator.cc base::Unretained(this), base::Owned(new buzz::XmlElement(*message)), buzz 82 remoting/protocol/negotiating_client_authenticator.cc scoped_ptr<buzz::XmlElement> NegotiatingClientAuthenticator::GetNextMessage() { buzz 89 remoting/protocol/negotiating_client_authenticator.cc scoped_ptr<buzz::XmlElement> result; buzz 38 remoting/protocol/negotiating_client_authenticator.h virtual void ProcessMessage(const buzz::XmlElement* message, buzz 40 remoting/protocol/negotiating_client_authenticator.h virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE; buzz 68 remoting/protocol/negotiating_host_authenticator.cc const buzz::XmlElement* message, buzz 142 remoting/protocol/negotiating_host_authenticator.cc base::Unretained(this), base::Owned(new buzz::XmlElement(*message)), buzz 151 remoting/protocol/negotiating_host_authenticator.cc scoped_ptr<buzz::XmlElement> NegotiatingHostAuthenticator::GetNextMessage() { buzz 49 remoting/protocol/negotiating_host_authenticator.h virtual void ProcessMessage(const buzz::XmlElement* message, buzz 51 remoting/protocol/negotiating_host_authenticator.h virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE; buzz 14 remoting/protocol/pairing_authenticator_base.cc const buzz::StaticQName PairingAuthenticatorBase::kPairingInfoTag = buzz 16 remoting/protocol/pairing_authenticator_base.cc const buzz::StaticQName PairingAuthenticatorBase::kClientIdAttribute = buzz 20 remoting/protocol/pairing_authenticator_base.cc const buzz::StaticQName kPairingFailedTag = buzz 22 remoting/protocol/pairing_authenticator_base.cc const buzz::StaticQName kPairingErrorAttribute = { "", "error" }; buzz 50 remoting/protocol/pairing_authenticator_base.cc const buzz::XmlElement* message, buzz 66 remoting/protocol/pairing_authenticator_base.cc weak_factory_.GetWeakPtr(), base::Owned(new buzz::XmlElement(*message)), buzz 82 remoting/protocol/pairing_authenticator_base.cc scoped_ptr<buzz::XmlElement> PairingAuthenticatorBase::GetNextMessage() { buzz 84 remoting/protocol/pairing_authenticator_base.cc scoped_ptr<buzz::XmlElement> result = v2_authenticator_->GetNextMessage(); buzz 95 remoting/protocol/pairing_authenticator_base.cc void PairingAuthenticatorBase::MaybeAddErrorMessage(buzz::XmlElement* message) { buzz 97 remoting/protocol/pairing_authenticator_base.cc buzz::XmlElement* pairing_failed_tag = buzz 98 remoting/protocol/pairing_authenticator_base.cc new buzz::XmlElement(kPairingFailedTag); buzz 106 remoting/protocol/pairing_authenticator_base.cc const buzz::XmlElement* message) const { buzz 107 remoting/protocol/pairing_authenticator_base.cc const buzz::XmlElement* pairing_failed_tag = buzz 127 remoting/protocol/pairing_authenticator_base.cc buzz::XmlElement* no_message = NULL; buzz 139 remoting/protocol/pairing_authenticator_base.cc const buzz::XmlElement* message, buzz 47 remoting/protocol/pairing_authenticator_base.h virtual void ProcessMessage(const buzz::XmlElement* message, buzz 49 remoting/protocol/pairing_authenticator_base.h virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE; buzz 57 remoting/protocol/pairing_authenticator_base.h static const buzz::StaticQName kPairingInfoTag; buzz 58 remoting/protocol/pairing_authenticator_base.h static const buzz::StaticQName kClientIdAttribute; buzz 68 remoting/protocol/pairing_authenticator_base.h virtual void AddPairingElements(buzz::XmlElement* message) = 0; buzz 86 remoting/protocol/pairing_authenticator_base.h void MaybeAddErrorMessage(buzz::XmlElement* message); buzz 87 remoting/protocol/pairing_authenticator_base.h bool HasErrorMessage(const buzz::XmlElement* message) const; buzz 90 remoting/protocol/pairing_authenticator_base.h const buzz::XmlElement* message, buzz 47 remoting/protocol/pairing_client_authenticator.cc void PairingClientAuthenticator::AddPairingElements(buzz::XmlElement* message) { buzz 53 remoting/protocol/pairing_client_authenticator.cc buzz::XmlElement* pairing_tag = new buzz::XmlElement(kPairingInfoTag); buzz 28 remoting/protocol/pairing_client_authenticator.h virtual void AddPairingElements(buzz::XmlElement* message) OVERRIDE; buzz 62 remoting/protocol/pairing_host_authenticator.cc const buzz::XmlElement* message, buzz 67 remoting/protocol/pairing_host_authenticator.cc const buzz::XmlElement* pairing_tag = message->FirstNamed(kPairingInfoTag); buzz 81 remoting/protocol/pairing_host_authenticator.cc base::Owned(new buzz::XmlElement(*message)), buzz 90 remoting/protocol/pairing_host_authenticator.cc void PairingHostAuthenticator::AddPairingElements(buzz::XmlElement* message) { buzz 95 remoting/protocol/pairing_host_authenticator.cc const buzz::XmlElement* message, buzz 32 remoting/protocol/pairing_host_authenticator.h virtual void ProcessMessage(const buzz::XmlElement* message, buzz 40 remoting/protocol/pairing_host_authenticator.h virtual void AddPairingElements(buzz::XmlElement* message) OVERRIDE; buzz 44 remoting/protocol/pairing_host_authenticator.h void ProcessMessageWithPairing(const buzz::XmlElement* message, buzz 21 remoting/protocol/third_party_authenticator_base.cc const buzz::StaticQName ThirdPartyAuthenticatorBase::kTokenUrlTag = buzz 23 remoting/protocol/third_party_authenticator_base.cc const buzz::StaticQName ThirdPartyAuthenticatorBase::kTokenScopeTag = buzz 25 remoting/protocol/third_party_authenticator_base.cc const buzz::StaticQName ThirdPartyAuthenticatorBase::kTokenTag = buzz 53 remoting/protocol/third_party_authenticator_base.cc const buzz::XmlElement* message, buzz 67 remoting/protocol/third_party_authenticator_base.cc scoped_ptr<buzz::XmlElement> ThirdPartyAuthenticatorBase::GetNextMessage() { buzz 70 remoting/protocol/third_party_authenticator_base.cc scoped_ptr<buzz::XmlElement> message; buzz 15 remoting/protocol/third_party_authenticator_base.h namespace buzz { buzz 40 remoting/protocol/third_party_authenticator_base.h virtual void ProcessMessage(const buzz::XmlElement* message, buzz 42 remoting/protocol/third_party_authenticator_base.h virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE; buzz 48 remoting/protocol/third_party_authenticator_base.h static const buzz::StaticQName kTokenUrlTag; buzz 49 remoting/protocol/third_party_authenticator_base.h static const buzz::StaticQName kTokenScopeTag; buzz 50 remoting/protocol/third_party_authenticator_base.h static const buzz::StaticQName kTokenTag; buzz 56 remoting/protocol/third_party_authenticator_base.h const buzz::XmlElement* message, buzz 61 remoting/protocol/third_party_authenticator_base.h const buzz::XmlElement* message, buzz 65 remoting/protocol/third_party_authenticator_base.h virtual void AddTokenElements(buzz::XmlElement* message) = 0; buzz 31 remoting/protocol/third_party_client_authenticator.cc const buzz::XmlElement* message, buzz 55 remoting/protocol/third_party_client_authenticator.cc buzz::XmlElement* message) { buzz 59 remoting/protocol/third_party_client_authenticator.cc buzz::XmlElement* token_tag = new buzz::XmlElement(kTokenTag); buzz 66 remoting/protocol/third_party_client_authenticator.h const buzz::XmlElement* message, buzz 68 remoting/protocol/third_party_client_authenticator.h virtual void AddTokenElements(buzz::XmlElement* message) OVERRIDE; buzz 34 remoting/protocol/third_party_host_authenticator.cc const buzz::XmlElement* message, buzz 55 remoting/protocol/third_party_host_authenticator.cc base::Owned(new buzz::XmlElement(*message)), buzz 60 remoting/protocol/third_party_host_authenticator.cc buzz::XmlElement* message) { buzz 65 remoting/protocol/third_party_host_authenticator.cc buzz::XmlElement* token_url_tag = new buzz::XmlElement( buzz 69 remoting/protocol/third_party_host_authenticator.cc buzz::XmlElement* token_scope_tag = new buzz::XmlElement( buzz 77 remoting/protocol/third_party_host_authenticator.cc const buzz::XmlElement* message, buzz 43 remoting/protocol/third_party_host_authenticator.h const buzz::XmlElement* message, buzz 45 remoting/protocol/third_party_host_authenticator.h virtual void AddTokenElements(buzz::XmlElement* message) OVERRIDE; buzz 48 remoting/protocol/third_party_host_authenticator.h void OnThirdPartyTokenValidated(const buzz::XmlElement* message, buzz 25 remoting/protocol/v2_authenticator.cc const buzz::StaticQName kEkeTag = { kChromotingXmlNamespace, buzz 27 remoting/protocol/v2_authenticator.cc const buzz::StaticQName kCertificateTag = { kChromotingXmlNamespace, buzz 33 remoting/protocol/v2_authenticator.cc bool V2Authenticator::IsEkeMessage(const buzz::XmlElement* message) { buzz 83 remoting/protocol/v2_authenticator.cc void V2Authenticator::ProcessMessage(const buzz::XmlElement* message, buzz 89 remoting/protocol/v2_authenticator.cc void V2Authenticator::ProcessMessageInternal(const buzz::XmlElement* message) { buzz 109 remoting/protocol/v2_authenticator.cc const buzz::XmlElement* eke_element = message->FirstNamed(kEkeTag); buzz 150 remoting/protocol/v2_authenticator.cc scoped_ptr<buzz::XmlElement> V2Authenticator::GetNextMessage() { buzz 153 remoting/protocol/v2_authenticator.cc scoped_ptr<buzz::XmlElement> message = CreateEmptyAuthenticatorMessage(); buzz 161 remoting/protocol/v2_authenticator.cc buzz::XmlElement* eke_tag = new buzz::XmlElement(kEkeTag); buzz 169 remoting/protocol/v2_authenticator.cc buzz::XmlElement* certificate_tag = new buzz::XmlElement(kCertificateTag); buzz 25 remoting/protocol/v2_authenticator.h static bool IsEkeMessage(const buzz::XmlElement* message); buzz 42 remoting/protocol/v2_authenticator.h virtual void ProcessMessage(const buzz::XmlElement* message, buzz 44 remoting/protocol/v2_authenticator.h virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE; buzz 55 remoting/protocol/v2_authenticator.h virtual void ProcessMessageInternal(const buzz::XmlElement* message); buzz 93 remoting/protocol/v2_authenticator_unittest.cc scoped_ptr<buzz::XmlElement> message(client_->GetNextMessage()); buzz 29 sync/notifier/sync_invalidation_listener.h namespace buzz {