Searched refs:current_platform (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/
H A Dcommand_unittest.cc59 std::string current_platform = extensions::Command::CommandPlatform(); local
61 std::find(platforms.begin(), platforms.end(), current_platform) ==
63 // Given a |current_platform| without a |suggested_key|, |default| is
/external/chromium_org/chrome/browser/
H A Dabout_flags.cc2088 int current_platform = GetCurrentPlatform(); local
2090 if (experiments[i].supported_platforms & current_platform)
2194 int current_platform = GetCurrentPlatform(); local
2227 bool supported = (experiment.supported_platforms & current_platform) != 0;

Completed in 1758 milliseconds