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

  /external/chromium_org/ash/wm/
custom_frame_view_ash.h 29 class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView,
35 CustomFrameViewAsh();
36 virtual ~CustomFrameViewAsh();
41 explicit TestApi(CustomFrameViewAsh* frame) : frame_(frame) {
50 CustomFrameViewAsh* frame_;
93 DISALLOW_COPY_AND_ASSIGN(CustomFrameViewAsh);
custom_frame_view_ash.cc 40 const char CustomFrameViewAsh::kViewClassName[] = "CustomFrameViewAsh";
43 // CustomFrameViewAsh, public:
44 CustomFrameViewAsh::CustomFrameViewAsh()
52 CustomFrameViewAsh::~CustomFrameViewAsh() {
55 void CustomFrameViewAsh::Init(views::Widget* frame) {
79 // CustomFrameViewAsh, views::NonClientFrameView overrides:
80 gfx::Rect CustomFrameViewAsh::GetBoundsForClientView() const
    [all...]

Completed in 174 milliseconds