Searched defs:IsActive (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/chrome/browser/ui/panels/
H A Dtest_panel_mouse_watcher.cc14 EXPECT_FALSE(IsActive());
18 EXPECT_FALSE(IsActive());
23 EXPECT_TRUE(IsActive());
27 bool TestPanelMouseWatcher::IsActive() const { function in class:TestPanelMouseWatcher
H A Dpanel_mouse_watcher_timer.cc20 virtual bool IsActive() const OVERRIDE;
48 DCHECK(!IsActive());
52 DCHECK(!IsActive());
59 DCHECK(IsActive());
63 bool PanelMouseWatcherTimer::IsActive() const { function in class:PanelMouseWatcherTimer
/external/chromium_org/chrome/browser/profile_resetter/
H A Dbrandcode_config_fetcher.h27 bool IsActive() const { return config_fetcher_; } function in class:BrandcodeConfigFetcher
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item.cc19 bool ChromeLauncherAppMenuItem::IsActive() const { function in class:ChromeLauncherAppMenuItem
H A Dchrome_launcher_app_menu_item_tab.cc23 bool ChromeLauncherAppMenuItemTab::IsActive() const { function in class:ChromeLauncherAppMenuItemTab
H A Dchrome_launcher_app_menu_item_browser.cc31 bool ChromeLauncherAppMenuItemBrowser::IsActive() const { function in class:ChromeLauncherAppMenuItemBrowser
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_notification_blocker_chromeos.cc24 if (!IsActive())
54 bool MultiUserNotificationBlockerChromeOS::IsActive() const { function in class:MultiUserNotificationBlockerChromeOS
/external/chromium_org/device/bluetooth/
H A Dbluetooth_discovery_session.cc25 bool BluetoothDiscoverySession::IsActive() const { function in class:device::BluetoothDiscoverySession
H A Dbluetooth_gatt_notify_session_chromeos.cc51 bool BluetoothGattNotifySessionChromeOS::IsActive() { function in class:chromeos::BluetoothGattNotifySessionChromeOS
/external/chromium_org/ash/wm/
H A Doverlay_event_filter.cc74 bool OverlayEventFilter::IsActive() { function in class:ash::OverlayEventFilter
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Drtcpmuxfilter.cc37 bool RtcpMuxFilter::IsActive() const { function in class:cricket::RtcpMuxFilter
/external/chromium_org/ui/base/ime/
H A Dinput_method_minimal.cc55 bool InputMethodMinimal::IsActive() { function in class:ui::InputMethodMinimal
H A Ddummy_input_method.cc62 bool DummyInputMethod::IsActive() { function in class:ui::DummyInputMethod
H A Dinput_method_auralinux.cc110 bool InputMethodAuraLinux::IsActive() { function in class:ui::InputMethodAuraLinux
H A Dmock_input_method.cc93 bool MockInputMethod::IsActive() { function in class:ui::MockInputMethod
/external/chromium_org/ui/views/ime/
H A Dnull_input_method.cc40 bool NullInputMethod::IsActive() { function in class:views::NullInputMethod
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction_coordinator.cc53 bool IndexedDBTransactionCoordinator::IsActive( function in class:content::IndexedDBTransactionCoordinator
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.cc123 bool ScopedCaptureClient::IsActive() { function in class:wm::ScopedCaptureClient
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_screenlock_state_handler.cc98 bool EasyUnlockScreenlockStateHandler::IsActive() const { function in class:EasyUnlockScreenlockStateHandler
/external/chromium_org/content/browser/speech/
H A Dspeech_recognizer_impl_android.cc89 bool SpeechRecognizerImplAndroid::IsActive() const { function in class:content::SpeechRecognizerImplAndroid
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Drtp_dump_impl.cc142 bool RtpDumpImpl::IsActive() const function in class:webrtc::RtpDumpImpl
151 if (!IsActive())
/external/chromium_org/v8/src/
H A Dsampler.h85 bool IsActive() const { return base::NoBarrier_Load(&active_); } function in class:v8::internal::Sampler
/external/lldb/source/API/
H A DSBInputReader.cpp195 SBInputReader::IsActive () const function in class:SBInputReader
201 ret_value = m_opaque_sp->IsActive();
204 log->Printf ("SBInputReader(%p)::IsActive () => %i", m_opaque_sp.get(), ret_value);
/external/chromium_org/base/metrics/
H A Dstatistics_recorder.cc36 bool StatisticsRecorder::IsActive() { function in class:base::StatisticsRecorder
134 if (!IsActive())
150 if (!IsActive())
169 if (!IsActive())
/external/chromium_org/cc/test/
H A Danimation_test_common.cc232 bool FakeLayerAnimationValueObserver::IsActive() const { function in class:cc::FakeLayerAnimationValueObserver
236 bool FakeInactiveLayerAnimationValueObserver::IsActive() const { function in class:cc::FakeInactiveLayerAnimationValueObserver

Completed in 1708 milliseconds

123