Searched refs:background_type (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/base/process/ |
D | process_linux.cc | 52 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/ |
D | shelf_layout_manager_observer.h | 37 ShelfBackgroundType background_type, in OnBackgroundUpdated() argument
|
D | shelf_widget.h | 44 void SetPaintsBackground(ShelfBackgroundType background_type,
|
D | shelf_widget.cc | 662 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()
|
D | shelf_layout_manager.cc | 940 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/ |
D | docked_window_layout_manager.cc | 81 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()
|
D | docked_window_layout_manager.h | 155 ShelfBackgroundType background_type,
|