Searched defs:wm (Results 101 - 125 of 146) sorted by relevance

123456

/external/chromium_org/ui/wm/core/
H A Duser_activity_detector_unittest.cc5 #include "ui/wm/core/user_activity_detector.h"
15 #include "ui/wm/core/user_activity_observer.h"
17 namespace wm { namespace
202 } // namespace wm
H A Dwindow_animations_unittest.cc5 #include "ui/wm/core/window_animations.h"
16 #include "ui/wm/core/transient_window_manager.h"
17 #include "ui/wm/core/transient_window_stacking_client.h"
18 #include "ui/wm/core/window_util.h"
19 #include "ui/wm/public/animation_host.h"
24 namespace wm { namespace
281 wm::SetWindowVisibilityAnimationType(
299 wm::SetWindowVisibilityAnimationType(window.get(),
308 } // namespace wm
H A Dbase_focus_rules.cc5 #include "ui/wm/core/base_focus_rules.h"
9 #include "ui/wm/core/window_modality_controller.h"
10 #include "ui/wm/core/window_util.h"
11 #include "ui/wm/public/activation_delegate.h"
13 namespace wm { namespace
122 if (wm::GetTransientParent(child)) {
126 GetModalTransient(wm::GetTransientParent(child));
130 return GetActivatableWindow(wm::GetTransientParent(child));
194 } // namespace wm
H A Dcapture_controller.cc5 #include "ui/wm/core/capture_controller.h"
11 namespace wm { namespace
145 } // namespace wm
H A Ddefault_activation_client.cc5 #include "ui/wm/core/default_activation_client.h"
8 #include "ui/wm/public/activation_change_observer.h"
9 #include "ui/wm/public/activation_delegate.h"
11 namespace wm { namespace
152 } // namespace wm
H A Dshadow_unittest.cc5 #include "ui/wm/core/shadow.h"
19 namespace wm { namespace
153 } // namespace wm
H A Dtransient_window_stacking_client.cc5 #include "ui/wm/core/transient_window_stacking_client.h"
9 #include "ui/wm/core/transient_window_manager.h"
10 #include "ui/wm/core/window_util.h"
14 namespace wm { namespace
131 } // namespace wm
H A Duser_activity_detector.cc5 #include "ui/wm/core/user_activity_detector.h"
11 #include "ui/wm/core/user_activity_observer.h"
13 namespace wm { namespace
112 } // namespace wm
H A Dwindow_animations.h11 #include "ui/wm/wm_export.h"
28 namespace wm { namespace
115 } // namespace wm
H A Dwindow_util.cc5 #include "ui/wm/core/window_util.h"
10 #include "ui/wm/core/transient_window_manager.h"
11 #include "ui/wm/public/activation_client.h"
37 namespace wm { namespace
128 } // namespace wm
H A Dcompound_event_filter.cc5 #include "ui/wm/core/compound_event_filter.h"
17 #include "ui/wm/public/activation_client.h"
18 #include "ui/wm/public/drag_drop_client.h"
24 namespace wm { namespace
263 } // namespace wm
H A Dnested_accelerator_controller_unittest.cc5 #include "ui/wm/core/nested_accelerator_controller.h"
22 #include "ui/wm/core/nested_accelerator_delegate.h"
23 #include "ui/wm/public/dispatcher_client.h"
30 namespace wm { namespace
207 } // namespace wm
H A Dshadow.cc5 #include "ui/wm/core/shadow.h"
35 float GetOpacityForStyle(wm::Shadow::Style style) {
37 case wm::Shadow::STYLE_ACTIVE:
39 case wm::Shadow::STYLE_INACTIVE:
41 case wm::Shadow::STYLE_SMALL:
47 int GetShadowApertureForStyle(wm::Shadow::Style style) {
49 case wm::Shadow::STYLE_ACTIVE:
51 case wm::Shadow::STYLE_INACTIVE:
53 case wm::Shadow::STYLE_SMALL:
59 int GetInteriorInsetForStyle(wm
73 namespace wm { namespace
[all...]
H A Dtransient_window_manager.cc5 #include "ui/wm/core/transient_window_manager.h"
14 #include "ui/wm/core/transient_window_observer.h"
15 #include "ui/wm/core/transient_window_stacking_client.h"
16 #include "ui/wm/core/window_util.h"
20 namespace wm { namespace
129 Window* transient_parent = wm::GetTransientParent(window);
182 } // namespace wm
H A Dwindow_modality_controller.cc5 #include "ui/wm/core/window_modality_controller.h"
19 #include "ui/wm/core/window_animations.h"
20 #include "ui/wm/core/window_util.h"
22 namespace wm { namespace
201 } // namespace wm
/external/chromium_org/ash/wm/
H A Dash_focus_rules.cc5 #include "ash/wm/ash_focus_rules.h"
9 #include "ash/wm/window_state.h"
13 namespace wm { namespace in namespace:ash
57 // AshFocusRules, ::wm::FocusRules:
77 if (wm::GetWindowState(window)->IsMinimized())
166 } // namespace wm
H A Dwm_event.h9 #include "ash/wm/wm_types.h"
13 namespace wm { namespace in namespace:ash
104 } // namespace wm
H A Ddefault_state.cc5 #include "ash/wm/default_state.h"
11 #include "ash/wm/coordinate_conversion.h"
12 #include "ash/wm/window_animations.h"
13 #include "ash/wm/window_state.h"
14 #include "ash/wm/window_state_delegate.h"
15 #include "ash/wm/window_state_util.h"
16 #include "ash/wm/window_util.h"
17 #include "ash/wm/wm_event.h"
18 #include "ash/wm/workspace/workspace_window_resizer.h"
26 namespace wm { namespace in namespace:ash
[all...]
H A Dwindow_state.h9 #include "ash/wm/drag_details.h"
10 #include "ash/wm/wm_types.h"
31 namespace wm { namespace in namespace:ash
43 // |wm::GetWindowState|, and deleted when the window is deleted.
394 } // namespace wm
H A Dwindow_util.cc5 #include "ash/wm/window_util.h"
13 #include "ash/wm/window_properties.h"
14 #include "ash/wm/window_state.h"
15 #include "ash/wm/wm_event.h"
27 #include "ui/wm/core/window_util.h"
28 #include "ui/wm/public/activation_client.h"
31 namespace wm { namespace in namespace:ash
52 ::wm::ActivateWindow(window);
56 ::wm::DeactivateWindow(window);
60 return ::wm
[all...]
/external/chromium_org/extensions/shell/browser/
H A Dshell_desktop_controller.h44 namespace wm { namespace
117 scoped_ptr<wm::CompoundEventFilter> root_window_event_filter_;
121 scoped_ptr<wm::InputMethodEventFilter> input_method_filter_;
125 scoped_ptr<wm::CursorManager> cursor_manager_;
127 scoped_ptr<wm::UserActivityDetector> user_activity_detector_;
/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_app.h24 #include "ui/wm/public/activation_change_observer.h"
34 namespace wm { namespace
157 scoped_ptr<wm::ScopedCaptureClient> capture_client_;
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.h10 #include "ash/wm/window_resizer.h"
11 #include "ash/wm/workspace/magnetism_matcher.h"
24 namespace wm { namespace in namespace:ash
55 wm::WindowState* window_state,
65 WorkspaceWindowResizer(wm::WindowState* window_state,
160 bool AreBoundsValidSnappedBounds(wm::WindowStateType snapped_type,
166 wm::WindowState* window_state() { return window_state_; }
/external/chromium_org/content/shell/browser/
H A Dshell.h28 namespace wm { namespace
241 static wm::WMTestHelper* wm_test_helper_;
/external/chromium_org/ash/
H A Droot_window_controller.h43 namespace wm { namespace
317 scoped_ptr< ::wm::ScopedCaptureClient> capture_client_;

Completed in 4093 milliseconds

123456