Searched refs:B_INSIDE_VIEW (Results 1 - 25 of 33) sorted by last modified time

12

/haiku/src/kits/interface/
H A DTextView.cpp645 MouseMoved(where, B_INSIDE_VIEW, NULL);
669 case B_INSIDE_VIEW:
6129 textView->_PerformMouseMoved(where, B_INSIDE_VIEW);
H A DColumnListView.cpp2991 if (transit == B_INSIDE_VIEW || transit == B_ENTERED_VIEW) {
3754 fCurrentCode = B_INSIDE_VIEW;
3925 fCurrentCode = B_INSIDE_VIEW);
3949 fCurrentCode = B_INSIDE_VIEW);
3952 if (fCurrentCode == B_INSIDE_VIEW
H A DAbstractSpinner.cpp469 case B_INSIDE_VIEW:
H A DWindow.cpp3575 transit = B_INSIDE_VIEW;
/haiku/src/apps/drivesetup/
H A DDiskView.cpp131 && (transit == B_ENTERED_VIEW || transit == B_INSIDE_VIEW));
/haiku/src/preferences/filetypes/
H A DIconView.cpp945 bool dropTarget = transit == B_ENTERED_VIEW || transit == B_INSIDE_VIEW;
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp119 if ((transit != B_INSIDE_VIEW && transit != B_ENTERED_VIEW)
/haiku/src/kits/tracker/
H A DPoseView.cpp7296 case B_INSIDE_VIEW:
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp205 uint32 transit = Bounds().Contains(where) ? B_INSIDE_VIEW : B_OUTSIDE_VIEW;
279 case B_INSIDE_VIEW:
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp154 if (dragMessage && (transit == B_INSIDE_VIEW || transit == B_ENTERED_VIEW)) {
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp329 case B_INSIDE_VIEW:
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp1116 fMouseInView = (transit == B_ENTERED_VIEW || transit == B_INSIDE_VIEW);
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp359 if (code == B_INSIDE_VIEW) {
402 case B_INSIDE_VIEW:
/haiku/headers/os/interface/
H A DView.h31 B_INSIDE_VIEW, enumerator in enum:__anon3
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp146 B_INSIDE_VIEW : B_OUTSIDE_VIEW;
/haiku/src/kits/shared/
H A DIconButton.cpp210 SetInside((transit == B_INSIDE_VIEW || transit == B_ENTERED_VIEW)
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp220 case B_INSIDE_VIEW:
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp439 ? B_INSIDE_VIEW : B_OUTSIDE_VIEW;
446 fLastMouseEventTab->MouseMoved(where, B_INSIDE_VIEW, dragMessage);
524 _MouseMoved(where, B_INSIDE_VIEW, NULL);
/haiku/src/libs/glut/
H A DglutEvent.cpp748 if(transit != B_INSIDE_VIEW) {
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp213 item->MouseOver(this, point, B_INSIDE_VIEW);
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp199 if ((dragMessage && (transit == B_ENTERED_VIEW || transit == B_INSIDE_VIEW))
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1430 case B_INSIDE_VIEW:
/haiku/src/libs/print/libprint/
H A DPreview.cpp930 fPreview->MouseMoved(BPoint(), B_INSIDE_VIEW, m); local
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp204 uint32 transit = Bounds().Contains(point) ? B_INSIDE_VIEW : B_OUTSIDE_VIEW;
371 uint32 transit = Bounds().Contains(point) ? B_INSIDE_VIEW : B_OUTSIDE_VIEW;
386 uint32 transit = Bounds().Contains(point) ? B_INSIDE_VIEW : B_OUTSIDE_VIEW;
455 case B_INSIDE_VIEW: {
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp107 if ((transit != B_ENTERED_VIEW && transit != B_INSIDE_VIEW)

Completed in 411 milliseconds

12