HomeSort by relevance Sort by last modified time
    Searched full:background_type (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ash/shelf/
shelf_layout_manager_observer.h 37 ShelfBackgroundType background_type,
shelf_widget.h 48 void SetPaintsBackground(ShelfBackgroundType background_type,
shelf_widget.cc 555 ShelfBackgroundType background_type,
559 (background_type == SHELF_BACKGROUND_MAXIMIZED) ? 1.0f : 0.0f;
573 background_type != SHELF_BACKGROUND_DEFAULT,
shelf_layout_manager.cc     [all...]
  /external/chromium/base/
process_linux.cc 55 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/
process_linux.cc 50 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/wm/dock/
docked_window_layout_manager.cc 77 ShelfBackgroundType background_type,
80 (background_type == SHELF_BACKGROUND_MAXIMIZED) ? 1.0f : 0.0f;
94 background_type != SHELF_BACKGROUND_DEFAULT,
714 ShelfBackgroundType background_type,
716 background_widget_->SetPaintsBackground(background_type, change_type);
    [all...]
docked_window_layout_manager.h 158 ShelfBackgroundType background_type,

Completed in 125 milliseconds