Searched defs:wm (Results 1 - 25 of 146) sorted by path

123456

/external/chromium_org/ash/
H A Droot_window_controller.h43 namespace wm { namespace
317 scoped_ptr< ::wm::ScopedCaptureClient> capture_client_;
H A Dshell.h15 #include "ash/wm/cursor_manager_chromeos.h"
16 #include "ash/wm/system_modal_container_event_filter_delegate.h"
29 #include "ui/wm/core/cursor_manager.h"
30 #include "ui/wm/public/activation_change_observer.h"
64 namespace wm { namespace
205 // |wm::GetActiveWindow()->GetRootWindow()|.
349 ::wm::InputMethodEventFilter* input_method_filter() {
352 ::wm::CompoundEventFilter* env_filter() {
371 ::wm::UserActivityDetector* user_activity_detector() {
398 ::wm
[all...]
/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/test/
H A Dcursor_manager_test_api.h13 namespace wm { namespace
23 explicit CursorManagerTestApi(::wm::CursorManager* cursor_manager);
32 ::wm::CursorManager* cursor_manager_;
H A Dshell_test_api.h10 namespace wm { namespace
12 } // namespace wm
36 ::wm::InputMethodEventFilter* input_method_event_filter();
/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 Dash_focus_rules.h11 #include "ui/wm/core/base_focus_rules.h"
14 namespace wm { namespace in namespace:ash
16 class ASH_EXPORT AshFocusRules : public ::wm::BaseFocusRules {
22 // Overridden from ::wm::BaseFocusRules:
40 } // namespace wm
H A Dcoordinate_conversion.cc5 #include "ash/wm/coordinate_conversion.h"
16 namespace wm { namespace in namespace:ash
34 } // namespace wm
H A Dcoordinate_conversion.h20 namespace wm { namespace in namespace:ash
31 } // namespace wm
H A Dcursor_manager_chromeos.h12 #include "ui/wm/core/cursor_manager.h"
13 #include "ui/wm/core/native_cursor_manager_delegate.h"
19 namespace wm { namespace
28 class ASH_EXPORT CursorManager : public ::wm::CursorManager {
31 scoped_ptr< ::wm::NativeCursorManager> delegate);
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 Ddefault_state.h8 #include "ash/wm/window_state.h"
12 namespace wm { namespace in namespace:ash
40 static bool SetMaximizedOrFullscreenBounds(wm::WindowState* window_state);
49 void EnterToNextState(wm::WindowState* window_state,
50 wm::WindowStateType next_state_type);
55 void ReenterToCurrentState(wm::WindowState* window_state,
56 wm::WindowState::State* state_in_previous_mode);
59 void UpdateBoundsFromState(wm::WindowState* window_state,
60 wm::WindowStateType old_state_type);
78 } // namespace wm
[all...]
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 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 Dwindow_properties.h20 namespace wm { namespace in namespace:ash
22 } // namespace wm
55 extern const aura::WindowProperty<wm::WindowState*>* const kWindowStateKey;
H A Dwindow_state.cc5 #include "ash/wm/window_state.h"
11 #include "ash/wm/default_state.h"
12 #include "ash/wm/window_animations.h"
13 #include "ash/wm/window_properties.h"
14 #include "ash/wm/window_state_delegate.h"
15 #include "ash/wm/window_state_observer.h"
16 #include "ash/wm/window_util.h"
17 #include "ash/wm/wm_event.h"
28 #include "ui/wm/core/window_util.h"
31 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_state_delegate.cc5 #include "ash/wm/window_state_delegate.h"
8 namespace wm { namespace in namespace:ash
20 } // namespace wm
H A Dwindow_state_delegate.h12 namespace wm { namespace in namespace:ash
24 // (ash::wm::WindowState) falls backs to the default implementation if this
32 } // namespace wm
H A Dwindow_state_observer.h9 #include "ash/wm/wm_types.h"
12 namespace wm { namespace in namespace:ash
37 } // namespace wm
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
H A Dwindow_state_util.cc5 #include "ash/wm/window_state_util.h"
7 #include "ash/wm/window_state.h"
8 #include "ash/wm/window_state_delegate.h"
12 namespace wm { namespace in namespace:ash
14 void ToggleFullScreen(wm::WindowState* window_state,
34 } // namespace wm
H A Dwindow_state_util.h9 namespace wm { namespace in namespace:ash
16 } // namespace wm

Completed in 247 milliseconds

123456