Home
last modified time | relevance | path

Searched refs:corner_style (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_frame_view.cc72 const gfx::ImageSkia& GetTopLeftCornerImage(panel::CornerStyle corner_style) { in GetTopLeftCornerImage() argument
80 return (corner_style & panel::TOP_ROUNDED) ? *rounded_image in GetTopLeftCornerImage()
84 const gfx::ImageSkia& GetTopRightCornerImage(panel::CornerStyle corner_style) { in GetTopRightCornerImage() argument
92 return (corner_style & panel::TOP_ROUNDED) ? *rounded_image in GetTopRightCornerImage()
97 panel::CornerStyle corner_style) { in GetBottomLeftCornerImage() argument
105 return (corner_style & panel::BOTTOM_ROUNDED) ? *rounded_image in GetBottomLeftCornerImage()
110 panel::CornerStyle corner_style) { in GetBottomRightCornerImage() argument
118 return (corner_style & panel::BOTTOM_ROUNDED) ? *rounded_image in GetBottomRightCornerImage()
358 void PanelFrameView::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle() argument
359 corner_style_ = corner_style; in SetWindowCornerStyle()
Dpanel_frame_view.h40 void SetWindowCornerStyle(panel::CornerStyle corner_style);
55 panel::CornerStyle corner_style() const { return corner_style_; } in corner_style() function
Dpanel_view.cc236 return panel_view_->GetFrameView()->corner_style(); in GetWindowCornerStyle()
620 void PanelView::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle() argument
621 GetFrameView()->SetWindowCornerStyle(corner_style); in SetWindowCornerStyle()
Dpanel_view.h67 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE;
/external/chromium_org/chrome/browser/ui/panels/
Dstacked_panel_collection.cc729 panel::CornerStyle corner_style; in UpdatePanelCornerStyle() local
733 corner_style = panel::ALL_ROUNDED; in UpdatePanelCornerStyle()
735 corner_style = panel::TOP_ROUNDED; in UpdatePanelCornerStyle()
737 corner_style = panel::BOTTOM_ROUNDED; in UpdatePanelCornerStyle()
739 corner_style = panel::NOT_ROUNDED; in UpdatePanelCornerStyle()
740 panel->SetWindowCornerStyle(corner_style); in UpdatePanelCornerStyle()
Dnative_panel.h79 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) = 0;
Dpanel.h297 void SetWindowCornerStyle(panel::CornerStyle corner_style);
Dpanel.cc791 void Panel::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle() argument
792 native_panel_->SetWindowCornerStyle(corner_style); in SetWindowCornerStyle()
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_cocoa.h50 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE;
Dpanel_cocoa.mm259 void PanelCocoa::SetWindowCornerStyle(panel::CornerStyle corner_style) {
260 corner_style_ = corner_style;
/external/chromium_org/chrome/browser/ui/gtk/panels/
Dpanel_gtk.h82 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE;
Dpanel_gtk.cc324 void PanelGtk::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle() argument
325 corner_style_ = corner_style; in SetWindowCornerStyle()