HomeSort by relevance Sort by last modified time
    Searched refs:SYNC_EXPORT (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/chromium_org/sync/base/
sync_export.h 12 #define SYNC_EXPORT __declspec(dllexport)
15 #define SYNC_EXPORT __declspec(dllimport)
18 #define SYNC_EXPORT __declspec(dllimport)
24 #define SYNC_EXPORT __attribute__((visibility("default")))
27 #define SYNC_EXPORT
30 #define SYNC_EXPORT
36 #define SYNC_EXPORT
  /external/chromium_org/sync/internal_api/public/util/
sync_string_conversions.h 8 #include "sync/base/sync_export.h"
14 SYNC_EXPORT const char* ConnectionStatusToString(ConnectionStatus status);
17 SYNC_EXPORT const char* PassphraseRequiredReasonToString(
20 SYNC_EXPORT const char* PassphraseTypeToString(PassphraseType type);
  /external/chromium_org/sync/internal_api/public/base/
cancelation_observer.h 8 #include "sync/base/sync_export.h"
13 class SYNC_EXPORT CancelationObserver {
model_type.h 16 #include "sync/base/sync_export.h"
160 SYNC_EXPORT void AddDefaultFieldValue(ModelType datatype,
173 SYNC_EXPORT ModelType GetModelTypeFromSpecifics(
179 SYNC_EXPORT ModelTypeSet ProtocolTypes();
184 SYNC_EXPORT ModelTypeSet UserTypes();
187 SYNC_EXPORT ModelTypeSet UserSelectableTypes();
188 SYNC_EXPORT bool IsUserSelectableType(ModelType model_type);
195 SYNC_EXPORT ModelTypeSet PriorityUserTypes();
200 SYNC_EXPORT ModelTypeSet ProxyTypes();
212 SYNC_EXPORT ModelTypeSet ControlTypes()
    [all...]
invalidator_state.h 8 #include "sync/base/sync_export.h"
26 SYNC_EXPORT const char* InvalidatorStateToString(InvalidatorState state);
  /external/chromium_org/sync/internal_api/public/engine/
polling_constants.h 10 #include "sync/base/sync_export.h"
16 SYNC_EXPORT extern const int64 kMaxBackoffSeconds;
17 SYNC_EXPORT extern const int kBackoffRandomizationFactor;
model_safe_worker.h 17 #include "sync/base/sync_export.h"
47 SYNC_EXPORT std::string ModelSafeGroupToString(ModelSafeGroup group);
66 class SYNC_EXPORT ModelSafeWorker
148 SYNC_EXPORT std::string ModelSafeRoutingInfoToString(
151 SYNC_EXPORT ModelTypeSet GetRoutingInfoTypes(
154 SYNC_EXPORT ModelSafeGroup GetGroupForModelType(
  /external/chromium_org/sync/js/
js_event_handler.h 12 #include "sync/base/sync_export.h"
20 class SYNC_EXPORT JsEventHandler {
js_controller.h 12 #include "sync/base/sync_export.h"
22 class SYNC_EXPORT JsController {
  /external/chromium_org/sync/util/
time.h 14 #include "sync/base/sync_export.h"
20 SYNC_EXPORT int64 TimeToProtoTime(const base::Time& t);
25 SYNC_EXPORT std::string GetTimeDebugString(const base::Time& t);
extensions_activity.h 14 #include "sync/base/sync_export.h"
21 class SYNC_EXPORT ExtensionsActivity
25 struct SYNC_EXPORT Record {
  /external/chromium_org/sync/protocol/
sync_protocol_error.h 10 #include "sync/base/sync_export.h"
83 struct SYNC_EXPORT SyncProtocolError {
94 SYNC_EXPORT const char* GetSyncErrorTypeString(SyncProtocolErrorType type);
95 SYNC_EXPORT const char* GetClientActionString(ClientAction action);
  /external/chromium_org/sync/api/attachments/
attachment_downloader.h 11 #include "sync/base/sync_export.h"
16 class SYNC_EXPORT AttachmentDownloader {
attachment_uploader.h 12 #include "sync/base/sync_export.h"
17 class SYNC_EXPORT AttachmentUploader {
  /external/chromium_org/sync/api/
sync_error_factory.h 12 #include "sync/base/sync_export.h"
16 class SYNC_EXPORT SyncErrorFactory {
sync_change.h 14 #include "sync/base/sync_export.h"
23 class SYNC_EXPORT SyncChange {
74 SYNC_EXPORT void PrintTo(const SyncChange& sync_change, std::ostream* os);
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_downloader_impl.h 14 class SYNC_EXPORT AttachmentDownloaderImpl : public AttachmentDownloader,
fake_attachment_downloader.h 15 class SYNC_EXPORT FakeAttachmentDownloader : public AttachmentDownloader,
fake_attachment_uploader.h 14 class SYNC_EXPORT FakeAttachmentUploader : public AttachmentUploader,
  /external/chromium_org/sync/internal_api/public/
http_post_provider_factory.h 10 #include "sync/base/sync_export.h"
20 class SYNC_EXPORT HttpPostProviderFactory {
network_resources.h 9 #include "sync/base/sync_export.h"
21 class SYNC_EXPORT NetworkResources {
data_type_association_stats.h 9 #include "sync/base/sync_export.h"
14 struct SYNC_EXPORT DataTypeAssociationStats {
  /external/chromium_org/sync/notifier/
invalidation_handler.h 8 #include "sync/base/sync_export.h"
15 class SYNC_EXPORT InvalidationHandler {
  /external/chromium_org/sync/internal_api/
syncapi_internal.h 13 #include "sync/base/sync_export.h"
28 SYNC_EXPORT void SyncAPINameToServerName(const std::string& syncer_name,
30 SYNC_EXPORT void ServerNameToSyncAPIName(const std::string& server_name,
  /external/chromium_org/sync/syncable/
syncable_write_transaction.h 8 #include "sync/base/sync_export.h"
15 SYNC_EXPORT extern const int64 kInvalidTransactionVersion;
18 class SYNC_EXPORT WriteTransaction : public BaseWriteTransaction {

Completed in 1529 milliseconds

1 2 3 4