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

  /external/chromium_org/ui/views/focus/
focus_manager_factory.h 21 static FocusManager* Create(Widget* widget, bool desktop_widget);
32 // The |desktop_widget| bool is true for widgets created in the desktop and
35 bool desktop_widget) = 0;
focus_manager_factory.cc 21 bool desktop_widget) OVERRIDE {
41 bool desktop_widget) {
44 return focus_manager_factory->CreateFocusManager(widget, desktop_widget);
focus_manager_unittest.cc 502 bool desktop_widget) OVERRIDE {
    [all...]
  /external/chromium_org/ash/accelerators/
focus_manager_factory.cc 18 bool desktop_widget) {
19 return new views::FocusManager(widget, desktop_widget ? NULL : new Delegate);
focus_manager_factory.h 26 bool desktop_widget) OVERRIDE;
  /external/chromium_org/ash/desktop_background/
desktop_background_view.cc 220 views::Widget* desktop_widget = new views::Widget; local
226 desktop_widget->Init(params);
227 desktop_widget->GetNativeWindow()->layer()->SetMasksToBounds(true);
228 desktop_widget->SetContentsView(
232 desktop_widget->GetNativeView(), animation_type);
246 desktop_widget->GetNativeView(), wm::ANIMATE_SHOW);
250 desktop_widget->GetNativeView(),
256 desktop_widget->GetNativeView(), wm::ANIMATE_NONE);
259 desktop_widget->SetBounds(params.parent->bounds());
260 return desktop_widget;
    [all...]
desktop_background_widget_controller.cc 24 views::Widget* desktop_widget,
27 desktop_widget_(desktop_widget),
  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 71 // The |desktop_widget| bool is true for widgets created in the desktop and
73 virtual void OnNativeWidgetCreated(bool desktop_widget) = 0;
widget.h 755 virtual void OnNativeWidgetCreated(bool desktop_widget) OVERRIDE;
    [all...]
widget.cc     [all...]
  /external/chromium_org/athena/input/
accelerator_manager_impl.cc 124 bool desktop_widget) OVERRIDE {
127 desktop_widget ? NULL : new FocusManagerDelegate(accelerator_manager_));

Completed in 244 milliseconds