HomeSort by relevance Sort by last modified time
    Searched refs:WindowStateType (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/ash/wm/
wm_types.h 19 enum WindowStateType {
44 // Utility functions to convert WindowStateType <-> ui::WindowShowState.
47 ASH_EXPORT WindowStateType ToWindowStateType(ui::WindowShowState state);
48 ASH_EXPORT ui::WindowShowState ToWindowShowState(WindowStateType type);
52 ASH_EXPORT bool IsMaximizedOrFullscreenWindowStateType(WindowStateType type);
window_state_observer.h 28 WindowStateType old_type) {}
34 WindowStateType old_type) {}
lock_window_state.h 26 virtual wm::WindowStateType GetType() const OVERRIDE;
39 wm::WindowStateType new_state_type);
43 wm::WindowStateType GetMaximizedOrCenteredWindowType(
51 wm::WindowStateType current_state_type_;
wm_types.cc 19 WindowStateType ToWindowStateType(ui::WindowShowState state) {
20 return static_cast<WindowStateType>(state);
23 ui::WindowShowState ToWindowShowState(WindowStateType type) {
49 bool IsMaximizedOrFullscreenWindowStateType(WindowStateType type) {
default_state.h 18 explicit DefaultState(WindowStateType initial_state_type);
24 virtual WindowStateType GetType() const OVERRIDE;
50 wm::WindowStateType next_state_type);
60 wm::WindowStateType old_state_type);
63 WindowStateType state_type_;
drag_details.h 32 ash::wm::WindowStateType initial_state_type;
lock_window_state.cc 85 wm::WindowStateType LockWindowState::GetType() const {
114 wm::WindowStateType target_state) {
140 const wm::WindowStateType old_state_type = current_state_type_;
156 wm::WindowStateType LockWindowState::GetMaximizedOrCenteredWindowType(
resize_handle_window_targeter.h 34 wm::WindowStateType old_type) OVERRIDE;
window_state.h 51 // that corresponds to WindowStateType in Ash environment, e.g.
62 virtual WindowStateType GetType() const = 0;
91 // Refer to WindowStateType definition in wm_types.h as for why Ash
93 WindowStateType GetStateType() const;
330 void NotifyPreStateTypeChange(WindowStateType old_window_state_type);
331 void NotifyPostStateTypeChange(WindowStateType old_window_state_type);
default_state.cc 69 DefaultState::DefaultState(WindowStateType initial_state_type)
81 WindowStateType next_state_type = WINDOW_STATE_TYPE_NORMAL;
122 WindowStateType current = window_state->GetStateType();
135 WindowStateType DefaultState::GetType() const {
405 WindowStateType next_state_type) {
410 WindowStateType previous_state_type = state_type_;
461 WindowStateType previous_state_type = state_in_previous_mode->GetType();
491 WindowStateType previous_state_type) {
resize_handle_window_targeter.cc 34 wm::WindowStateType old_type) {
toplevel_window_event_handler.h 89 wm::WindowStateType new_state_type);
window_state.cc 100 WindowStateType WindowState::GetStateType() const {
354 WindowStateType old_window_state_type) {
360 WindowStateType old_window_state_type) {
window_state_unittest.cc 21 explicit AlwaysMaximizeTestState(WindowStateType initial_state_type)
30 virtual WindowStateType GetType() const OVERRIDE {
45 WindowStateType state_type_;
toplevel_window_event_handler.cc 107 wm::WindowStateType type) OVERRIDE;
138 wm::WindowStateType old) {
575 wm::WindowStateType new_state_type) {
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.h 38 virtual wm::WindowStateType GetType() const OVERRIDE;
49 wm::WindowStateType new_state_type,
54 wm::WindowStateType GetMaximizedOrCenteredWindowType(
72 wm::WindowStateType current_state_type_;
workspace_backdrop_delegate.h 47 wm::WindowStateType old_type) OVERRIDE;
maximize_mode_window_state.cc 173 wm::WindowStateType new_state =
190 wm::WindowStateType MaximizeModeWindowState::GetType() const {
232 wm::WindowStateType target_state,
259 const wm::WindowStateType old_state_type = current_state_type_;
275 wm::WindowStateType MaximizeModeWindowState::GetMaximizedOrCenteredWindowType(
workspace_backdrop_delegate.cc 90 wm::WindowStateType old_type) {
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_delegate.h 41 wm::WindowStateType old_type) = 0;
workspace_layout_manager.h 96 wm::WindowStateType old_type) OVERRIDE;
120 wm::WindowStateType old_state_type);
workspace_window_resizer.h 160 bool AreBoundsValidSnappedBounds(wm::WindowStateType snapped_type,
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash.h 67 ash::wm::WindowStateType old_type) OVERRIDE;
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.h 108 wm::WindowStateType old_type) OVERRIDE;
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.h 161 wm::WindowStateType old_type) OVERRIDE;

Completed in 1958 milliseconds

1 2