Searched defs:WindowState (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
H A Dtabpose_window.h26 enum WindowState { enum in namespace:tabpose
43 tabpose::WindowState state_;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dtabpose_window.h25 enum WindowState { enum in namespace:tabpose
42 tabpose::WindowState state_;
/external/chromium_org/ash/wm/
H A Dwindow_state.cc28 bool WindowState::IsMaximizedOrFullscreenState(ui::WindowShowState show_state) {
33 WindowState::WindowState(aura::Window* window) function in class:ash::wm::WindowState
62 WindowState::~WindowState() {
65 bool WindowState::HasDelegate() const {
69 void WindowState::SetDelegate(scoped_ptr<WindowStateDelegate> delegate) {
74 ui::WindowShowState WindowState::GetShowState() const {
78 bool WindowState::IsMinimized() const {
82 bool WindowState
[all...]
H A Dwindow_state.h31 // WindowState manages and defines ash specific window state and
37 // The WindowState gets created when first accessed by
42 class ASH_EXPORT WindowState : public aura::WindowObserver { class in namespace:ash::wm
46 explicit WindowState(aura::Window* window);
47 virtual ~WindowState();
236 // created and cleared when it gets destroyed. WindowState does not own the
290 DISALLOW_COPY_AND_ASSIGN(WindowState);
293 // Returns the WindowState for active window. Returns |NULL|
295 ASH_EXPORT WindowState* GetActiveWindowState();
297 // Returns the WindowState fo
[all...]
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_state_unittest.cc28 enum WindowState { enum in class:FullscreenControllerTestWindow
56 static const char* GetWindowStateString(WindowState state);
57 WindowState state() const { return state_; }
72 WindowState state_;
140 WindowState state) {
149 return "WindowState-Unknown";
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_layout_unittest.cc30 enum WindowState { enum in class:__anon6617::TestLayoutDelegate
57 void SetWindowState(WindowState state) {
143 WindowState window_state_;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller.cc75 enum WindowState { enum in namespace:__anon6276
1174 WindowState window_state = WINDOW_STATE_NOT_FULLSCREEN;

Completed in 712 milliseconds