Home
last modified time | relevance | path

Searched refs:IsNormalWindowStateType (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/ui/base/
H A Dwindow_state_type.h74 bool IsNormalWindowStateType(WindowStateType type);
H A Dwindow_state_type.cc104 bool IsNormalWindowStateType(WindowStateType type) { in IsNormalWindowStateType() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/ui/frame/
H A Ddefault_frame_header.cc109 int corner_radius = IsNormalWindowStateType(GetTargetWindow()->GetProperty( in DoPaintHeader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/frame/
H A Dbrowser_frame_header_chromeos.cc183 int corner_radius = chromeos::IsNormalWindowStateType(state_type) in PaintFrameImages()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Ddefault_state.cc427 IsNormalWindowStateType(previous_state_type) && in EnterToNextState()
489 if (IsNormalWindowStateType(state_type_) && !stored_bounds_.IsEmpty()) { in ReenterToCurrentState()
H A Dwindow_state.cc263 return IsNormalWindowStateType(GetStateType()); in IsNormalStateType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/workspace/
H A Dworkspace_window_resizer.cc333 return chromeos::IsNormalWindowStateType(state) in GetDraggingThreshold()