Searched defs:wm (Results 76 - 100 of 146) sorted by relevance

123456

/external/chromium_org/ui/wm/core/
H A Dcursor_manager.h16 #include "ui/wm/core/native_cursor_manager_delegate.h"
17 #include "ui/wm/wm_export.h"
27 namespace wm { namespace
91 } // namespace wm
H A Deasy_resize_window_targeter.cc5 #include "ui/wm/core/easy_resize_window_targeter.h"
10 #include "ui/wm/public/transient_window_client.h"
12 namespace wm { namespace
62 } // namespace wm
H A Deasy_resize_window_targeter.h10 #include "ui/wm/wm_export.h"
12 namespace wm { namespace
51 } // namespace wm
H A Dfocus_controller.h15 #include "ui/wm/public/activation_client.h"
16 #include "ui/wm/wm_export.h"
18 namespace wm { namespace
124 } // namespace wm
H A Dimage_grid_unittest.cc5 #include "ui/wm/core/image_grid.h"
13 namespace wm { namespace
340 } // namespace wm
H A Dinput_method_event_filter.cc5 #include "ui/wm/core/input_method_event_filter.h"
15 namespace wm { namespace
105 } // namespace wm
H A Dinput_method_event_filter_unittest.cc5 #include "ui/wm/core/input_method_event_filter.h"
18 #include "ui/wm/core/compound_event_filter.h"
19 #include "ui/wm/core/default_activation_client.h"
20 #include "ui/wm/public/activation_client.h"
30 namespace wm { namespace
142 } // namespace wm
H A Dmasked_window_targeter.cc5 #include "ui/wm/core/masked_window_targeter.h"
10 namespace wm { namespace
43 } // namespace wm
H A Dnested_accelerator_controller.cc5 #include "ui/wm/core/nested_accelerator_controller.h"
10 #include "ui/wm/core/nested_accelerator_delegate.h"
11 #include "ui/wm/core/nested_accelerator_dispatcher.h"
13 namespace wm { namespace
57 } // namespace wm
H A Dnested_accelerator_dispatcher_linux.cc5 #include "ui/wm/core/nested_accelerator_dispatcher.h"
14 #include "ui/wm/core/accelerator_filter.h"
15 #include "ui/wm/core/nested_accelerator_delegate.h"
21 namespace wm { namespace
104 } // namespace wm
H A Dnested_accelerator_dispatcher_win.cc5 #include "ui/wm/core/nested_accelerator_dispatcher.h"
12 #include "ui/wm/core/accelerator_filter.h"
13 #include "ui/wm/core/nested_accelerator_delegate.h"
17 namespace wm { namespace
74 } // namespace wm
H A Dshadow_controller.h13 #include "ui/wm/public/activation_change_observer.h"
14 #include "ui/wm/wm_export.h"
26 namespace wm { namespace
67 } // namespace wm
H A Dtransient_window_controller.cc5 #include "ui/wm/core/transient_window_controller.h"
7 #include "ui/wm/core/transient_window_manager.h"
9 namespace wm { namespace
40 } // namespace wm
H A Dtransient_window_manager.h12 #include "ui/wm/wm_export.h"
14 namespace wm { namespace
89 } // namespace wm
H A Dtransient_window_stacking_client_unittest.cc5 #include "ui/wm/core/transient_window_stacking_client.h"
11 #include "ui/wm/core/window_util.h"
17 namespace wm { namespace
215 } // namespace wm
H A Duser_activity_detector.h13 #include "ui/wm/wm_export.h"
15 namespace wm { namespace
79 } // namespace wm
H A Dvisibility_controller.cc5 #include "ui/wm/core/visibility_controller.h"
10 #include "ui/wm/core/window_animations.h"
12 namespace wm { namespace
42 bool animated = window->type() != ui::wm::WINDOW_TYPE_CONTROL &&
43 window->type() != ui::wm::WINDOW_TYPE_UNKNOWN &&
88 } // namespace wm
H A Dshadow.h12 #include "ui/wm/wm_export.h"
18 namespace wm { namespace
90 } // namespace wm
H A Dshadow_controller_unittest.cc5 #include "ui/wm/core/shadow_controller.h"
16 #include "ui/wm/core/default_activation_client.h"
17 #include "ui/wm/core/shadow.h"
18 #include "ui/wm/core/shadow_types.h"
19 #include "ui/wm/core/window_util.h"
20 #include "ui/wm/core/wm_state.h"
21 #include "ui/wm/public/activation_client.h"
23 namespace wm { namespace
31 wm_state_.reset(new wm::WMState);
33 new wm
[all...]
/external/chromium_org/ui/wm/public/
H A Dwindow_types.h9 namespace wm { namespace in namespace:ui
33 } // namespace wm
/external/chromium_org/ui/wm/test/
H A Dwm_test_helper.h31 namespace wm { namespace
55 scoped_ptr<wm::CompoundEventFilter> root_window_event_filter_;
57 scoped_ptr<wm::InputMethodEventFilter> input_method_filter_;
63 } // namespace wm
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_state.c71 * Setup wm hardware state. See page 225 of Volume 2
79 struct brw_wm_unit_state *wm; local
81 wm = brw_state_batch(brw, AUB_TRACE_WM_STATE,
82 sizeof(*wm), 32, &brw->wm.state_offset);
83 memset(wm, 0, sizeof(*wm));
85 if (brw->wm.prog_data->prog_offset_16) {
90 assert(brw->wm.prog_data->first_curbe_grf ==
91 brw->wm
[all...]
/external/chromium_org/ash/wm/
H A Ddrag_details.h9 #include "ash/wm/wm_types.h"
13 #include "ui/wm/public/window_move_client.h"
21 namespace wm { namespace in namespace:ash
32 ash::wm::WindowStateType initial_state_type;
H A Dwindow_state_unittest.cc5 #include "ash/wm/window_state.h"
10 #include "ash/wm/window_state.h"
11 #include "ash/wm/wm_event.h"
17 namespace wm { namespace in namespace:ash
344 } // namespace wm
/external/chromium_org/athena/wm/
H A Dwindow_manager_impl.h10 #include "athena/wm/public/window_manager.h"
11 #include "athena/wm/title_drag_controller.h"
12 #include "athena/wm/window_overview_mode.h"
17 namespace wm { namespace
93 scoped_ptr<wm::WMState> wm_state_;
95 scoped_ptr<wm::ShadowController> shadow_controller_;

Completed in 792 milliseconds

123456