Searched refs:wm (Results 1 - 25 of 484) sorted by relevance

1234567891011>>

/external/chromium_org/ui/wm/core/
H A Dwm_core_switches.cc5 #include "ui/wm/core/wm_core_switches.h"
9 namespace wm { namespace
13 const char kWindowAnimationsDisabled[] = "wm-window-animations-disabled";
16 } // namespace wm
H A Dwm_core_switches.h9 #include "ui/wm/wm_export.h"
11 namespace wm { namespace
22 } // namespace wm
H A Dnested_accelerator_dispatcher.cc5 #include "ui/wm/core/nested_accelerator_dispatcher.h"
8 #include "ui/wm/core/nested_accelerator_delegate.h"
10 namespace wm { namespace
21 } // namespace wm
H A Dshadow_types.cc5 #include "ui/wm/core/shadow_types.h"
9 DECLARE_WINDOW_PROPERTY_TYPE(wm::ShadowType);
11 namespace wm { namespace
23 } // namespace wm
/external/chromium_org/ash/wm/
H A Dlock_window_state.h8 #include "ash/wm/window_state.h"
16 class LockWindowState : public wm::WindowState::State {
24 virtual void OnWMEvent(wm::WindowState* window_state,
25 const wm::WMEvent* event) OVERRIDE;
26 virtual wm::WindowStateType GetType() const OVERRIDE;
27 virtual void AttachState(wm::WindowState* window_state,
28 wm::WindowState::State* previous_state) OVERRIDE;
29 virtual void DetachState(wm::WindowState* window_state) OVERRIDE;
32 static wm::WindowState* SetLockWindowState(aura::Window* window);
38 void UpdateWindow(wm
[all...]
H A Dlock_window_state.cc5 #include "ash/wm/lock_window_state.h"
9 #include "ash/wm/lock_layout_manager.h"
10 #include "ash/wm/window_animations.h"
11 #include "ash/wm/window_state.h"
12 #include "ash/wm/window_state_delegate.h"
13 #include "ash/wm/window_state_util.h"
14 #include "ash/wm/window_util.h"
15 #include "ash/wm/wm_event.h"
21 #include "ui/wm/core/window_animations.h"
26 : current_state_type_(wm
[all...]
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 Dash_native_cursor_manager.h15 #include "ui/wm/core/native_cursor_manager.h"
16 #include "ui/wm/core/native_cursor_manager_delegate.h"
33 : public ::wm::NativeCursorManager {
47 // Overridden from ::wm::NativeCursorManager:
50 ::wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
53 ::wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
56 ::wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
59 ::wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
62 ::wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
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 Dstacking_controller.cc5 #include "ash/wm/stacking_controller.h"
11 #include "ash/wm/always_on_top_controller.h"
12 #include "ash/wm/coordinate_conversion.h"
13 #include "ash/wm/window_state.h"
18 #include "ui/wm/core/window_util.h"
30 return wm::GetRootWindowMatching(bounds);
42 return ::wm::GetTransientParent(window) &&
43 ::wm::GetTransientParent(window)->type() !=
44 ui::wm::WINDOW_TYPE_UNKNOWN;
69 aura::Window* transient_parent = ::wm
[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 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
/external/chromium_org/ash/accelerators/
H A Daccelerator_commands.cc9 #include "ash/wm/mru_window_tracker.h"
10 #include "ash/wm/window_state.h"
11 #include "ash/wm/window_util.h"
12 #include "ash/wm/wm_event.h"
19 aura::Window* window = wm::GetActiveWindow();
26 wm::GetWindowState(mru_windows.front())->Activate();
29 wm::WindowState* window_state = wm::GetWindowState(window);
37 wm::WindowState* window_state = wm
[all...]
/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/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/maximize_mode/
H A Dmaximize_mode_window_state.cc5 #include "ash/wm/maximize_mode/maximize_mode_window_state.h"
11 #include "ash/wm/coordinate_conversion.h"
12 #include "ash/wm/maximize_mode/maximize_mode_window_manager.h"
13 #include "ash/wm/window_animations.h"
14 #include "ash/wm/window_properties.h"
15 #include "ash/wm/window_state_delegate.h"
16 #include "ash/wm/window_state_util.h"
17 #include "ash/wm/window_util.h"
18 #include "ash/wm/wm_event.h"
19 #include "ash/wm/workspac
[all...]
H A Dmaximize_mode_window_state.h8 #include "ash/wm/window_state.h"
17 class MaximizeModeWindowState : public wm::WindowState::State {
20 static void UpdateWindowPosition(wm::WindowState* window_state,
32 void LeaveMaximizeMode(wm::WindowState* window_state);
35 virtual void OnWMEvent(wm::WindowState* window_state,
36 const wm::WMEvent* event) OVERRIDE;
38 virtual wm::WindowStateType GetType() const OVERRIDE;
39 virtual void AttachState(wm::WindowState* window_state,
40 wm::WindowState::State* previous_state) OVERRIDE;
41 virtual void DetachState(wm
[all...]
H A Dmaximize_mode_window_manager_unittest.cc5 #include "ash/wm/maximize_mode/maximize_mode_window_manager.h"
16 #include "ash/wm/maximize_mode/maximize_mode_controller.h"
17 #include "ash/wm/mru_window_tracker.h"
18 #include "ash/wm/overview/window_selector_controller.h"
19 #include "ash/wm/window_properties.h"
20 #include "ash/wm/window_state.h"
21 #include "ash/wm/window_util.h"
22 #include "ash/wm/wm_event.h"
45 aura::Window* CreateFixedSizeNonMaximizableWindow(ui::wm::WindowType type,
54 aura::Window* CreateNonMaximizableWindow(ui::wm
[all...]
/external/chromium_org/ui/views/widget/
H A Dwidget_aura_utils.cc11 ui::wm::WindowType GetAuraWindowTypeForWidgetType(
15 return ui::wm::WINDOW_TYPE_NORMAL;
17 return ui::wm::WINDOW_TYPE_PANEL;
19 return ui::wm::WINDOW_TYPE_CONTROL;
24 return ui::wm::WINDOW_TYPE_POPUP;
26 return ui::wm::WINDOW_TYPE_MENU;
28 return ui::wm::WINDOW_TYPE_TOOLTIP;
31 return ui::wm::WINDOW_TYPE_UNKNOWN;
H A Dwidget_aura_utils.h9 #include "ui/wm/public/window_types.h"
15 ui::wm::WindowType GetAuraWindowTypeForWidgetType(
/external/chromium_org/ui/chromeos/
H A Duser_activity_power_manager_notifier.h12 #include "ui/wm/core/user_activity_observer.h"
14 namespace wm { namespace
16 } // namespace wm
22 : public ::wm::UserActivityObserver {
25 ::wm::UserActivityDetector* detector);
32 ::wm::UserActivityDetector* detector_; // not owned
/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_;
/external/chromium_org/ui/wm/public/
H A Dwindow_types.h9 namespace wm { namespace in namespace:ui
33 } // 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/chrome/browser/ui/views/
H A Dchrome_browser_main_extra_parts_views.h13 namespace wm { namespace
28 scoped_ptr<wm::WMState> wm_state_;

Completed in 8302 milliseconds

1234567891011>>