Searched refs:desktop_widget (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/ash/desktop_background/ |
D | desktop_background_view.cc | 220 views::Widget* desktop_widget = new views::Widget; in CreateDesktopBackground() local 226 desktop_widget->Init(params); in CreateDesktopBackground() 227 desktop_widget->GetNativeWindow()->layer()->SetMasksToBounds(true); in CreateDesktopBackground() 228 desktop_widget->SetContentsView( in CreateDesktopBackground() 232 desktop_widget->GetNativeView(), animation_type); in CreateDesktopBackground() 246 desktop_widget->GetNativeView(), wm::ANIMATE_SHOW); in CreateDesktopBackground() 250 desktop_widget->GetNativeView(), in CreateDesktopBackground() 256 desktop_widget->GetNativeView(), wm::ANIMATE_NONE); in CreateDesktopBackground() 259 desktop_widget->SetBounds(params.parent->bounds()); in CreateDesktopBackground() 260 return desktop_widget; in CreateDesktopBackground()
|
D | desktop_background_widget_controller.cc | 24 views::Widget* desktop_widget, in ShowWallpaperAnimationObserver() argument 27 desktop_widget_(desktop_widget), in ShowWallpaperAnimationObserver()
|
/external/chromium_org/ui/views/focus/ |
D | focus_manager_factory.cc | 21 bool desktop_widget) OVERRIDE { in CreateFocusManager() argument 41 bool desktop_widget) { in Create() argument 44 return focus_manager_factory->CreateFocusManager(widget, desktop_widget); in Create()
|
D | focus_manager_factory.h | 21 static FocusManager* Create(Widget* widget, bool desktop_widget); 35 bool desktop_widget) = 0;
|
D | focus_manager_unittest.cc | 502 bool desktop_widget) OVERRIDE { in CreateFocusManager() argument
|
/external/chromium_org/ash/accelerators/ |
D | focus_manager_factory.cc | 18 bool desktop_widget) { in CreateFocusManager() argument 19 return new views::FocusManager(widget, desktop_widget ? NULL : new Delegate); in CreateFocusManager()
|
D | focus_manager_factory.h | 26 bool desktop_widget) OVERRIDE;
|
/external/chromium_org/athena/input/ |
D | accelerator_manager_impl.cc | 124 bool desktop_widget) OVERRIDE { in CreateFocusManager() argument 127 desktop_widget ? NULL : new FocusManagerDelegate(accelerator_manager_)); in CreateFocusManager()
|
/external/chromium_org/ui/views/widget/ |
D | native_widget_delegate.h | 73 virtual void OnNativeWidgetCreated(bool desktop_widget) = 0;
|
D | widget.h | 755 virtual void OnNativeWidgetCreated(bool desktop_widget) OVERRIDE;
|
D | widget.cc | 1077 void Widget::OnNativeWidgetCreated(bool desktop_widget) { in OnNativeWidgetCreated() argument 1079 focus_manager_.reset(FocusManagerFactory::Create(this, desktop_widget)); in OnNativeWidgetCreated()
|