Symbol: B_EXITED_VIEW
src/apps/cortex/DiagramView/DiagramBox.cpp
206
if (last && (transit == B_EXITED_VIEW)) {
src/apps/cortex/DiagramView/DiagramBox.cpp
207
last->MouseOver(point, B_EXITED_VIEW);
src/apps/cortex/DiagramView/DiagramBox.cpp
214
last->MouseOver(point, B_EXITED_VIEW);
src/apps/cortex/DiagramView/DiagramBox.cpp
220
last->MouseOver(point, B_EXITED_VIEW);
src/apps/cortex/DiagramView/DiagramBox.cpp
233
if (last && (transit == B_EXITED_VIEW)) {
src/apps/cortex/DiagramView/DiagramBox.cpp
234
last->MessageDragged(point, B_EXITED_VIEW, message);
src/apps/cortex/DiagramView/DiagramBox.cpp
241
last->MessageDragged(point, B_EXITED_VIEW, message);
src/apps/cortex/DiagramView/DiagramBox.cpp
247
last->MessageDragged(point, B_EXITED_VIEW, message);
src/apps/cortex/DiagramView/DiagramEndPoint.cpp
205
case B_EXITED_VIEW:
src/apps/cortex/DiagramView/DiagramView.cpp
444
if (transit == B_EXITED_VIEW)
src/apps/cortex/DiagramView/DiagramView.cpp
448
last->MessageDragged(point, B_EXITED_VIEW, message);
src/apps/cortex/DiagramView/DiagramView.cpp
449
MessageDragged(point, B_EXITED_VIEW, message);
src/apps/cortex/DiagramView/DiagramView.cpp
460
last->MessageDragged(point, B_EXITED_VIEW, message);
src/apps/cortex/DiagramView/DiagramView.cpp
470
last->MessageDragged(point, B_EXITED_VIEW, message);
src/apps/cortex/DiagramView/DiagramView.cpp
485
if ((transit == B_EXITED_VIEW) || (transit == B_OUTSIDE_VIEW))
src/apps/cortex/DiagramView/DiagramView.cpp
489
last->MouseOver(point, B_EXITED_VIEW);
src/apps/cortex/DiagramView/DiagramView.cpp
491
MouseOver(point, B_EXITED_VIEW);
src/apps/cortex/DiagramView/DiagramView.cpp
502
last->MouseOver(point, B_EXITED_VIEW);
src/apps/cortex/DiagramView/DiagramView.cpp
512
last->MouseOver(point, B_EXITED_VIEW);
src/apps/cortex/DormantNodeView/DormantNodeListItem.cpp
185
case B_EXITED_VIEW: {
src/apps/cortex/DormantNodeView/DormantNodeView.cpp
208
last->MouseOver(this, point, B_EXITED_VIEW);
src/apps/cortex/DormantNodeView/DormantNodeView.cpp
218
last->MouseOver(this, point, B_EXITED_VIEW);
src/apps/cortex/MediaRoutingView/MediaJack.cpp
288
case B_EXITED_VIEW:
src/apps/cortex/MediaRoutingView/MediaJack.cpp
312
case B_EXITED_VIEW:
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
238
case B_EXITED_VIEW:
src/apps/cortex/MediaRoutingView/MediaWire.cpp
228
case B_EXITED_VIEW:
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
612
case B_EXITED_VIEW:
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1487
case B_EXITED_VIEW:
src/apps/deskbar/ExpandoMenuBar.cpp
398
case B_EXITED_VIEW:
src/apps/diskprobe/DataView.cpp
1104
if (transit == B_EXITED_VIEW && fDragMessageSize > 0) {
src/apps/diskusage/PieView.cpp
302
if (transit == B_EXITED_VIEW) {
src/apps/haikudepot/textview/TextDocumentView.cpp
189
if (transit != B_EXITED_VIEW) {
src/apps/haikudepot/ui/PackageInfoView.cpp
186
if (fTransitMessage != NULL && transit == B_EXITED_VIEW)
src/apps/haikudepot/ui_generic/LinkView.cpp
40
} else if (transit == B_EXITED_VIEW) {
src/apps/haikudepot/ui_generic/LinkedBitmapView.cpp
38
} else if (transit == B_EXITED_VIEW) {
src/apps/icon-o-matic/generic/gui/ListViews.cpp
286
case B_EXITED_VIEW:
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
177
|| transit == B_EXITED_VIEW) {
src/apps/installer/PackageViews.cpp
177
} else if (transit == B_EXITED_VIEW) {
src/apps/launchbox/LaunchButton.cpp
208
if (!dragMessage || (transit == B_EXITED_VIEW || transit == B_OUTSIDE_VIEW)) {
src/apps/mediaplayer/interface/LocationStringView.cpp
70
case B_EXITED_VIEW:
src/apps/mediaplayer/playlist/ListViews.cpp
467
case B_EXITED_VIEW:
src/apps/pulse/CPUButton.cpp
232
if (transit == B_ENTERED_VIEW || transit == B_EXITED_VIEW)
src/apps/sudoku/SudokuView.cpp
642
if (transit == B_EXITED_VIEW || dragMessage != NULL) {
src/apps/switcher/LaunchButton.cpp
200
if (!dragMessage || (transit == B_EXITED_VIEW || transit == B_OUTSIDE_VIEW)) {
src/apps/webpositive/BrowserWindow.cpp
325
case B_EXITED_VIEW:
src/apps/webpositive/tabview/TabContainerView.cpp
449
fLastMouseEventTab->MouseMoved(where, B_EXITED_VIEW, dragMessage);
src/kits/interface/AbstractSpinner.cpp
500
case B_EXITED_VIEW:
src/kits/interface/BMCPrivate.cpp
214
bool inside = (code != B_EXITED_VIEW) && Bounds().Contains(where);
src/kits/interface/Button.cpp
380
bool inside = (code != B_EXITED_VIEW) && Bounds().Contains(where);
src/kits/interface/ColumnListView.cpp
3077
if (transit == B_EXITED_VIEW
src/kits/interface/ColumnListView.cpp
3966
fCurrentCode = B_EXITED_VIEW);
src/kits/interface/ColumnListView.cpp
3988
fCurrentCode = B_EXITED_VIEW);
src/kits/interface/ColumnListView.cpp
3998
|| fCurrentCode == B_EXITED_VIEW) {
src/kits/interface/ColumnListView.cpp
4012
fCurrentCode = B_EXITED_VIEW);
src/kits/interface/PictureButton.cpp
298
if (code == B_EXITED_VIEW)
src/kits/interface/TextView.cpp
672
case B_EXITED_VIEW:
src/kits/interface/View.cpp
5403
if (transit == B_ENTERED_VIEW || transit == B_EXITED_VIEW)
src/kits/interface/View.cpp
5442
if (transit == B_EXITED_VIEW || transit == B_OUTSIDE_VIEW)
src/kits/interface/Window.cpp
3564
if (transit == B_ENTERED_VIEW || transit == B_EXITED_VIEW)
src/kits/interface/Window.cpp
3592
transit = B_EXITED_VIEW;
src/kits/tracker/PoseView.cpp
7294
case B_EXITED_VIEW:
src/kits/tracker/TitleView.cpp
391
case B_EXITED_VIEW:
src/kits/tracker/infowindow/GeneralInfoView.cpp
1113
if ((transit == B_ENTERED_VIEW || transit == B_EXITED_VIEW) && fMouseDown)
src/libs/print/libprint/Preview.cpp
343
case B_EXITED_VIEW: {
src/preferences/datatranslations/TranslatorListView.cpp
123
} else if (dragMessage != NULL && transit == B_EXITED_VIEW)
src/tests/servers/app/view_transit/ViewTransit.cpp
85
case B_EXITED_VIEW:
src/tests/servers/app/view_transit/ViewTransit.cpp
93
if (fLastTransit == B_EXITED_VIEW)