Searched defs:wm (Results 51 - 75 of 146) sorted by relevance

123456

/external/chromium_org/ui/wm/core/
H A Daccelerator_delegate.h13 namespace wm { namespace
31 } // namespace wm
H A Dcompound_event_filter.h13 #include "ui/wm/wm_export.h"
28 namespace wm { namespace
91 } // namespace wm
H A Dcompound_event_filter_unittest.cc5 #include "ui/wm/core/compound_event_filter.h"
17 #include "ui/wm/core/default_activation_client.h"
18 #include "ui/wm/public/activation_client.h"
30 namespace wm { namespace
116 new wm::DefaultActivationClient(root_window());
250 } // namespace wm
H A Ddefault_activation_client.h14 #include "ui/wm/public/activation_client.h"
15 #include "ui/wm/wm_export.h"
23 namespace wm { namespace
69 } // namespace wm
H A Dinput_method_event_filter.h14 #include "ui/wm/wm_export.h"
21 namespace wm { namespace
48 } // namespace wm
H A Dnested_accelerator_delegate.h12 namespace wm { namespace
32 } // namespace wm
H A Daccelerator_filter.cc5 #include "ui/wm/core/accelerator_filter.h"
9 #include "ui/wm/core/accelerator_delegate.h"
11 namespace wm { namespace
80 } // namespace wm
H A Dcapture_controller.h14 #include "ui/wm/wm_export.h"
16 namespace wm { namespace
84 } // namespace wm
/external/chromium_org/ui/wm/test/
H A Dwm_test_helper.cc5 #include "ui/wm/test/wm_test_helper.h"
11 #include "ui/wm/core/compound_event_filter.h"
12 #include "ui/wm/core/default_activation_client.h"
13 #include "ui/wm/core/input_method_event_filter.h"
15 namespace wm { namespace
28 root_window_event_filter_.reset(new wm::CompoundEventFilter);
31 input_method_filter_.reset(new wm::InputMethodEventFilter(
36 new wm::DefaultActivationClient(host_->window());
52 } // namespace wm
/external/chromium_org/v8/test/perf-test/Collections/
H A Dweakmap.js17 var wm; variable
28 wm = new WeakMap;
30 wm.set(keys[i], i);
36 wm = null;
48 if (!wm.has(keys[i])) {
53 if (wm.has(keys[i])) {
62 if (wm.get(keys[i]) !== i) {
67 if (wm.get(keys[i]) !== undefined) {
78 wm.delete(keys[i]);
/external/chromium_org/ash/shell/content_client/
H A Dshell_browser_main_parts.h25 namespace wm { namespace
58 scoped_ptr<wm::WMState> wm_state_;
/external/chromium_org/ash/wm/
H A Dlock_layout_manager.h11 #include "ash/wm/wm_types.h"
31 namespace wm { namespace in namespace:ash
45 // For all windows in LockScreenContainer default wm::WindowState is replaced
87 void AdjustWindowsForWorkAreaChange(const wm::WMEvent* event);
H A Dresize_shadow.h20 namespace wm { namespace
53 scoped_ptr< ::wm::ImageGrid> image_grid_;
H A Dwindow_animations_unittest.cc5 #include "ash/wm/window_animations.h"
9 #include "ash/wm/window_state.h"
10 #include "ash/wm/workspace_controller.h"
76 ::wm::SetWindowVisibilityAnimationType(
85 ::wm::SetWindowVisibilityAnimationType(
113 namespace wm { namespace in namespace:ash
171 } // namespace wm
191 wm::GetWindowState(window.get())->Minimize();
213 wm::GetWindowState(window.get())->Minimize();
228 wm
[all...]
H A Dwm_types.h12 namespace wm { namespace in namespace:ash
53 } // namespace wm
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager.h12 #include "ash/wm/window_state_observer.h"
13 #include "ash/wm/wm_types.h"
21 #include "ui/wm/public/activation_change_observer.h"
36 namespace wm { namespace in namespace:ash
48 public wm::WindowStateObserver {
95 wm::WindowState* window_state,
96 wm::WindowStateType old_type) OVERRIDE;
108 void AdjustAllWindowsBoundsForWorkAreaChange(const wm::WMEvent* event);
119 void UpdateBoundsFromStateType(wm::WindowState* window_state,
120 wm
[all...]
/external/chromium_org/athena/input/
H A Daccelerator_manager_impl.h20 namespace wm { namespace
77 scoped_ptr<wm::AcceleratorFilter> accelerator_filter_;
78 scoped_ptr<wm::NestedAcceleratorController> nested_accelerator_controller_;
/external/chromium_org/athena/test/
H A Dathena_test_helper.h31 namespace wm { namespace
/external/chromium_org/athena/wm/
H A Dtitle_drag_controller.h19 namespace wm { namespace
56 scoped_ptr<wm::Shadow> shadow_;
/external/chromium_org/mojo/views/
H A Dnative_widget_view_manager.h24 namespace wm { namespace
57 scoped_ptr<wm::FocusController> focus_client_;
/external/chromium_org/third_party/mesa/src/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/ui/keyboard/
H A Dkeyboard_controller_proxy.h28 namespace wm { namespace
133 scoped_ptr<wm::Shadow> shadow_;
/external/chromium_org/ui/views/test/
H A Dtest_views_delegate.h11 namespace wm { namespace
44 scoped_ptr<wm::WMState> wm_state_;
H A Dviews_test_helper_aura.h23 namespace wm { namespace
43 scoped_ptr<wm::WMState> wm_state_;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_cursor_manager.h13 #include "ui/wm/core/native_cursor_manager.h"
23 namespace wm { namespace
34 : public wm::NativeCursorManager {
50 // Overridden from wm::NativeCursorManager:
53 wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
56 wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
59 wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
62 wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
65 wm::NativeCursorManagerDelegate* delegate) OVERRIDE;

Completed in 809 milliseconds

123456