OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_disabled
(Results
1 - 25
of
27
) sorted by null
1
2
/external/chromium_org/chrome/browser/search_engines/
template_url_parser_unittest.cc
57
bool
is_disabled
() const;
87
bool TemplateURLParserTest::
is_disabled
() const {
function in class:TemplateURLParserTest
110
if (
is_disabled
())
117
if (
is_disabled
())
124
if (
is_disabled
())
131
if (
is_disabled
())
144
if (
is_disabled
())
158
if (
is_disabled
())
179
if (
is_disabled
())
185
if (
is_disabled
())
[
all
...]
/external/chromium_org/webkit/browser/appcache/
appcache_working_set.h
30
bool
is_disabled
() const { return is_disabled_; }
function in class:appcache::AppCacheWorkingSet
appcache_disk_cache.h
38
bool
is_disabled
() const { return is_disabled_; }
function in class:appcache::AppCacheDiskCache
appcache_database.h
88
bool
is_disabled
() const { return is_disabled_; }
function in class:appcache::AppCacheDatabase
appcache_storage_impl.h
38
bool
is_disabled
() const { return is_disabled_; }
function in class:appcache::AppCacheStorageImpl
appcache_storage_impl.cc
204
if (!database_->
is_disabled
()) {
209
if (database_->
is_disabled
()) {
281
if (!storage_->
is_disabled
()) {
513
if (success_ && !storage_->
is_disabled
()) {
555
if (!storage_->
is_disabled
()) {
[
all
...]
/external/chromium_org/chrome_frame/test/
ie_configurator.cc
477
bool
is_disabled
= false;
local
488
is_disabled
= true;
493
if (!
is_disabled
&&
500
is_disabled
= true;
504
return
is_disabled
;
/external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h
550
bool
is_disabled
() const { return is_disabled_; }
function in class:testing::internal::TestInfoImpl
552
// Sets the
is_disabled
member.
703
return test_info->impl()->
is_disabled
();
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h
171
void DisableDebounceTimerForTests(bool
is_disabled
);
browser_window_gtk.cc
[
all
...]
/external/chromium_org/chrome/common/metrics/proto/
system_profile.proto
321
optional bool
is_disabled
= 4;
/external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc
[
all
...]
/external/open-vcdiff/gtest/src/
gtest-internal-inl.h
533
bool
is_disabled
() const { return is_disabled_; }
function in class:testing::internal::TestInfoImpl
535
// Sets the
is_disabled
member.
[
all
...]
gtest.cc
4188
const bool
is_disabled
=
local
[
all
...]
/external/protobuf/gtest/src/
gtest-internal-inl.h
529
bool
is_disabled
() const { return is_disabled_; }
function in class:testing::internal::TestInfoImpl
531
// Sets the
is_disabled
member.
[
all
...]
gtest.cc
4157
const bool
is_disabled
=
local
[
all
...]
/external/chromium/chrome/browser/automation/
automation_provider_observers.cc
[
all
...]
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc
3235
const bool
is_disabled
=
local
[
all
...]
/external/chromium/testing/gtest/src/
gtest.cc
4399
const bool
is_disabled
=
local
[
all
...]
/external/chromium_org/testing/gtest/src/
gtest.cc
4339
const bool
is_disabled
=
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc
4399
const bool
is_disabled
=
local
[
all
...]
/external/gtest/src/
gtest.cc
4399
const bool
is_disabled
=
local
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc
4399
const bool
is_disabled
=
local
[
all
...]
/external/llvm/utils/unittest/googletest/
gtest.cc
4367
const bool
is_disabled
=
local
[
all
...]
/external/mesa3d/src/gtest/src/
gtest.cc
4399
const bool
is_disabled
=
local
[
all
...]
Completed in 964 milliseconds
1
2