Home | History | Annotate | Download | only in mac

Lines Matching refs:BASE_EXPORT

8 #include "base/base_export.h"
48 BASE_EXPORT NSBundle* MainBundle();
49 BASE_EXPORT FilePath MainBundlePath();
50 BASE_EXPORT NSBundle* OuterBundle();
51 BASE_EXPORT FilePath OuterBundlePath();
52 BASE_EXPORT NSBundle* FrameworkBundle();
53 BASE_EXPORT FilePath FrameworkBundlePath();
57 BASE_EXPORT void SetOverrideOuterBundle(NSBundle* bundle);
58 BASE_EXPORT void SetOverrideFrameworkBundle(NSBundle* bundle);
61 BASE_EXPORT void SetOverrideOuterBundlePath(const FilePath& file_path);
62 BASE_EXPORT void SetOverrideFrameworkBundlePath(const FilePath& file_path);