Searched refs:dimmed (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/dbus/
H A Ddisplay_power_service_provider.cc77 bool dimmed = false; local
78 if (reader.PopBool(&dimmed)) {
79 ash::Shell::GetInstance()->SetDimming(dimmed);
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_item.h82 // 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
H A Dwindow_selector_item.cc78 // Opacity for dimmed items.
141 void WindowSelectorItem::SetDimmed(bool dimmed) { argument
142 dimmed_ = dimmed;
143 SetOpacity(dimmed ? kDimmedItemOpacity : 1.0f);
H A Dwindow_selector_unittest.cc1083 // Window 0 has no "test" on it so it should be the only dimmed item.
1085 EXPECT_TRUE(items[0]->dimmed());
1086 EXPECT_FALSE(items[1]->dimmed());
1087 EXPECT_FALSE(items[2]->dimmed());
1091 EXPECT_TRUE(items[0]->dimmed());
1092 EXPECT_TRUE(items[1]->dimmed());
1093 EXPECT_TRUE(items[2]->dimmed());
1099 EXPECT_FALSE(items[0]->dimmed());
1100 EXPECT_FALSE(items[1]->dimmed());
1101 EXPECT_FALSE(items[2]->dimmed());
[all...]
H A Dwindow_grid.cc256 while (SelectedWindow()->dimmed() || selection_widget_) {
294 if (out_of_bounds || !SelectedWindow()->dimmed())
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DlayersPanel.css52 .layers.panel .outline-disclosure .dimmed {
H A DsidebarPane.css47 .sidebar-pane > .body .placard.dimmed {
H A DtimelinePanel.css239 .timeline-tree-item .data.dimmed {
245 .timeline-tree-item.selected .data.dimmed {
H A DinspectorStyle.css50 label.dimmed {
55 label.dimmed:hover input {
1750 .section .properties .dimmed {
/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc119 // True if the event filter claims that we should not be dimmed.
122 // True if someone forces us not to be dimmed (e.g. a menu is open).
330 // Set if the shelf area is dimmed (eg when a window is maximized).
331 void SetDimmed(bool dimmed);
754 // Repaint all children, allowing updates to reflect dimmed state eg:
/external/chromium_org/ui/file_manager/gallery/css/
H A Dgallery.css230 * independently from their parent (which can be dimmed when the crop frame
272 /* The editor marks elements with 'dimmed' attribute to get them out of the way
274 .gallery[tools][editing] [dimmed],
275 .gallery[tools][editing] [dimmed] * {
279 .gallery[tools][editing] [dimmed] {
1083 bottom: -100%; /* Offscreen so that 'dimmed' attribute does not show it. */

Completed in 237 milliseconds