Searched defs:CustomFrameViewAsh (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.h29 class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView { class in namespace:ash
34 explicit CustomFrameViewAsh(views::Widget* frame);
35 virtual ~CustomFrameViewAsh();
39 // CustomFrameViewAsh does not take ownership of
95 DISALLOW_COPY_AND_ASSIGN(CustomFrameViewAsh);
H A Dcustom_frame_view_ash.cc53 ash::CustomFrameViewAsh* custom_frame_view)
124 // CustomFrameViewAsh::HeaderView
128 class CustomFrameViewAsh::HeaderView
199 CustomFrameViewAsh::HeaderView::HeaderView(views::Widget* frame)
220 CustomFrameViewAsh::HeaderView::~HeaderView() {
224 void CustomFrameViewAsh::HeaderView::SchedulePaintForTitle() {
228 void CustomFrameViewAsh::HeaderView::ResetWindowControls() {
232 int CustomFrameViewAsh::HeaderView::GetPreferredOnScreenHeight() const {
240 int CustomFrameViewAsh::HeaderView::GetPreferredHeight() const {
244 int CustomFrameViewAsh
434 CustomFrameViewAsh::CustomFrameViewAsh(views::Widget* frame) function in class:ash::CustomFrameViewAsh
[all...]

Completed in 175 milliseconds