Searched refs:HasInstance (Results 1 - 25 of 79) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/ash/
H A Dash_util.cc17 return ash::Shell::HasInstance();
20 if (!ash::Shell::HasInstance())
/external/chromium_org/chrome/browser/lifetime/
H A Dapplication_lifetime_aura.cc25 if (ash::Shell::HasInstance()) {
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dnative_browser_frame_factory_aurawin.cc23 if (ash::Shell::HasInstance())
/external/chromium_org/ash/system/chromeos/session/
H A Dlogout_confirmation_controller.cc23 if (Shell::HasInstance())
28 if (Shell::HasInstance())
46 if (Shell::HasInstance())
/external/chromium_org/ash/test/
H A Dash_test_views_delegate.cc31 if (!params->parent && !params->context && ash::Shell::HasInstance()) {
/external/chromium_org/chrome/browser/signin/
H A Dsignin_error_notifier_factory_ash.cc38 if (!ash::Shell::HasInstance())
H A Dsignin_global_error_factory.cc44 if (ash::Shell::HasInstance())
/external/chromium_org/chrome/browser/sync/
H A Dsync_error_notifier_factory_ash.cc38 if (!ash::Shell::HasInstance())
H A Dsync_global_error_factory.cc45 if (ash::Shell::HasInstance())
/external/chromium_org/chrome/browser/ui/
H A Dhost_desktop.cc66 ash::Shell::HasInstance()) {
/external/chromium_org/chrome/browser/notifications/
H A Dfullscreen_notification_blocker.cc25 if (ash::Shell::HasInstance()) {
71 if (ash::Shell::HasInstance())
H A Dlogin_state_notification_blocker_chromeos.cc39 if (ash::Shell::HasInstance())
/external/chromium_org/chrome/browser/chromeos/policy/
H A Drecommendation_restorer.cc110 } else if (allow_delay && ash::Shell::HasInstance()) {
136 if (ash::Shell::HasInstance()) {
159 if (ash::Shell::HasInstance())
/external/chromium_org/chrome/browser/chromeos/
H A Didle_detector.cc19 if (ash::Shell::HasInstance() &&
H A Dsession_length_limiter.cc101 if (!user_activity_seen_ && ash::Shell::HasInstance())
106 if (!user_activity_seen_ && ash::Shell::HasInstance())
113 if (ash::Shell::HasInstance())
/external/chromium_org/ash/system/chromeos/virtual_keyboard/
H A Dvirtual_keyboard_tray.cc38 if (Shell::HasInstance()) {
46 if (Shell::HasInstance()) {
/external/chromium_org/chrome/browser/chromeos/device/
H A Dinput_service_proxy.cc31 if (InputServiceLinux::HasInstance())
39 if (InputServiceLinux::HasInstance())
50 if (InputServiceLinux::HasInstance())
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.cc17 DCHECK(ash::Shell::HasInstance());
22 DCHECK(ash::Shell::HasInstance());
H A Dapp_list_service_ash.cc53 if (ash::Shell::HasInstance())
/external/chromium_org/device/hid/
H A Ddevice_monitor_linux.cc66 if (!HasInstance())
72 bool DeviceMonitorLinux::HasInstance() { function in class:device::DeviceMonitorLinux
H A Ddevice_monitor_linux.h41 static bool HasInstance();
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
H A Dkiosk_mode_idle_logout.cc45 if (ash::Shell::HasInstance() &&
/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener_chromeos.cc58 if (!ash::Shell::HasInstance())
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_root_obj_wrapper.cc30 if (!ash::Shell::HasInstance())
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dchrome_browser_main_extra_parts_ash.cc103 if (!ash::Shell::HasInstance())

Completed in 394 milliseconds

1234