HomeSort by relevance Sort by last modified time
    Searched defs:NET_EXPORT_PRIVATE (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/base/
net_export.h 10 // be exported to consumers, and NET_EXPORT_PRIVATE that allows unit tests to
18 #define NET_EXPORT_PRIVATE __declspec(dllexport)
21 #define NET_EXPORT_PRIVATE __declspec(dllimport)
26 #define NET_EXPORT_PRIVATE __attribute__((visibility("default")))
31 #define NET_EXPORT_PRIVATE
  /external/chromium_org/net/base/
net_export.h 9 // be exported to consumers, and NET_EXPORT_PRIVATE that allows unit tests to
17 #define NET_EXPORT_PRIVATE __declspec(dllexport)
20 #define NET_EXPORT_PRIVATE __declspec(dllimport)
26 #define NET_EXPORT_PRIVATE __attribute__((visibility("default")))
29 #define NET_EXPORT_PRIVATE
35 #define NET_EXPORT_PRIVATE

Completed in 63 milliseconds