Searched defs:background_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager_observer.h37 ShelfBackgroundType background_type,
36 OnBackgroundUpdated( ShelfBackgroundType background_type, BackgroundAnimatorChangeType change_type) argument
H A Dshelf_widget.cc662 ShelfBackgroundType background_type,
666 (background_type == SHELF_BACKGROUND_MAXIMIZED) ? 1.0f : 0.0f;
680 background_type != SHELF_BACKGROUND_DEFAULT,
661 SetPaintsBackground( ShelfBackgroundType background_type, BackgroundAnimatorChangeType change_type) argument
/external/chromium_org/base/process/
H A Dprocess_linux.cc52 base::FileSystemType background_type; local
55 base::GetFileSystemType(background_file, &background_type) &&
57 background_type == FILE_SYSTEM_CGROUP;
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc79 // |background_type| if the widget is visible. If the widget is not visible,
81 void SetBackgroundType(ShelfBackgroundType background_type, argument
83 visible_background_type_ = background_type;
166 ShelfBackgroundType background_type = IsVisible() ? local
172 (background_type == SHELF_BACKGROUND_MAXIMIZED) ? 1.0f : 0.0f;
186 background_type != SHELF_BACKGROUND_DEFAULT,
800 ShelfBackgroundType background_type,
802 background_widget_->SetBackgroundType(background_type, change_type);
799 OnBackgroundUpdated( ShelfBackgroundType background_type, BackgroundAnimatorChangeType change_type) argument

Completed in 124 milliseconds