OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDisabled
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/search_engines/
template_url_parser_unittest.cc
29
bool
IsDisabled
() {
63
if (
IsDisabled
())
70
if (
IsDisabled
())
77
if (
IsDisabled
())
84
if (
IsDisabled
())
98
if (
IsDisabled
())
112
if (
IsDisabled
())
133
if (
IsDisabled
())
160
if (
IsDisabled
())
182
if (
IsDisabled
())
[
all
...]
/external/chromium_org/chrome/test/chromedriver/chrome/
heap_snapshot_taker_unittest.cc
38
bool
IsDisabled
() { return disabled_; }
103
ASSERT_TRUE(client.
IsDisabled
());
114
ASSERT_TRUE(client.
IsDisabled
());
125
ASSERT_TRUE(client.
IsDisabled
());
136
ASSERT_TRUE(client.
IsDisabled
());
147
ASSERT_TRUE(client.
IsDisabled
());
179
ASSERT_TRUE(client.
IsDisabled
());
211
ASSERT_TRUE(client.
IsDisabled
());
222
ASSERT_TRUE(client.
IsDisabled
());
/external/clang/include/clang/Lex/
MacroInfo.h
90
bool
IsDisabled
: 1;
269
bool isEnabled() const { return !
IsDisabled
; }
272
assert(
IsDisabled
&& "Cannot enable an already-enabled macro!");
273
IsDisabled
= false;
277
assert(!
IsDisabled
&& "Cannot disable an already-disabled macro!");
278
IsDisabled
= true;
/external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.h
61
static bool
IsDisabled
();
auto_enrollment_client.cc
128
bool AutoEnrollmentClient::
IsDisabled
() {
141
if (
IsDisabled
()) {
/external/chromium_org/third_party/WebKit/Source/web/
ContextFeaturesClientImpl.cpp
50
IsDisabled
,
67
m_value = value ? IsEnabled :
IsDisabled
;
/external/clang/lib/Lex/
MacroInfo.cpp
28
IsDisabled
(false),
/external/chromium_org/chrome/browser/chromeos/login/
login_display_host_impl.cc
461
if (policy::AutoEnrollmentClient::
IsDisabled
()) {
[
all
...]
Completed in 588 milliseconds