Symbol: B_ENTERED_VIEW
src/apps/cortex/DiagramView/DiagramBox.cpp
215
item->MouseOver(point, B_ENTERED_VIEW);
src/apps/cortex/DiagramView/DiagramBox.cpp
242
item->MessageDragged(point, B_ENTERED_VIEW, message);
src/apps/cortex/DiagramView/DiagramEndPoint.cpp
177
case B_ENTERED_VIEW:
src/apps/cortex/DiagramView/DiagramView.cpp
461
item->MessageDragged(point, B_ENTERED_VIEW, message);
src/apps/cortex/DiagramView/DiagramView.cpp
471
MessageDragged(point, B_ENTERED_VIEW, message);
src/apps/cortex/DiagramView/DiagramView.cpp
503
item->MouseOver(point, B_ENTERED_VIEW);
src/apps/cortex/DiagramView/DiagramView.cpp
513
MouseOver(point, B_ENTERED_VIEW);
src/apps/cortex/DormantNodeView/DormantNodeListItem.cpp
172
case B_ENTERED_VIEW: {
src/apps/cortex/DormantNodeView/DormantNodeView.cpp
209
item->MouseOver(this, point, B_ENTERED_VIEW);
src/apps/cortex/MediaRoutingView/MediaJack.cpp
278
case B_ENTERED_VIEW:
src/apps/cortex/MediaRoutingView/MediaJack.cpp
307
case B_ENTERED_VIEW:
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
216
case B_ENTERED_VIEW:
src/apps/cortex/MediaRoutingView/MediaWire.cpp
219
case B_ENTERED_VIEW:
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
617
case B_ENTERED_VIEW:
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1492
case B_ENTERED_VIEW:
src/apps/deskbar/BarMenuBar.cpp
282
case B_ENTERED_VIEW:
src/apps/deskbar/ExpandoMenuBar.cpp
386
case B_ENTERED_VIEW:
src/apps/diskprobe/DataView.cpp
1112
if (transit == B_ENTERED_VIEW) {
src/apps/drivesetup/DiskView.cpp
131
&& (transit == B_ENTERED_VIEW || transit == B_INSIDE_VIEW));
src/apps/haikudepot/ui/PackageInfoView.cpp
222
if (fTransitMessage != NULL && transit == B_ENTERED_VIEW)
src/apps/haikudepot/ui/RatePackageWindow.cpp
123
if ((transit != B_INSIDE_VIEW && transit != B_ENTERED_VIEW) || where.x > MinSize().width) {
src/apps/haikudepot/ui_generic/LinkView.cpp
37
if (transit == B_ENTERED_VIEW) {
src/apps/haikudepot/ui_generic/LinkedBitmapView.cpp
35
if (transit == B_ENTERED_VIEW) {
src/apps/icon-o-matic/generic/gui/IconButton.cpp
210
if ((transit == B_INSIDE_VIEW || transit == B_ENTERED_VIEW)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
278
case B_ENTERED_VIEW:
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
170
if (transit == B_ENTERED_VIEW) {
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPreview.cpp
195
if (transit == B_ENTERED_VIEW) {
src/apps/icon-o-matic/gui/GradientControl.cpp
154
if (dragMessage && (transit == B_INSIDE_VIEW || transit == B_ENTERED_VIEW)) {
src/apps/installer/PackageViews.cpp
173
if (transit == B_ENTERED_VIEW) {
src/apps/launchbox/LaunchButton.cpp
200
if ((dragMessage && (transit == B_ENTERED_VIEW || transit == B_INSIDE_VIEW))
src/apps/mediaplayer/interface/LocationStringView.cpp
66
case B_ENTERED_VIEW:
src/apps/mediaplayer/playlist/ListViews.cpp
454
case B_ENTERED_VIEW:
src/apps/pulse/CPUButton.cpp
232
if (transit == B_ENTERED_VIEW || transit == B_EXITED_VIEW)
src/apps/switcher/LaunchButton.cpp
192
if ((dragMessage && (transit == B_ENTERED_VIEW || transit == B_INSIDE_VIEW))
src/apps/webpositive/BrowserWindow.cpp
321
case B_ENTERED_VIEW:
src/apps/webpositive/tabview/TabContainerView.cpp
452
fLastMouseEventTab->MouseMoved(where, B_ENTERED_VIEW, dragMessage);
src/kits/interface/AbstractSpinner.cpp
489
case B_ENTERED_VIEW:
src/kits/interface/ColumnListView.cpp
3035
if (transit == B_INSIDE_VIEW || transit == B_ENTERED_VIEW) {
src/kits/interface/ColumnListView.cpp
3113
if (transit == B_ENTERED_VIEW) {
src/kits/interface/ColumnListView.cpp
3975
fCurrentCode = B_ENTERED_VIEW);
src/kits/interface/ColumnListView.cpp
4001
fCurrentCode = B_ENTERED_VIEW);
src/kits/interface/ColumnListView.cpp
4009
|| fCurrentCode == B_ENTERED_VIEW) {
src/kits/interface/PictureButton.cpp
300
else if (code == B_ENTERED_VIEW)
src/kits/interface/TextView.cpp
667
case B_ENTERED_VIEW:
src/kits/interface/ToolTipManager.cpp
122
} else if (transit == B_ENTERED_VIEW) {
src/kits/interface/View.cpp
5403
if (transit == B_ENTERED_VIEW || transit == B_EXITED_VIEW)
src/kits/interface/Window.cpp
3564
if (transit == B_ENTERED_VIEW || transit == B_EXITED_VIEW)
src/kits/interface/Window.cpp
3586
transit = B_ENTERED_VIEW;
src/kits/shared/IconButton.cpp
210
SetInside((transit == B_INSIDE_VIEW || transit == B_ENTERED_VIEW)
src/kits/tracker/PoseView.cpp
7285
case B_ENTERED_VIEW:
src/kits/tracker/infowindow/GeneralInfoView.cpp
1113
if ((transit == B_ENTERED_VIEW || transit == B_EXITED_VIEW) && fMouseDown)
src/kits/tracker/infowindow/GeneralInfoView.cpp
1116
fMouseInView = (transit == B_ENTERED_VIEW || transit == B_INSIDE_VIEW);
src/libs/glut/glutEvent.cpp
753
if (transit == B_ENTERED_VIEW) {
src/libs/print/libprint/Preview.cpp
338
case B_ENTERED_VIEW: {
src/preferences/datatranslations/TranslatorListView.cpp
116
if (dragMessage != NULL && transit == B_ENTERED_VIEW) {
src/preferences/filetypes/DropTargetListView.cpp
56
bool dropTarget = transit == B_ENTERED_VIEW || transit == B_INSIDE_VIEW;
src/preferences/filetypes/IconView.cpp
945
bool dropTarget = transit == B_ENTERED_VIEW || transit == B_INSIDE_VIEW;
src/preferences/locale/LanguageListView.cpp
430
case B_ENTERED_VIEW:
src/preferences/mail/FilterConfigView.cpp
107
if ((transit != B_ENTERED_VIEW && transit != B_INSIDE_VIEW)
src/servers/app/drawing/interface/virtual/DWindowHWInterface.cpp
203
&& transit == B_ENTERED_VIEW) {
src/servers/app/drawing/interface/virtual/ViewHWInterface.cpp
297
&& transit == B_ENTERED_VIEW) {
src/tests/kits/interface/ToolTipTest.cpp
175
if (transit == B_ENTERED_VIEW)
src/tests/servers/app/avoid_focus/AvoidFocus.cpp
99
if (transit == B_ENTERED_VIEW)
src/tests/servers/app/view_transit/ViewTransit.cpp
100
if (fLastTransit == B_ENTERED_VIEW)
src/tests/servers/app/view_transit/ViewTransit.cpp
51
if (fLastTransit == B_INSIDE_VIEW || fLastTransit == B_ENTERED_VIEW)
src/tests/servers/app/view_transit/ViewTransit.cpp
80
case B_ENTERED_VIEW: