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

  /external/chromium_org/base/process/
process_linux.cc 52 base::FileSystemType background_type; local
55 base::GetFileSystemType(background_file, &background_type) &&
57 background_type == FILE_SYSTEM_CGROUP;
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 79 // |background_type| if the widget is visible. If the widget is not visible,
81 void SetBackgroundType(ShelfBackgroundType background_type,
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,
798 ShelfBackgroundType background_type,
800 background_widget_->SetBackgroundType(background_type, change_type);
    [all...]

Completed in 57 milliseconds