OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:feature_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/common/extensions/
feature_switch_unittest.cc
22
feature_
(&command_line_, kSwitchName, T) {
26
FeatureSwitch
feature_
;
member in class:__anon6665::FeatureSwitchTest
37
EXPECT_FALSE(
feature_
.IsEnabled());
42
EXPECT_FALSE(
feature_
.IsEnabled());
47
EXPECT_FALSE(
feature_
.IsEnabled());
52
FeatureSwitch::ScopedOverride override(&
feature_
, false);
53
EXPECT_FALSE(
feature_
.IsEnabled());
55
EXPECT_FALSE(
feature_
.IsEnabled());
58
FeatureSwitch::ScopedOverride override(&
feature_
, true);
59
EXPECT_TRUE(
feature_
.IsEnabled())
[
all
...]
/external/chromium_org/chrome/browser/gpu/
gpu_feature_checker.cc
25
:
feature_
(feature),
47
bool feature_allowed = IsFeatureAllowed(manager,
feature_
);
65
bool feature_allowed = IsFeatureAllowed(manager,
feature_
);
gpu_feature_checker.h
25
// Check to see if |
feature_
| is available on the current GPU. |callback_|
37
gpu::GpuFeatureType
feature_
;
member in class:GPUFeatureChecker
/external/chromium_org/extensions/common/
feature_switch.h
46
FeatureSwitch*
feature_
;
member in class:extensions::FeatureSwitch::ScopedOverride
feature_switch.cc
91
:
feature_
(feature),
93
feature_
->SetOverrideValue(
98
feature_
->SetOverrideValue(previous_value_);
Completed in 39 milliseconds