Home | History | Annotate | Download | only in bubble

Lines Matching defs:BubbleFrameView

58 const char BubbleFrameView::kViewClassName[] = "BubbleFrameView";
61 gfx::Insets BubbleFrameView::GetTitleInsets() {
66 BubbleFrameView::BubbleFrameView(const gfx::Insets& content_margins)
91 BubbleFrameView::~BubbleFrameView() {}
93 gfx::Rect BubbleFrameView::GetBoundsForClientView() const {
100 gfx::Rect BubbleFrameView::GetWindowBoundsForClientBounds(
102 return const_cast<BubbleFrameView*>(this)->GetUpdatedWindowBounds(
106 int BubbleFrameView::NonClientHitTest(const gfx::Point& point) {
125 void BubbleFrameView::GetWindowMask(const gfx::Size& size,
153 void BubbleFrameView::ResetWindowControls() {
157 void BubbleFrameView::UpdateWindowIcon() {}
159 void BubbleFrameView::UpdateWindowTitle() {
166 void BubbleFrameView::SizeConstraintsChanged() {}
168 void BubbleFrameView::SetTitleFontList(const gfx::FontList& font_list) {
172 gfx::Insets BubbleFrameView::GetInsets() const {
181 gfx::Size BubbleFrameView::GetPreferredSize() const {
185 gfx::Size BubbleFrameView::GetMinimumSize() const {
189 void BubbleFrameView::Layout() {
219 const char* BubbleFrameView::GetClassName() const {
223 void BubbleFrameView::ChildPreferredSizeChanged(View* child) {
228 void BubbleFrameView::OnThemeChanged() {
234 void BubbleFrameView::OnNativeThemeChanged(const ui::NativeTheme* theme) {
242 void BubbleFrameView::ButtonPressed(Button* sender, const ui::Event& event) {
247 void BubbleFrameView::SetBubbleBorder(scoped_ptr<BubbleBorder> border) {
255 void BubbleFrameView::SetTitlebarExtraView(View* view) {
262 gfx::Rect BubbleFrameView::GetUpdatedWindowBounds(const gfx::Rect& anchor_rect,
284 gfx::Rect BubbleFrameView::GetAvailableScreenBounds(const gfx::Rect& rect) {
291 void BubbleFrameView::MirrorArrowIfOffScreen(
317 void BubbleFrameView::OffsetArrowIfOffScreen(const gfx::Rect& anchor_rect,
355 gfx::Size BubbleFrameView::GetSizeForClientSize(