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

/external/chromium/base/
H A Dprocess_linux.cc55 file_util::FileSystemType background_type; local
58 file_util::GetFileSystemType(background_tasks, &background_type) &&
60 background_type == file_util::FILE_SYSTEM_CGROUP;
/external/chromium_org/base/process/
H A Dprocess_linux.cc50 file_util::FileSystemType background_type; local
53 file_util::GetFileSystemType(background_file, &background_type) &&
55 background_type == file_util::FILE_SYSTEM_CGROUP;
/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc501 ShelfBackgroundType background_type,
505 (background_type == SHELF_BACKGROUND_MAXIMIZED) ? 1.0f : 0.0f;
518 background_type != SHELF_BACKGROUND_DEFAULT,
500 SetPaintsBackground( ShelfBackgroundType background_type, internal::BackgroundAnimator::ChangeType change_type) argument

Completed in 163 milliseconds