OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasInstance
(Results
26 - 50
of
62
) sorted by null
1
2
3
/external/chromium/chrome/browser/chromeos/login/
update_screen.cc
50
bool UpdateScreen::
HasInstance
(UpdateScreen* inst) {
166
if (UpdateScreen::
HasInstance
(screen))
/external/chromium_org/ash/wm/
app_list_controller.cc
53
DCHECK(Shell::
HasInstance
());
64
DCHECK(Shell::
HasInstance
());
90
DCHECK(Shell::
HasInstance
());
/external/chromium_org/ash/system/chromeos/network/
network_connect.cc
119
if (!ash::Shell::
HasInstance
())
177
if (!ash::Shell::
HasInstance
())
191
if (!ash::Shell::
HasInstance
())
572
if (!ash::Shell::
HasInstance
())
/external/chromium_org/ash/shelf/
shelf_tooltip_manager.cc
150
if (Shell::
HasInstance
())
159
if (Shell::
HasInstance
())
/external/chromium_org/chrome/browser/ui/ash/launcher/
browser_status_monitor.cc
68
if (ash::Shell::
HasInstance
()) {
88
if (ash::Shell::
HasInstance
())
shell_window_launcher_controller.cc
46
if (ash::Shell::
HasInstance
()) {
browser_shortcut_launcher_item_controller.cc
53
if (!ash::Shell::
HasInstance
())
chrome_launcher_controller.cc
387
if (ash::Shell::
HasInstance
()) {
414
if (ash::Shell::
HasInstance
())
426
if (ash::Shell::
HasInstance
())
454
if (ash::Shell::
HasInstance
()) {
[
all
...]
chrome_launcher_controller_unittest.cc
277
if (ash::Shell::
HasInstance
()) {
410
if (!ash::Shell::
HasInstance
())
430
if (!ash::Shell::
HasInstance
())
[
all
...]
/external/chromium_org/chrome/browser/chromeos/
preferences.cc
57
if (ash::Shell::
HasInstance
())
67
if (ash::Shell::
HasInstance
())
75
if (ash::Shell::
HasInstance
())
/external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen.cc
65
if (UpdateScreen::
HasInstance
(screen)) {
89
bool UpdateScreen::
HasInstance
(UpdateScreen* inst) {
/external/chromium_org/ash/shell/
app_list.cc
307
DCHECK(ash::Shell::
HasInstance
());
/external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager.cc
221
if (!session_state_observer_.get() && ash::Shell::
HasInstance
())
accessibility_manager.cc
824
if (!session_state_observer_.get() && ash::Shell::
HasInstance
())
/external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc
395
return !ash::Shell::
HasInstance
();
/external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc
169
if (ash::Shell::
HasInstance
())
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerIsolateData.cpp
142
bool V8PerIsolateData::
hasInstance
(const WrapperTypeInfo* info, v8::Handle<v8::Value> value, WrapperWorldType currentWorldType)
149
return result->value.newLocal(m_isolate)->
HasInstance
(value);
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc
181
if (ash::Shell::
HasInstance
())
218
if (ash::Shell::
HasInstance
())
/external/chromium_org/v8/test/webkit/
instance-of-immediates.js
43
// As well as being an object, the constructor must implement '
HasInstance
' (i.e. be a function), so these should all throw too.
/external/chromium_org/ash/
shell.h
183
static bool
HasInstance
();
/external/chromium_org/chrome/browser/chromeos/login/
login_display_host_impl.cc
412
if (ash::Shell::
HasInstance
()) {
424
if (ash::Shell::
HasInstance
())
[
all
...]
wallpaper_manager.cc
194
if (!ash::Shell::
HasInstance
())
499
if (ash::Shell::
HasInstance
())
[
all
...]
/external/chromium_org/chrome/browser/ui/ash/
event_rewriter.cc
152
if (ash::Shell::
HasInstance
()) {
166
if (ash::Shell::
HasInstance
()) {
[
all
...]
/external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.cc
411
if (ash::Shell::
HasInstance
()) {
[
all
...]
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc
308
if (ash::Shell::
HasInstance
())
Completed in 2751 milliseconds
1
2
3