HomeSort by relevance Sort by last modified time
    Searched refs:custom_frame_view (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/frame/
custom_frame_view_ash_unittest.cc 35 CustomFrameViewAsh* custom_frame_view() const { function in class:ash::TestWidgetDelegate
84 return custom_frame_view()->GetFrameCaptionButtonContainerViewForTest()->
89 FrameCaptionButtonContainerView::TestApi test(custom_frame_view()->
95 return custom_frame_view()->NonClientTopBorderHeight();
146 delegate->custom_frame_view()->GetHeaderView()->height());
155 CustomFrameViewAsh* custom_frame_view = delegate->custom_frame_view(); local
156 gfx::Size min_frame_size = custom_frame_view->GetMinimumSize();
157 gfx::Size max_frame_size = custom_frame_view->GetMaximumSize();
176 CustomFrameViewAsh* custom_frame_view = delegate->custom_frame_view() local
194 CustomFrameViewAsh* custom_frame_view = delegate->custom_frame_view(); local
    [all...]
custom_frame_view_ash.cc 53 ash::CustomFrameViewAsh* custom_frame_view)
57 custom_frame_view->InitImmersiveFullscreenControllerForView(
  /external/chromium_org/ui/views/window/
custom_frame_view_unittest.cc 5 #include "ui/views/window/custom_frame_view.h"
55 CustomFrameView* custom_frame_view() { function in class:views::CustomFrameViewTest
162 CustomFrameView* view = custom_frame_view();
178 CustomFrameView* view = custom_frame_view();
203 CustomFrameView* view = custom_frame_view();
222 CustomFrameView* view = custom_frame_view();
239 CustomFrameView* view = custom_frame_view();
254 CustomFrameView* view = custom_frame_view();
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views.cc 522 ash::CustomFrameViewAsh* custom_frame_view =
527 custom_frame_view->InitImmersiveFullscreenControllerForView(
529 custom_frame_view->GetHeaderView()->set_context_menu_controller(this);
530 return custom_frame_view;
  /external/chromium_org/ui/views/widget/
widget.cc 35 #include "ui/views/window/custom_frame_view.h"
881 CustomFrameView* custom_frame_view = new CustomFrameView;
882 custom_frame_view->Init(this);
883 return custom_frame_view;
    [all...]

Completed in 327 milliseconds