Lines Matching refs:BASE_EXPORT
16 #include "base/base_export.h"
42 struct BASE_EXPORT LaunchOptions {
46 class BASE_EXPORT PreExecDelegate {
186 BASE_EXPORT Process LaunchProcess(const CommandLine& cmdline,
200 BASE_EXPORT Process LaunchProcess(const string16& cmdline,
208 BASE_EXPORT Process LaunchElevatedProcess(const CommandLine& cmdline,
216 BASE_EXPORT Process LaunchProcess(const std::vector<std::string>& argv,
222 BASE_EXPORT void CloseSuperfluousFds(const InjectiveMultimap& saved_map);
228 BASE_EXPORT bool SetJobObjectLimitFlags(HANDLE job_object, DWORD limit_flags);
232 BASE_EXPORT void RouteStdioToConsole(bool create_console_if_not_found);
239 BASE_EXPORT bool GetAppOutput(const CommandLine& cl, std::string* output);
242 BASE_EXPORT bool GetAppOutputAndError(const CommandLine& cl,
249 BASE_EXPORT bool GetAppOutput(const StringPiece16& cl, std::string* output);
256 BASE_EXPORT bool GetAppOutput(const std::vector<std::string>& argv,
262 BASE_EXPORT bool GetAppOutputRestricted(const CommandLine& cl,
269 BASE_EXPORT bool GetAppOutputWithExitCode(const CommandLine& cl,
275 BASE_EXPORT void RaiseProcessToHighPriority();
290 BASE_EXPORT LaunchOptions LaunchOptionsForTest();
308 BASE_EXPORT pid_t ForkWithFlags(unsigned long flags, pid_t* ptid, pid_t* ctid);