Symbol: B_OUTSIDE_VIEW
src/apps/cortex/DiagramView/DiagramView.cpp
485
if ((transit == B_EXITED_VIEW) || (transit == B_OUTSIDE_VIEW))
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
1034
MouseMoved(point, B_OUTSIDE_VIEW, NULL);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1465
case B_OUTSIDE_VIEW:
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1871
MouseMoved(point, B_OUTSIDE_VIEW, NULL);
src/apps/deskbar/ExpandoMenuBar.cpp
395
case B_OUTSIDE_VIEW:
src/apps/icon-o-matic/CanvasView.cpp
146
B_INSIDE_VIEW : B_OUTSIDE_VIEW;
src/apps/icon-o-matic/generic/gui/ListViews.cpp
205
uint32 transit = Bounds().Contains(where) ? B_INSIDE_VIEW : B_OUTSIDE_VIEW;
src/apps/icon-o-matic/generic/gui/ListViews.cpp
291
case B_OUTSIDE_VIEW:
src/apps/icon-o-matic/generic/gui/stateview/ViewState.cpp
16
transit(B_OUTSIDE_VIEW),
src/apps/launchbox/LaunchButton.cpp
208
if (!dragMessage || (transit == B_EXITED_VIEW || transit == B_OUTSIDE_VIEW)) {
src/apps/mediaplayer/playlist/ListViews.cpp
204
uint32 transit = Bounds().Contains(point) ? B_INSIDE_VIEW : B_OUTSIDE_VIEW;
src/apps/mediaplayer/playlist/ListViews.cpp
371
uint32 transit = Bounds().Contains(point) ? B_INSIDE_VIEW : B_OUTSIDE_VIEW;
src/apps/mediaplayer/playlist/ListViews.cpp
386
uint32 transit = Bounds().Contains(point) ? B_INSIDE_VIEW : B_OUTSIDE_VIEW;
src/apps/mediaplayer/playlist/ListViews.cpp
472
case B_OUTSIDE_VIEW:
src/apps/switcher/LaunchButton.cpp
200
if (!dragMessage || (transit == B_EXITED_VIEW || transit == B_OUTSIDE_VIEW)) {
src/apps/webpositive/BrowserWindow.cpp
332
case B_OUTSIDE_VIEW:
src/apps/webpositive/tabview/TabContainerView.cpp
439
? B_INSIDE_VIEW : B_OUTSIDE_VIEW;
src/kits/interface/AbstractSpinner.cpp
501
case B_OUTSIDE_VIEW:
src/kits/interface/ColumnListView.cpp
3259
fCurrentCode(B_OUTSIDE_VIEW),
src/kits/interface/ColumnListView.cpp
3997
if (fCurrentCode == B_OUTSIDE_VIEW
src/kits/interface/ColumnListView.cpp
4016
fCurrentCode = B_OUTSIDE_VIEW);
src/kits/interface/View.cpp
5442
if (transit == B_EXITED_VIEW || transit == B_OUTSIDE_VIEW)
src/kits/interface/Window.cpp
3594
transit = B_OUTSIDE_VIEW;
src/tests/servers/app/view_transit/ViewTransit.cpp
36
fLastTransit(B_OUTSIDE_VIEW)
src/tests/servers/app/view_transit/ViewTransit.cpp
86
if (fLastTransit == B_OUTSIDE_VIEW)
src/tests/servers/app/view_transit/ViewTransit.cpp
91
if (fLastTransit == B_OUTSIDE_VIEW)
src/tests/servers/app/view_transit/ViewTransit.cpp
97
case B_OUTSIDE_VIEW: