Home | History | Annotate | Download | only in login

Lines Matching refs:throbber

30 class Throbber;
38 // View that provides interface for start/stop throbber above the view.
44 // Creates throbber above the view in the right side with the default
45 // margin. Also places throbber in the middle of the vertical host size.
46 // Override |CalculateThrobberBounds| method to change the throbber placing.
49 // Stops the throbber.
53 // Calculates the bounds of the throbber relatively to the host view.
55 virtual gfx::Rect CalculateThrobberBounds(views::Throbber* throbber);
62 // View to show the throbber above (default is |this|).
65 // Popup that contains the throbber.
71 // Creates default smoothed throbber for time consuming operations on login.
74 // Creates default throbber.
75 views::Throbber* CreateDefaultThrobber();
135 // Right margin for placing throbber above the view.