Home | History | Annotate | Download | only in frame

Lines Matching refs:BubbleFrameView

42 BubbleFrameView::BubbleFrameView(views::Window* frame,
77 BubbleFrameView::~BubbleFrameView() {
80 void BubbleFrameView::StartThrobber() {
87 void BubbleFrameView::StopThrobber() {
94 gfx::Rect BubbleFrameView::GetBoundsForClientView() const {
98 gfx::Rect BubbleFrameView::GetWindowBoundsForClientBounds(
126 int BubbleFrameView::NonClientHitTest(const gfx::Point& point) {
130 void BubbleFrameView::GetWindowMask(const gfx::Size& size,
134 void BubbleFrameView::EnableClose(bool enable) {
137 void BubbleFrameView::ResetWindowControls() {
140 void BubbleFrameView::UpdateWindowIcon() {
143 gfx::Insets BubbleFrameView::GetInsets() const {
155 gfx::Size BubbleFrameView::GetPreferredSize() {
162 void BubbleFrameView::Layout() {
208 void BubbleFrameView::OnPaint(gfx::Canvas* canvas) {
227 void BubbleFrameView::ButtonPressed(views::Button* sender,