Searched refs:IsEnabled (Results 1 - 25 of 260) sorted by relevance

1234567891011

/external/chromium_org/chrome/common/extensions/
H A Dfeature_switch_unittest.cc37 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/net/quic/
H A Dquic_flow_controller.cc47 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 { function in class:net::QuicFlowController
188 return IsEnabled() && SendWindowSize() == 0;
/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.h23 virtual bool IsEnabled() const = 0;
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications_factory.cc34 return PrivetNotificationService::IsEnabled();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item.cc23 bool ChromeLauncherAppMenuItem::IsEnabled() const { function in class:ChromeLauncherAppMenuItem
H A Dchrome_launcher_app_menu_item_tab.h30 virtual bool IsEnabled() const OVERRIDE;
H A Dchrome_launcher_app_menu_item_v2app.cc22 bool ChromeLauncherAppMenuItemV2App::IsEnabled() const { function in class:ChromeLauncherAppMenuItemV2App
H A Dchrome_launcher_app_menu_item.h35 virtual bool IsEnabled() const;
H A Dchrome_launcher_app_menu_item_browser.h28 virtual bool IsEnabled() const OVERRIDE;
H A Dchrome_launcher_app_menu_item_v2app.h30 virtual bool IsEnabled() const OVERRIDE;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasink.h41 virtual bool IsEnabled() const = 0;
/external/lldb/include/lldb/Breakpoint/
H A DStoppoint.h40 IsEnabled () = 0;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dimmersive_mode_controller_ash_unittest.cc117 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...]
H A Dimmersive_mode_controller_stub.cc22 bool ImmersiveModeControllerStub::IsEnabled() const { function in class:ImmersiveModeControllerStub
H A Dimmersive_mode_controller_stub.h23 virtual bool IsEnabled() const OVERRIDE;
/external/chromium_org/ash/accelerators/
H A Dspoken_feedback_toggler.cc17 bool SpokenFeedbackToggler::IsEnabled() { function in class:ash::SpokenFeedbackToggler
34 return IsEnabled() && event->key_code() == ui::VKEY_F6;
H A Dmagnifier_key_scroller.cc19 bool MagnifierKeyScroller::IsEnabled() { function in class:ash::MagnifierKeyScroller
27 ash::Shell::GetInstance()->magnification_controller()->IsEnabled();
42 return IsEnabled() &&
/external/chromium_org/content/common/gpu/
H A Ddevtools_gpu_instrumentation.h32 if (!IsEnabled())
38 static bool IsEnabled() { return enabled_; } function in class:content::GpuEventsDispatcher
/external/chromium_org/chrome/renderer/spellchecker/
H A Dcocoa_spelling_engine_mac.h15 virtual bool IsEnabled() OVERRIDE;
H A Dspelling_engine.h26 virtual bool IsEnabled() = 0;
H A Dspellcheck_language.cc50 !platform_spelling_engine_->IsEnabled())
122 bool SpellcheckLanguage::IsEnabled() { function in class:SpellcheckLanguage
124 return platform_spelling_engine_->IsEnabled();
H A Dcocoa_spelling_engine_mac.cc24 bool CocoaSpellingEngine::IsEnabled() { function in class:CocoaSpellingEngine
H A Dspellcheck_language.h48 bool IsEnabled();
/external/lldb/test/python_api/default-constructor/
H A Dsb_watchpoint.py15 obj.IsEnabled()
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dlocation_bar.cc30 ->IsEnabled()))

Completed in 722 milliseconds

1234567891011