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

  /external/chromium/chrome/browser/
about_flags_unittest.cc 102 int os_other_than_current = 1; local
103 while (os_other_than_current == GetCurrentPlatform())
104 os_other_than_current <<= 1;
105 kExperiments[2].supported_platforms = os_other_than_current;
  /external/chromium_org/chrome/browser/
about_flags_unittest.cc 124 int os_other_than_current = 1; variable
125 while (os_other_than_current == GetCurrentPlatform())
126 os_other_than_current <<= 1;
127 kExperiments[2].supported_platforms = os_other_than_current;

Completed in 92 milliseconds