Home | History | Annotate | Download | only in views

Lines Matching refs:TaskManagerView

168 class TaskManagerView : public views::ButtonListener,
175 explicit TaskManagerView(chrome::HostDesktopType desktop_type);
176 virtual ~TaskManagerView();
268 static TaskManagerView* instance_;
272 DISALLOW_COPY_AND_ASSIGN(TaskManagerView);
276 TaskManagerView* TaskManagerView::instance_ = NULL;
279 TaskManagerView::TaskManagerView(chrome::HostDesktopType desktop_type)
292 TaskManagerView::~TaskManagerView() {
297 void TaskManagerView::Init() {
405 void TaskManagerView::UpdateStatsCounters() {
431 void TaskManagerView::ViewHierarchyChanged(
455 void TaskManagerView::Layout() {
485 gfx::Size TaskManagerView::GetPreferredSize() {
490 void TaskManagerView::Show(Browser* browser) {
505 instance_ = new TaskManagerView(desktop_type);
535 void TaskManagerView::ButtonPressed(
552 bool TaskManagerView::CanResize() const {
556 bool TaskManagerView::CanMaximize() const {
560 bool TaskManagerView::ExecuteWindowsCommand(int command_id) {
594 string16 TaskManagerView::GetWindowTitle() const {
598 std::string TaskManagerView::GetWindowName() const {
602 int TaskManagerView::GetDialogButtons() const {
606 void TaskManagerView::WindowClosing() {
615 bool TaskManagerView::UseNewStyleForThisDialog() const {
620 void TaskManagerView::OnSelectionChanged() {
634 void TaskManagerView::OnDoubleClick() {
638 void TaskManagerView::OnKeyDown(ui::KeyboardCode keycode) {
643 void TaskManagerView::LinkClicked(views::Link* source, int event_flags) {
648 void TaskManagerView::ShowContextMenuForView(views::View* source,
665 bool TaskManagerView::IsCommandIdChecked(int id) const {
669 bool TaskManagerView::IsCommandIdEnabled(int id) const {
673 bool TaskManagerView::GetAcceleratorForCommandId(
679 void TaskManagerView::ExecuteCommand(int id, int event_flags) {
683 void TaskManagerView::InitAlwaysOnTopState() {
690 void TaskManagerView::ActivateFocusedTab() {
696 void TaskManagerView::AddAlwaysOnTopSystemMenuItem() {
729 bool TaskManagerView::GetSavedAlwaysOnTopState(bool* always_on_top) const {
745 TaskManagerView::Show(browser);