HomeSort by relevance Sort by last modified time
    Searched refs:RunAppleScript (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/base/
macutils_unittest.cc 28 EXPECT_FALSE(rtc::RunAppleScript(script));
33 EXPECT_FALSE(rtc::RunAppleScript(script));
42 EXPECT_TRUE(rtc::RunAppleScript(script));
macutils.h 52 bool RunAppleScript(const std::string& script);
macutils.cc 144 bool RunAppleScript(const std::string& script) {
macwindowpicker.cc 153 if (!RunAppleScript(ss.str())) {

Completed in 499 milliseconds