Searched refs:B_OUTSIDE_VIEW (Results 1 - 18 of 18) sorted by relevance

/haiku/src/tests/servers/app/view_transit/
H A DViewTransit.cpp36 fLastTransit(B_OUTSIDE_VIEW)
86 if (fLastTransit == B_OUTSIDE_VIEW)
91 if (fLastTransit == B_OUTSIDE_VIEW)
97 case B_OUTSIDE_VIEW:
99 printf("%s, B_OUTSIDE_VIEW, but never exited!\n", Name());
101 printf("%s, B_OUTSIDE_VIEW, but just entered!\n", Name());
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DViewState.cpp16 transit(B_OUTSIDE_VIEW),
/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;
472 case B_OUTSIDE_VIEW:
/haiku/src/apps/switcher/
H A DLaunchButton.cpp200 if (!dragMessage || (transit == B_EXITED_VIEW || transit == B_OUTSIDE_VIEW)) {
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp207 if (!dragMessage || (transit == B_EXITED_VIEW || transit == B_OUTSIDE_VIEW)) {
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp439 ? B_INSIDE_VIEW : B_OUTSIDE_VIEW;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp205 uint32 transit = Bounds().Contains(where) ? B_INSIDE_VIEW : B_OUTSIDE_VIEW;
291 case B_OUTSIDE_VIEW:
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp485 if ((transit == B_EXITED_VIEW) || (transit == B_OUTSIDE_VIEW))
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp146 B_INSIDE_VIEW : B_OUTSIDE_VIEW;
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp1034 MouseMoved(point, B_OUTSIDE_VIEW, NULL);
/haiku/headers/os/interface/
H A DView.h33 B_OUTSIDE_VIEW enumerator in enum:__anon3
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp395 case B_OUTSIDE_VIEW:
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1431 case B_OUTSIDE_VIEW:
1837 MouseMoved(point, B_OUTSIDE_VIEW, NULL);
/haiku/src/kits/interface/
H A DAbstractSpinner.cpp480 case B_OUTSIDE_VIEW:
H A DColumnListView.cpp3215 fCurrentCode(B_OUTSIDE_VIEW),
3941 if (fCurrentCode == B_OUTSIDE_VIEW
3960 fCurrentCode = B_OUTSIDE_VIEW);
H A DWindow.cpp3581 transit = B_OUTSIDE_VIEW;
H A DView.cpp5130 if (transit == B_EXITED_VIEW || transit == B_OUTSIDE_VIEW)
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp332 case B_OUTSIDE_VIEW:

Completed in 198 milliseconds