HomeSort by relevance Sort by last modified time
    Searched defs:CustomFrameViewAsh (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/frame/
custom_frame_view_ash.h 29 class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
34 explicit CustomFrameViewAsh(views::Widget* frame);
35 virtual ~CustomFrameViewAsh();
39 // CustomFrameViewAsh does not take ownership of
95 DISALLOW_COPY_AND_ASSIGN(CustomFrameViewAsh);
custom_frame_view_ash.cc 53 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::HeaderView::GetMinimumWidth() const
    [all...]

Completed in 194 milliseconds