Searched defs:maximized (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/views/win/
H A Dfullscreen_handler.h39 bool maximized; member in struct:views::FullscreenHandler::SavedWindowInfo
/external/chromium_org/ui/views/
H A Dviews_delegate.cc80 bool ViewsDelegate::WindowManagerProvidesTitleBar(bool maximized) { argument
/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.cc183 // Don't allow overlapping resize handles when the window is maximized or
275 bool maximized = widget_->IsMaximized(); local
276 maximize_button_->SetVisible(!maximized);
277 restore_button_->SetVisible(maximized);
278 if (maximized)
/external/chromium_org/chrome/browser/ui/views/
H A Dchrome_views_delegate.cc154 window_preferences->SetBoolean("maximized",
188 bool maximized = false; local
190 dictionary->GetBoolean("maximized", &maximized);
191 *show_state = maximized ? ui::SHOW_STATE_MAXIMIZED : ui::SHOW_STATE_NORMAL;
378 bool ChromeViewsDelegate::WindowManagerProvidesTitleBar(bool maximized) { argument
379 // On Ubuntu Unity, the system always provides a title bar for maximized
382 return maximized && ui && ui->UnityIsRunning();
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer.cc59 bool maximized = false; variable
65 wp_pref->GetBoolean("maximized", &maximized);
78 if (*show_state == ui::SHOW_STATE_DEFAULT && maximized)
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc151 views::Widget* maximized = CreateTestWidget(gfx::Rect(700, 10, 100, 100)); local
152 maximized->Maximize();
153 EXPECT_EQ(root_windows[1], maximized->GetNativeView()->GetRootWindow());
154 EXPECT_EQ("600,0 300x253", maximized->GetWindowBoundsInScreen().ToString());
156 maximized->GetNativeView()->GetBoundsInRootWindow().ToString());
212 // First clear fullscreen status, since both fullscreen and maximized windows
215 EXPECT_EQ(root_windows[0], maximized->GetNativeView()->GetRootWindow());
217 maximized->GetWindowBoundsInScreen().ToString());
219 maximized->GetNativeView()->GetBoundsInRootWindow().ToString());
222 // the maximized windo
[all...]
/external/chromium_org/ash/wm/
H A Dwindow_positioner.cc39 // equal to this width, the window will get opened in maximized mode. This value
51 // If set to true, by default the first window in ASH will be maximized.
63 // not minimized/maximized/the user has changed it's size by hand already.
276 bool maximized = top_window_state->IsMaximized(); local
280 *show_state_out = maximized ? ui::SHOW_STATE_MAXIMIZED :
284 if (maximized) {
287 // For a maximized window ignore the real bounds of the top level window
517 // When any window is maximized we cannot find any free space.
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.cc546 // If the window is maximized, we extend the back button to the left so that
548 // TODO(abarth): If the window becomes maximized but is not resized,
553 bool maximized = browser_->window() && browser_->window()->IsMaximized(); local
555 if (maximized) {
608 // Extend the app menu to the screen's right edge in maximized mode just like
610 if (maximized)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 257 milliseconds