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

  /external/chromium_org/chrome/common/extensions/features/
feature.cc 17 Feature::Platform Feature::GetCurrentPlatform() {
complex_feature_unittest.cc 64 Feature::GetCurrentPlatform()).result());
72 Feature::GetCurrentPlatform()).result());
80 Feature::GetCurrentPlatform()).result());
85 Feature::GetCurrentPlatform()).result());
119 Feature::GetCurrentPlatform()).result());
130 Feature::GetCurrentPlatform()).result());
141 Feature::GetCurrentPlatform()).result());
feature.h 104 static Platform GetCurrentPlatform();
121 GetCurrentPlatform());
134 return IsAvailableToContext(extension, context, url, GetCurrentPlatform());
simple_feature.h 68 return IsAvailableToContext(extension, context, url, GetCurrentPlatform());
simple_feature_unittest.cc 553 Feature::GetCurrentPlatform()).result();
  /external/chromium/chrome/browser/
about_flags.h 107 int GetCurrentPlatform();
about_flags_unittest.cc 100 kExperiments[i].supported_platforms = GetCurrentPlatform();
103 while (os_other_than_current == GetCurrentPlatform())
about_flags.cc 438 int current_platform = GetCurrentPlatform();
481 int current_platform = GetCurrentPlatform();
529 int GetCurrentPlatform() {
  /external/chromium_org/base/test/expectations/
expectation.h 56 Platform GetCurrentPlatform();
expectation.cc 88 Platform GetCurrentPlatform() {
expectation_unittest.cc 112 test_expectations::GetCurrentPlatform();
  /external/chromium_org/chrome/browser/
about_flags.h 151 int GetCurrentPlatform();
about_flags_unittest.cc 122 kExperiments[i].supported_platforms = GetCurrentPlatform();
125 while (os_other_than_current == GetCurrentPlatform())
about_flags.cc     [all...]
  /external/chromium_org/chrome/test/pyautolib/
fetch_prebuilt_pyauto.py 46 default=pyauto_utils.GetCurrentPlatform(),
48 'Default: current platform (%s)' % pyauto_utils.GetCurrentPlatform())
pyauto_utils.py 128 def GetCurrentPlatform():
  /external/chromium_org/chrome/browser/metrics/variations/
variations_seed_processor.cc 22 Study_Platform GetCurrentPlatform() {
267 if (!CheckStudyPlatform(study.filter(), GetCurrentPlatform())) {

Completed in 1201 milliseconds