Home
last modified time | relevance | path

Searched refs:highlight_background_resources (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dtask_manager_view.cc227 bool highlight_background_resources) in BackgroundColorGroupTableView() argument
231 SetCustomColorsEnabled(highlight_background_resources); in BackgroundColorGroupTableView()
264 explicit TaskManagerView(bool highlight_background_resources);
270 static void Show(bool highlight_background_resources);
360 TaskManagerView::TaskManagerView(bool highlight_background_resources) in TaskManagerView() argument
365 highlight_background_resources_(highlight_background_resources) { in TaskManagerView()
559 void TaskManagerView::Show(bool highlight_background_resources) { in Show() argument
562 highlight_background_resources) { in Show()
570 instance_ = new TaskManagerView(highlight_background_resources); in Show()
/external/chromium/chrome/browser/ui/gtk/
Dtask_manager_gtk.h24 explicit TaskManagerGtk(bool highlight_background_resources);
40 static void Show(bool highlight_background_resources);
Dtask_manager_gtk.cc316 TaskManagerGtk::TaskManagerGtk(bool highlight_background_resources) in TaskManagerGtk() argument
324 highlight_background_resources_(highlight_background_resources) { in TaskManagerGtk()
420 void TaskManagerGtk::Show(bool highlight_background_resources) { in Show() argument
423 highlight_background_resources) { in Show()
432 instance_ = new TaskManagerGtk(highlight_background_resources); in Show()
/external/chromium/chrome/browser/ui/cocoa/
Dtask_manager_mac.mm546 bool highlight_background_resources)
550 highlight_background_resources_(highlight_background_resources) {
554 highlightBackgroundResources:highlight_background_resources];
621 void TaskManagerMac::Show(bool highlight_background_resources) {
624 highlight_background_resources) {
638 highlight_background_resources);
Dtask_manager_mac.h93 static void Show(bool highlight_background_resources);
/external/chromium/chrome/browser/ui/
Dbrowser.h535 void OpenTaskManager(bool highlight_background_resources);
Dbrowser.cc1840 void Browser::OpenTaskManager(bool highlight_background_resources) { in OpenTaskManager() argument
1842 if (highlight_background_resources) in OpenTaskManager()