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

  /external/chromium_org/remoting/host/
host_export.h 11 #define HOST_EXPORT __declspec(dllexport)
13 #define HOST_EXPORT __declspec(dllimport)
18 #define HOST_EXPORT __attribute__((visibility("default")))
20 #define HOST_EXPORT
host_main.h 8 #include "remoting/host/host_export.h"
28 HOST_EXPORT int HostMain(int argc, char** argv);
  /external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host_main.h 8 #include "remoting/host/host_export.h"
13 HOST_EXPORT int It2MeNativeMessagingHostMain(int argc, char** argv);
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.h 8 #include "remoting/host/host_export.h"
13 HOST_EXPORT int Me2MeNativeMessagingHostMain(int argc, char** argv);

Completed in 293 milliseconds