Searched refs:SetWindowCornerStyle (Results 1 – 14 of 14) sorted by relevance
79 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) = 0;
297 void SetWindowCornerStyle(panel::CornerStyle corner_style);
243 panel->SetWindowCornerStyle(panel::ALL_ROUNDED); in UpdatePanelOnCollectionChange()
791 void Panel::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle() function in Panel792 native_panel_->SetWindowCornerStyle(corner_style); in SetWindowCornerStyle()
769 panel->SetWindowCornerStyle(panel::TOP_ROUNDED); in UpdatePanelOnCollectionChange()
740 panel->SetWindowCornerStyle(corner_style); in UpdatePanelCornerStyle()
40 void SetWindowCornerStyle(panel::CornerStyle corner_style);
67 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE;
620 void PanelView::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle() function in PanelView621 GetFrameView()->SetWindowCornerStyle(corner_style); in SetWindowCornerStyle()
358 void PanelFrameView::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle() function in PanelFrameView
50 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE;
259 void PanelCocoa::SetWindowCornerStyle(panel::CornerStyle corner_style) { function
82 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE;
324 void PanelGtk::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle() function in PanelGtk