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

  /external/chromium_org/google_apis/gcm/base/
gcm_export.h 12 #define GCM_EXPORT __declspec(dllexport)
14 #define GCM_EXPORT __declspec(dllimport)
19 #define GCM_EXPORT __attribute__((visibility("default")))
21 #define GCM_EXPORT
26 #define GCM_EXPORT
mcs_util.h 15 #include "google_apis/gcm/base/gcm_export.h"
53 GCM_EXPORT scoped_ptr<mcs_proto::LoginRequest> BuildLoginRequest(
58 GCM_EXPORT scoped_ptr<mcs_proto::IqStanza> BuildStreamAck();
59 GCM_EXPORT scoped_ptr<mcs_proto::IqStanza> BuildSelectiveAck(
63 GCM_EXPORT scoped_ptr<google::protobuf::MessageLite>
65 GCM_EXPORT int GetMCSProtoTag(const google::protobuf::MessageLite& message);
68 GCM_EXPORT std::string GetPersistentId(
70 GCM_EXPORT void SetPersistentId(
73 GCM_EXPORT uint32 GetLastStreamIdReceived(
75 GCM_EXPORT void SetLastStreamIdReceived
    [all...]
socket_stream.h 17 #include "google_apis/gcm/base/gcm_export.h"
49 class GCM_EXPORT SocketInputStream
146 class GCM_EXPORT SocketOutputStream
mcs_message.h 13 #include "google_apis/gcm/base/gcm_export.h"
28 class GCM_EXPORT MCSMessage {
  /external/chromium_org/google_apis/gcm/engine/
connection_factory.h 9 #include "google_apis/gcm/base/gcm_export.h"
21 class GCM_EXPORT ConnectionFactory {
connection_handler.h 9 #include "google_apis/gcm/base/gcm_export.h"
35 class GCM_EXPORT ConnectionHandler {
rmq_store.h 15 #include "google_apis/gcm/base/gcm_export.h"
35 class GCM_EXPORT RMQStore {
38 struct GCM_EXPORT LoadResult {
connection_factory_impl.h 26 class GCM_EXPORT ConnectionFactoryImpl :
connection_handler_impl.h 19 class GCM_EXPORT ConnectionHandlerImpl : public ConnectionHandler {
mcs_client.h 17 #include "google_apis/gcm/base/gcm_export.h"
41 class GCM_EXPORT MCSClient {
  /external/chromium_org/google_apis/gcm/
gcm_client.h 13 #include "google_apis/gcm/base/gcm_export.h"
23 class GCM_EXPORT GCMClient {
47 struct GCM_EXPORT OutgoingMessage {
59 struct GCM_EXPORT IncomingMessage {
67 struct GCM_EXPORT CheckInInfo {

Completed in 94 milliseconds