Home
last modified time | relevance | path

Searched refs:CornerStyle (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_frame_view.h40 void SetWindowCornerStyle(panel::CornerStyle corner_style);
55 panel::CornerStyle corner_style() const { return corner_style_; } in corner_style()
116 panel::CornerStyle corner_style_;
Dpanel_frame_view.cc67 const gfx::ImageSkia& GetTopLeftCornerImage(panel::CornerStyle corner_style) { in GetTopLeftCornerImage()
79 const gfx::ImageSkia& GetTopRightCornerImage(panel::CornerStyle corner_style) { in GetTopRightCornerImage()
92 panel::CornerStyle corner_style) { in GetBottomLeftCornerImage()
105 panel::CornerStyle corner_style) { in GetBottomRightCornerImage()
346 void PanelFrameView::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle()
Dpanel_view.cc123 virtual panel::CornerStyle GetWindowCornerStyle() const OVERRIDE;
243 panel::CornerStyle NativePanelTestingViews::GetWindowCornerStyle() const { in GetWindowCornerStyle()
649 void PanelView::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle()
Dpanel_view.h68 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE;
/external/chromium_org/chrome/browser/ui/panels/
Dnative_panel.h79 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) = 0;
140 virtual panel::CornerStyle GetWindowCornerStyle() const = 0;
Dpanel_constants.h87 enum CornerStyle { enum
Dpanel.h306 void SetWindowCornerStyle(panel::CornerStyle corner_style);
Dstacked_panel_collection.cc729 panel::CornerStyle corner_style; in UpdatePanelCornerStyle()
Dpanel.cc798 void Panel::SetWindowCornerStyle(panel::CornerStyle corner_style) { in SetWindowCornerStyle()
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_cocoa.h50 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE;
110 panel::CornerStyle corner_style_;
Dpanel_cocoa.mm259 void PanelCocoa::SetWindowCornerStyle(panel::CornerStyle corner_style) {
345 virtual panel::CornerStyle GetWindowCornerStyle() const OVERRIDE;
452 panel::CornerStyle CocoaNativePanelTesting::GetWindowCornerStyle() const {