Searched refs:ScreenLocation (Results 1 - 14 of 14) sorted by last modified time

/haiku/src/kits/interface/
H A DMenu.cpp2763 BMenu::ScreenLocation() function in class:BMenu
2770 "Override BMenu::ScreenLocation() to determine location.");
3323 const BPoint screenLocation = move ? ScreenLocation()
H A DPopUpMenu.cpp284 BPopUpMenu::ScreenLocation() function in class:BPopUpMenu
427 // fUseWhere is used in ScreenLocation(), which is a virtual
/haiku/src/apps/deskbar/
H A DWindowMenu.cpp241 TWindowMenu::ScreenLocation() function in class:TWindowMenu
243 return BMenu::ScreenLocation();
H A DDeskbarMenu.cpp397 TDeskbarMenu::ScreenLocation() function in class:TDeskbarMenu
414 point = BMenu::ScreenLocation();
H A DDeskbarMenu.h119 BPoint ScreenLocation();
H A DWindowMenu.h56 BPoint ScreenLocation();
/haiku/src/kits/tracker/
H A DNavMenu.cpp961 BPopUpNavMenu::ScreenLocation() function in class:BPopUpNavMenu
/haiku/headers/private/tracker/
H A DNavMenu.h163 BPoint ScreenLocation();
/haiku/headers/os/interface/
H A DMenu.h146 virtual BPoint ScreenLocation();
H A DPopUpMenu.h59 virtual BPoint ScreenLocation();
/haiku/src/apps/mail/
H A DMailPopUpMenu.cpp80 TMenu::ScreenLocation(void) function in class:TMenu
83 return BPopUpMenu::ScreenLocation();
85 return BMenu::ScreenLocation();
H A DMailPopUpMenu.h48 virtual BPoint ScreenLocation(void);
H A DQueryMenu.cpp340 BPoint QueryMenu::ScreenLocation() function in class:QueryMenu
343 return BPopUpMenu::ScreenLocation();
345 return BMenu::ScreenLocation();
H A DQueryMenu.h61 virtual BPoint ScreenLocation(void);

Completed in 100 milliseconds