Searched refs:GetAppOutputRestricted (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_util_unittest.cc781 #define MAYBE_GetAppOutputRestricted GetAppOutputRestricted
796 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 100));
801 EXPECT_FALSE(base::GetAppOutputRestricted(CommandLine(argv),
808 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 10));
813 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 5));
818 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 15));
823 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 0));
828 // TODO(benwells): GetAppOutputRestricted should terminate applications
838 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 10));
842 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLin
[all...]
H A Dlaunch.h238 BASE_EXPORT bool GetAppOutputRestricted(const CommandLine& cl,
H A Dlaunch_posix.cc643 bool GetAppOutputRestricted(const CommandLine& cl, function in namespace:base
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot_mac.cc147 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) {
214 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) {

Completed in 783 milliseconds