Searched refs:B_INSIDE_VIEW (Results 1 - 25 of 33) sorted by relevance

12

/haiku/src/tests/servers/app/view_transit/
H A DViewTransit.cpp51 if (fLastTransit == B_INSIDE_VIEW || fLastTransit == B_ENTERED_VIEW)
81 if (fLastTransit == B_INSIDE_VIEW)
90 case B_INSIDE_VIEW:
92 printf("%s, B_INSIDE_VIEW, but never entered!\n", Name());
94 printf("%s, B_INSIDE_VIEW, but just exited!\n", Name());
98 if (fLastTransit == B_INSIDE_VIEW)
/haiku/src/preferences/filetypes/
H A DDropTargetListView.cpp56 bool dropTarget = transit == B_ENTERED_VIEW || transit == B_INSIDE_VIEW;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramEndPoint.cpp139 view()->MessageDragged(point, B_INSIDE_VIEW, &dragMsg);
157 case B_INSIDE_VIEW:
159 //PRINT((" -> transit: B_INSIDE_VIEW\n"));
H A DDiagramBox.cpp217 item->MouseOver(point, B_INSIDE_VIEW);
244 item->MessageDragged(point, B_INSIDE_VIEW, message);
H A DDiagramView.cpp465 item->MessageDragged(point, B_INSIDE_VIEW, message);
507 item->MouseOver(point, 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/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/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp213 item->MouseOver(this, point, B_INSIDE_VIEW);
/haiku/src/apps/switcher/
H A DLaunchButton.cpp192 if ((dragMessage && (transit == B_ENTERED_VIEW || transit == B_INSIDE_VIEW))
/haiku/src/preferences/locale/
H A DLanguageListView.cpp431 case B_INSIDE_VIEW:
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp107 if ((transit != B_ENTERED_VIEW && transit != B_INSIDE_VIEW)
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp199 if ((dragMessage && (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/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:
H A DIconButton.cpp210 if ((transit == B_INSIDE_VIEW || transit == B_ENTERED_VIEW)
/haiku/src/libs/glut/
H A DglutEvent.cpp748 if(transit != B_INSIDE_VIEW) {
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp146 B_INSIDE_VIEW : B_OUTSIDE_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/haikudepot/ui/
H A DRatePackageWindow.cpp119 if ((transit != B_INSIDE_VIEW && transit != B_ENTERED_VIEW)
/haiku/src/apps/drivesetup/
H A DDiskView.cpp131 && (transit == B_ENTERED_VIEW || transit == B_INSIDE_VIEW));
/haiku/src/kits/interface/
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
/haiku/src/libs/print/libprint/
H A DPreview.cpp930 fPreview->MouseMoved(BPoint(), B_INSIDE_VIEW, m); local
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp220 case B_INSIDE_VIEW:
/haiku/src/kits/shared/
H A DIconButton.cpp210 SetInside((transit == B_INSIDE_VIEW || transit == B_ENTERED_VIEW)
/haiku/headers/os/interface/
H A DView.h31 B_INSIDE_VIEW, enumerator in enum:__anon3

Completed in 180 milliseconds

12