OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasInstance
(Results
1 - 25
of
62
) sorted by null
1
2
3
/external/chromium_org/chrome/browser/ui/ash/
ash_util.cc
20
if (!ash::Shell::
HasInstance
())
43
if (!ash::Shell::
HasInstance
())
ash_init.cc
93
ash::Shell::
HasInstance
()) {
chrome_shell_delegate.cc
105
DCHECK(ash::Shell::
HasInstance
());
accelerator_commands_browsertest.cc
69
ASSERT_TRUE(ash::Shell::
HasInstance
()) << "No Instance";
158
ASSERT_TRUE(ash::Shell::
HasInstance
()) << "No Instance";
330
ASSERT_TRUE(ash::Shell::
HasInstance
()) << "No Instance";
/external/chromium_org/chrome/browser/ui/views/frame/
native_browser_frame_factory_aurawin.cc
28
if (ash::Shell::
HasInstance
())
/external/chromium_org/chrome/browser/lifetime/
application_lifetime_aura.cc
31
if (ash::Shell::
HasInstance
()) {
/external/chromium_org/chrome/browser/ui/
host_desktop.cc
66
ash::Shell::
HasInstance
()) {
/external/chromium_org/chrome/browser/notifications/
fullscreen_notification_blocker.cc
25
if (ash::Shell::
HasInstance
()) {
71
if (ash::Shell::
HasInstance
())
login_state_notification_blocker_chromeos.cc
39
if (ash::Shell::
HasInstance
())
multi_user_notification_blocker_chromeos.cc
31
if (ash::Shell::
HasInstance
())
/external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer.cc
101
} else if (allow_delay && ash::Shell::
HasInstance
()) {
126
if (ash::Shell::
HasInstance
()) {
149
if (ash::Shell::
HasInstance
())
/external/chromium/chrome/browser/chromeos/login/
update_screen.h
64
static bool
HasInstance
(UpdateScreen* inst);
/external/chromium/net/base/
test_root_certs.cc
42
bool TestRootCerts::
HasInstance
() {
test_root_certs.h
38
static bool
HasInstance
();
/external/chromium_org/ash/
screen_ash.cc
133
if (!Shell::
HasInstance
())
139
if (!Shell::
HasInstance
())
145
if (!Shell::
HasInstance
())
151
if (!Shell::
HasInstance
())
/external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc
16
DCHECK(ash::Shell::
HasInstance
());
22
DCHECK(ash::Shell::
HasInstance
());
app_list_service_ash.cc
82
if (ash::Shell::
HasInstance
())
/external/chromium_org/chrome/browser/chromeos/
session_length_limiter.cc
101
if (!user_activity_seen_ && ash::Shell::
HasInstance
())
106
if (!user_activity_seen_ && ash::Shell::
HasInstance
())
113
if (ash::Shell::
HasInstance
())
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_idle_logout.cc
45
if (ash::Shell::
HasInstance
() &&
/external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views_win.cc
20
if (!ash::Shell::
HasInstance
())
/external/chromium_org/chrome/browser/ui/views/ash/
chrome_browser_main_extra_parts_ash.cc
92
if (!ash::Shell::
HasInstance
())
/external/chromium_org/net/cert/
test_root_certs.cc
41
bool TestRootCerts::
HasInstance
() {
test_root_certs.h
41
static bool
HasInstance
();
/external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen.h
58
static bool
HasInstance
(UpdateScreen* inst);
/external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.cc
175
if (ash::Shell::
HasInstance
())
205
if (ash::Shell::
HasInstance
())
273
if (ash::Shell::
HasInstance
())
Completed in 169 milliseconds
1
2
3