HomeSort by relevance Sort by last modified time
    Searched refs:IsEnabled (Results 1 - 25 of 407) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/
feature_switch_unittest.cc 37 EXPECT_FALSE(feature_.IsEnabled());
42 EXPECT_FALSE(feature_.IsEnabled());
47 EXPECT_FALSE(feature_.IsEnabled());
53 EXPECT_FALSE(feature_.IsEnabled());
55 EXPECT_FALSE(feature_.IsEnabled());
59 EXPECT_TRUE(feature_.IsEnabled());
61 EXPECT_FALSE(feature_.IsEnabled());
66 EXPECT_TRUE(feature_.IsEnabled());
70 EXPECT_FALSE(feature_.IsEnabled());
72 EXPECT_TRUE(feature_.IsEnabled());
    [all...]
  /external/chromium_org/ash/autoclick/
autoclick_controller.h 23 virtual bool IsEnabled() const = 0;
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasink.h 41 virtual bool IsEnabled() const = 0;
  /external/chromium_org/net/quic/
quic_flow_controller.cc 47 if (!IsEnabled()) {
58 if (!IsEnabled()) {
75 if (!IsEnabled()) {
95 if (!IsEnabled()) {
111 if (!IsEnabled()) {
139 if (!IsEnabled()) {
160 if (!IsEnabled()) {
183 bool QuicFlowController::IsEnabled() const {
188 return IsEnabled() && SendWindowSize() == 0;
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications_factory.cc 34 return PrivetNotificationService::IsEnabled();
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item.cc 23 bool ChromeLauncherAppMenuItem::IsEnabled() const {
chrome_launcher_app_menu_item_tab.h 30 virtual bool IsEnabled() const OVERRIDE;
chrome_launcher_app_menu_item.h 35 virtual bool IsEnabled() const;
chrome_launcher_app_menu_item_browser.h 28 virtual bool IsEnabled() const OVERRIDE;
chrome_launcher_app_menu_item_v2app.cc 22 bool ChromeLauncherAppMenuItemV2App::IsEnabled() const {
chrome_launcher_app_menu_item_v2app.h 30 virtual bool IsEnabled() const OVERRIDE;
  /external/chromium_org/chrome/renderer/spellchecker/
cocoa_spelling_engine_mac.h 15 virtual bool IsEnabled() OVERRIDE;
spelling_engine.h 26 virtual bool IsEnabled() = 0;
spellcheck_language.cc 50 !platform_spelling_engine_->IsEnabled())
122 bool SpellcheckLanguage::IsEnabled() {
124 return platform_spelling_engine_->IsEnabled();
  /external/lldb/include/lldb/Breakpoint/
Stoppoint.h 40 IsEnabled () = 0;
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash_unittest.cc 117 ASSERT_FALSE(controller()->IsEnabled());
125 EXPECT_TRUE(controller()->IsEnabled());
191 EXPECT_FALSE(controller()->IsEnabled());
201 ASSERT_FALSE(controller()->IsEnabled());
207 EXPECT_TRUE(controller()->IsEnabled());
215 ASSERT_FALSE(controller()->IsEnabled());
218 ASSERT_TRUE(controller()->IsEnabled());
223 EXPECT_FALSE(controller()->IsEnabled());
239 ASSERT_TRUE(controller()->IsEnabled());
244 ASSERT_TRUE(controller()->IsEnabled());
    [all...]
immersive_mode_controller_stub.cc 22 bool ImmersiveModeControllerStub::IsEnabled() const {
immersive_mode_controller_stub.h 23 virtual bool IsEnabled() const OVERRIDE;
  /external/chromium_org/ash/accelerators/
spoken_feedback_toggler.cc 17 bool SpokenFeedbackToggler::IsEnabled() {
34 return IsEnabled() && event->key_code() == ui::VKEY_F6;
magnifier_key_scroller.cc 19 bool MagnifierKeyScroller::IsEnabled() {
27 ash::Shell::GetInstance()->magnification_controller()->IsEnabled();
42 return IsEnabled() &&
magnifier_key_scroller.h 22 static bool IsEnabled();
spoken_feedback_toggler.h 22 static bool IsEnabled();
  /external/chromium_org/content/common/gpu/
devtools_gpu_instrumentation.h 32 if (!IsEnabled())
38 static bool IsEnabled() { return enabled_; }
  /external/lldb/test/python_api/default-constructor/
sb_watchpoint.py 15 obj.IsEnabled()
  /external/chromium_org/ash/magnifier/
magnification_controller.h 41 virtual bool IsEnabled() const = 0;

Completed in 263 milliseconds

1 2 3 4 5 6 7 8 91011>>