Home
last modified time | relevance | path

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

/external/chromium_org/base/process/
Dprocess_linux.cc52 base::FileSystemType background_type; in CGroups() local
55 base::GetFileSystemType(background_file, &background_type) && in CGroups()
57 background_type == FILE_SYSTEM_CGROUP; in CGroups()
/external/chromium_org/ash/shelf/
Dshelf_layout_manager_observer.h37 ShelfBackgroundType background_type, in OnBackgroundUpdated() argument
Dshelf_widget.h44 void SetPaintsBackground(ShelfBackgroundType background_type,
Dshelf_widget.cc662 ShelfBackgroundType background_type, in SetPaintsBackground() argument
666 (background_type == SHELF_BACKGROUND_MAXIMIZED) ? 1.0f : 0.0f; in SetPaintsBackground()
680 background_type != SHELF_BACKGROUND_DEFAULT, in SetPaintsBackground()
Dshelf_layout_manager.cc940 const ShelfBackgroundType background_type(GetShelfBackgroundType()); in UpdateShelfBackground() local
941 shelf_->SetPaintsBackground(background_type, type); in UpdateShelfBackground()
943 OnBackgroundUpdated(background_type, type)); in UpdateShelfBackground()
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc81 void SetBackgroundType(ShelfBackgroundType background_type, in SetBackgroundType() argument
83 visible_background_type_ = background_type; in SetBackgroundType()
166 ShelfBackgroundType background_type = IsVisible() ? in UpdateBackground() local
172 (background_type == SHELF_BACKGROUND_MAXIMIZED) ? 1.0f : 0.0f; in UpdateBackground()
186 background_type != SHELF_BACKGROUND_DEFAULT, in UpdateBackground()
800 ShelfBackgroundType background_type, in OnBackgroundUpdated() argument
802 background_widget_->SetBackgroundType(background_type, change_type); in OnBackgroundUpdated()
Ddocked_window_layout_manager.h155 ShelfBackgroundType background_type,