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

  /external/chromium_org/chrome/browser/chromeos/dbus/
display_power_service_provider.cc 77 bool dimmed = false; local
78 if (reader.PopBool(&dimmed)) {
79 ash::Shell::GetInstance()->SetDimming(dimmed);
  /external/chromium_org/ash/wm/overview/
window_selector_item.h 82 // Sets if the item is dimmed in the overview. Changing the value will also
84 virtual void SetDimmed(bool dimmed);
85 bool dimmed() const { return dimmed_; } function in class:ash::WindowSelectorItem

Completed in 200 milliseconds