Home | History | Annotate | Download | only in core

Lines Matching refs:visible

36     bool visible) {
37 return AnimateOnChildWindowVisibilityChanged(window, visible);
41 bool visible) {
46 CallAnimateOnChildWindowVisibilityChanged(window, visible);
52 // opacity is 0, yet the window is marked as visible) (see CL 132903003).
54 if (!visible &&
61 // When a window is made visible, we always make its layer visible
62 // immediately. When a window is hidden, the layer must be left visible and
63 // only made not visible once the animation is complete.
64 if (!animated || visible)
65 window->layer()->SetVisible(visible);