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

  /external/chromium/ui/base/
ui_export.h 9 // Defines UI_EXPORT so that functionality implemented by the UI module can be
16 #define UI_EXPORT __declspec(dllexport)
18 #define UI_EXPORT __declspec(dllimport)
22 #define UI_EXPORT __attribute__((visibility("default")))
26 #define UI_EXPORT
  /external/chromium_org/ui/base/
ui_export.h 8 // Defines UI_EXPORT so that functionality implemented by the UI module can be
15 #define UI_EXPORT __declspec(dllexport)
17 #define UI_EXPORT __declspec(dllimport)
22 #define UI_EXPORT __attribute__((visibility("default")))
24 #define UI_EXPORT
29 #define UI_EXPORT

Completed in 51 milliseconds