Searched refs:corner_style (Results 1 – 12 of 12) sorted by relevance
72 const gfx::ImageSkia& GetTopLeftCornerImage(panel::CornerStyle corner_style) { in GetTopLeftCornerImage() argument80 return (corner_style & panel::TOP_ROUNDED) ? *rounded_image in GetTopLeftCornerImage()84 const gfx::ImageSkia& GetTopRightCornerImage(panel::CornerStyle corner_style) { in GetTopRightCornerImage() argument92 return (corner_style & panel::TOP_ROUNDED) ? *rounded_image in GetTopRightCornerImage()97 panel::CornerStyle corner_style) { in GetBottomLeftCornerImage() argument105 return (corner_style & panel::BOTTOM_ROUNDED) ? *rounded_image in GetBottomLeftCornerImage()110 panel::CornerStyle corner_style) { in GetBottomRightCornerImage() argument118 return (corner_style & panel::BOTTOM_ROUNDED) ? *rounded_image in GetBottomRightCornerImage()358 void PanelFrameView::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle() argument359 corner_style_ = corner_style; in SetWindowCornerStyle()
40 void SetWindowCornerStyle(panel::CornerStyle corner_style);55 panel::CornerStyle corner_style() const { return corner_style_; } in corner_style() function
236 return panel_view_->GetFrameView()->corner_style(); in GetWindowCornerStyle()620 void PanelView::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle() argument621 GetFrameView()->SetWindowCornerStyle(corner_style); in SetWindowCornerStyle()
67 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE;
729 panel::CornerStyle corner_style; in UpdatePanelCornerStyle() local733 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()
79 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) = 0;
297 void SetWindowCornerStyle(panel::CornerStyle corner_style);
791 void Panel::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle() argument792 native_panel_->SetWindowCornerStyle(corner_style); in SetWindowCornerStyle()
50 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE;
259 void PanelCocoa::SetWindowCornerStyle(panel::CornerStyle corner_style) {260 corner_style_ = corner_style;
82 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE;
324 void PanelGtk::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle() argument325 corner_style_ = corner_style; in SetWindowCornerStyle()