Symbol: ContentLocation
headers/os/interface/MenuItem.h
57
BPoint ContentLocation() const;
src/apps/deskbar/BarMenuTitle.cpp
112
menu->MovePenTo(ContentLocation());
src/apps/deskbar/TeamMenuItem.cpp
272
menu->MovePenTo(ContentLocation());
src/apps/deskbar/TeamMenuItem.cpp
294
BPoint contentLocation = ContentLocation();
src/apps/deskbar/TeamMenuItem.cpp
377
ContentLocation().y + ((frame.Height() - rect.Height()) / 2)));
src/apps/deskbar/WindowMenuItem.cpp
158
BPoint contentLocation = ContentLocation() + BPoint(sHPad, 0);
src/apps/deskbar/WindowMenuItem.cpp
181
contentLocation.y = ContentLocation().y + sVPad + fLabelAscent;
src/apps/diskprobe/ProbeView.cpp
862
BPoint point = ContentLocation();
src/apps/processcontroller/IconMenuItem.cpp
57
BPoint loc = ContentLocation();
src/apps/processcontroller/IconMenuItem.cpp
79
BPoint loc = ContentLocation();
src/apps/processcontroller/KernelMemoryBarMenuItem.cpp
38
Menu()->MovePenTo(ContentLocation());
src/apps/processcontroller/MemoryBarMenuItem.cpp
59
BPoint loc = ContentLocation();
src/apps/processcontroller/NoiseBarMenuItem.cpp
30
Menu()->MovePenTo(ContentLocation());
src/apps/processcontroller/TeamBarMenuItem.cpp
69
loc = ContentLocation();
src/apps/processcontroller/ThreadBarMenuItem.cpp
35
Menu()->MovePenTo(ContentLocation());
src/kits/interface/MenuItem.cpp
462
fSuper->MovePenTo(ContentLocation());
src/kits/interface/MenuItem.cpp
754
BPoint where = ContentLocation();
src/kits/tracker/IconMenuItem.cpp
129
BPoint drawPoint(ContentLocation());
src/kits/tracker/IconMenuItem.cpp
154
BPoint where(ContentLocation());
src/kits/tracker/IconMenuItem.cpp
487
BPoint drawPoint(ContentLocation());
src/kits/tracker/IconMenuItem.cpp
499
BPoint where(ContentLocation());
src/kits/tracker/Utilities.cpp
956
ContentLocation().y + finfo.ascent);
src/servers/input/MethodMenuItem.cpp
76
BPoint contLoc = ContentLocation();