Symbol: ContextActionList
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2511
ContextActionList* preActionList;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2512
ContextActionList* postActionList;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2518
BPrivate::ObjectDeleter<ContextActionList> preActionListDeleter(
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2521
BPrivate::ObjectDeleter<ContextActionList> postActionListDeleter(
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2640
ContextActionList*& _preActions, ContextActionList*& _postActions)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2647
_preActions = new(std::nothrow) ContextActionList;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2651
BPrivate::ObjectDeleter<ContextActionList> preActionListDeleter(
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2734
_postActions = new(std::nothrow) ContextActionList;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2738
BPrivate::ObjectDeleter<ContextActionList> postActionListDeleter(
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2763
ContextActionList* actions, BMessage*& _message)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2804
ContextActionList* actions)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
821
ContextActionList* preSettingsActions = NULL,
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
822
ContextActionList* postSettingsActions = NULL)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
946
status_t _AddActionItems(ContextActionList* actions)
src/apps/debugger/user_interface/gui/team_window/VariablesView.h
102
ContextActionList*& _preActions,
src/apps/debugger/user_interface/gui/team_window/VariablesView.h
103
ContextActionList*& _postActions);
src/apps/debugger/user_interface/gui/team_window/VariablesView.h
105
uint32 what, ContextActionList* actions,
src/apps/debugger/user_interface/gui/team_window/VariablesView.h
110
ContextActionList* actions);