HomeSort by relevance Sort by last modified time
    Searched refs:IsEnabled (Results 1 - 25 of 276) 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/third_party/libjingle/source/talk/session/phone/
mediasink.h 42 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/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item.cc 23 bool ChromeLauncherAppMenuItem::IsEnabled() const {
chrome_launcher_app_menu_item.h 35 virtual bool IsEnabled() const;
chrome_launcher_app_menu_item_tab.h 30 virtual bool IsEnabled() const OVERRIDE;
chrome_launcher_app_menu_item_browser.h 26 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 52 !platform_spelling_engine_->IsEnabled())
124 bool SpellcheckLanguage::IsEnabled() {
126 return platform_spelling_engine_->IsEnabled();
cocoa_spelling_engine_mac.cc 24 bool CocoaSpellingEngine::IsEnabled() {
hunspell_engine.h 31 virtual bool IsEnabled() OVERRIDE;
spellcheck_language.h 48 bool IsEnabled();
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash_browsertest.cc 92 EXPECT_FALSE(controller()->IsEnabled());
108 EXPECT_TRUE(controller()->IsEnabled());
126 EXPECT_TRUE(controller()->IsEnabled());
142 EXPECT_TRUE(controller()->IsEnabled());
152 EXPECT_FALSE(controller()->IsEnabled());
163 EXPECT_TRUE(controller()->IsEnabled());
168 EXPECT_FALSE(controller()->IsEnabled());
197 EXPECT_TRUE(controller()->IsEnabled());
208 EXPECT_FALSE(controller()->IsEnabled());
219 ASSERT_TRUE(controller()->IsEnabled());
    [all...]
immersive_mode_controller_stub.cc 25 bool ImmersiveModeControllerStub::IsEnabled() const {
immersive_mode_controller_stub.h 25 virtual bool IsEnabled() const OVERRIDE;
  /external/chromium/chrome/browser/
omnibox_search_hint.h 44 static bool IsEnabled(Profile* profile);
background_page_tracker.h 63 virtual bool IsEnabled();
background_page_tracker.cc 53 if (!IsEnabled())
63 if (!IsEnabled())
86 if (!IsEnabled())
107 if (!IsEnabled())
138 bool BackgroundPageTracker::IsEnabled() {
268 DCHECK(IsEnabled());
283 DCHECK(IsEnabled());
  /external/chromium_org/ash/magnifier/
magnification_controller.h 32 virtual bool IsEnabled() const = 0;
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_android.h 24 bool IsEnabled() const;
  /external/chromium_org/third_party/WebKit/Source/web/
ContextFeaturesClientImpl.cpp 48 IsEnabled,
58 bool isEnabled() const
61 return m_value == IsEnabled;
66 m_value = value ? IsEnabled : IsDisabled;
123 bool ContextFeaturesClientImpl::isEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue)
128 return cache.isEnabled();
  /external/v8/src/
log.cc 209 if (!profiler_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
222 if (!window_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
552 if (!log_->IsEnabled()) return;
565 if (!log_->IsEnabled()) return;
583 if (!log_->IsEnabled()) return;
591 if (!log_->IsEnabled()) return;
599 if (!log_->IsEnabled() || !FLAG_log_handles) return;
610 ASSERT(log_->IsEnabled() && FLAG_log_api);
621 if (!log_->IsEnabled() || !FLAG_log_api) return;
637 if (!log_->IsEnabled() || !FLAG_prof) return
    [all...]

Completed in 467 milliseconds

1 2 3 4 5 6 7 8 91011>>