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

1 2

  /external/chromium/chrome/browser/ui/
window_sizer_unittest.cc 113 bool maximized,
117 persistent_maximized_ = maximized;
129 bool* maximized,
132 *maximized = persistent_maximized_;
161 bool maximized,
172 sp->SetPersistentState(state, maximized, work_area, true);
184 bool maximized; local
186 false, gfx::Rect(), DEFAULT, &window_bounds, &maximized);
187 EXPECT_FALSE(maximized);
196 bool maximized; local
210 bool maximized; local
223 bool maximized; local
238 bool maximized; local
252 bool maximized; local
264 bool maximized; local
276 bool maximized; local
288 bool maximized; local
304 bool maximized = false; local
316 bool maximized = false; local
330 bool maximized = false; local
346 bool maximized = false; local
363 bool maximized; local
374 bool maximized; local
385 bool maximized; local
397 bool maximized; local
411 bool maximized; local
425 bool maximized; local
439 bool maximized; local
449 bool maximized; local
466 bool maximized; local
488 bool maximized = false; local
500 bool maximized = false; local
513 bool maximized = false; local
526 bool maximized = false; local
541 bool maximized; local
551 bool maximized; local
561 bool maximized; local
571 bool maximized; local
581 bool maximized; local
592 bool maximized; local
603 bool maximized; local
614 bool maximized; local
625 bool maximized; local
635 bool maximized; local
645 bool maximized; local
655 bool maximized; local
665 bool maximized; local
675 bool maximized; local
685 bool maximized; local
695 bool maximized; local
705 bool maximized; local
717 bool maximized = false; local
732 bool maximized = false; local
744 bool maximized = false; local
756 bool maximized = false; local
767 bool maximized = false; local
779 bool maximized = false; local
796 bool maximized; local
807 bool maximized; local
819 bool maximized; local
832 bool maximized; local
843 bool maximized; local
856 bool maximized; local
867 bool maximized; local
877 bool maximized; local
889 bool maximized; local
901 bool maximized; local
913 bool maximized; local
924 bool maximized; local
934 bool maximized; local
944 bool maximized; local
954 bool maximized; local
964 bool maximized; local
974 bool maximized; local
984 bool maximized; local
994 bool maximized; local
    [all...]
window_sizer.h 93 bool* maximized,
102 // Determines the position, size and maximized state for a window as it is
109 // NOTE: |maximized| is only set if we're restoring a saved maximized window.
112 // window is maximized.
115 bool* maximized) const;
117 // Determines the size, position and maximized state for the browser window.
126 bool* maximized);
153 bool GetSavedWindowBounds(gfx::Rect* bounds, bool* maximized) const;
window_sizer.cc 27 bool* maximized,
29 DCHECK(bounds && maximized);
49 wp_pref->GetBoolean("maximized", maximized);
138 bool* maximized) {
141 sizer.DetermineWindowBounds(specified_bounds, window_bounds, maximized);
160 bool* maximized) const {
165 if (!GetSavedWindowBounds(bounds, maximized)) {
187 bool* maximized) const {
188 DCHECK(bounds && maximized);
    [all...]
browser.cc 774 void Browser::SaveWindowPlacement(const gfx::Rect& bounds, bool maximized) {
782 session_service->SetWindowBounds(session_id_, bounds, maximized);
800 bool maximized; local
802 &restored_bounds, &maximized);
806 // TODO(beng): obtain maximized state some other way so we don't need to go
817 // An explicit maximized state was not set. Query the window sizer.
819 bool maximized = false; local
821 &restored_bounds, &maximized);
822 return maximized;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
splitView.css 43 .split-view-main, .split-view-sidebar.maximized {
47 .split-view.hbox > .split-view-sidebar.split-view-contents-first:not(.maximized) {
51 .split-view.hbox > .split-view-sidebar.split-view-contents-second:not(.maximized) {
55 .split-view.vbox > .split-view-sidebar.split-view-contents-first:not(.maximized) {
59 .split-view.vbox > .split-view-sidebar.split-view-contents-second:not(.maximized) {
  /external/chromium/chrome/browser/ui/views/
chrome_views_delegate.h 28 bool maximized);
34 bool* maximized) const;
chrome_views_delegate.cc 58 bool maximized) {
70 window_preferences->SetBoolean("maximized", maximized);
106 bool* maximized) const {
115 return dictionary && dictionary->GetBoolean("maximized", maximized) &&
116 maximized;
accessibility_event_router_views_unittest.cc 37 bool maximized) {
46 bool* maximized) const {
toolbar_view.cc 436 bool maximized = browser_->window() && browser_->window()->IsMaximized();
438 int edge_width = maximized ?
450 // If the window is maximized, we extend the back button to the left so that
452 // TODO(abarth): If the window becomes maximized but is not resized,
458 if (maximized)
498 // Extend the app menu to the screen's right edge in maximized mode just like
500 if (maximized)
512 // In maximized mode, we don't draw the endcaps on the location bar, because
  /external/chromium_org/ui/views/win/
fullscreen_handler.cc 55 // taskbar if the window is in the maximized state.
56 saved_window_info_.maximized = !!::IsZoomed(hwnd_);
57 if (saved_window_info_.maximized)
100 if (saved_window_info_.maximized)
fullscreen_handler.h 39 bool maximized; member in struct:views::FullscreenHandler::SavedWindowInfo
  /external/chromium_org/chrome/renderer/resources/extensions/
app_window_custom_bindings.js 140 return appWindowData.maximized;
160 maximized: params.maximized,
201 if (!oldData.maximized && update.maximized)
206 (oldData.maximized && !update.maximized))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutWindowCoordinator.java 56 * <li> When the editor is maximized, then all views are temporarily hidden. In this
58 * When the editor view is un-maximized, the view state will return to what it
78 /** Is the editor maximized? */
132 * Returns true if the main editor window is maximized
134 * @return true if the main editor window is maximized
188 * Checks the maximized state of the page and updates internal state if
193 * editor is maximized anymore (see issue
197 * maximized state is known to the layout coordinator.
203 boolean maximized = isPageZoomed(page);
204 if (mEditorMaximized != maximized) {
    [all...]
  /external/chromium_org/ash/
root_window_controller_unittest.cc 146 views::Widget* maximized = CreateTestWidget(gfx::Rect(700, 10, 100, 100)); local
147 maximized->Maximize();
148 EXPECT_EQ(root_windows[1], maximized->GetNativeView()->GetRootWindow());
149 EXPECT_EQ("600,0 500x453", maximized->GetWindowBoundsInScreen().ToString());
151 maximized->GetNativeView()->GetBoundsInRootWindow().ToString());
204 // Maximized area on primary display has 3px (given as
207 // First clear fullscreen status, since both fullscreen and maximized windows
210 EXPECT_EQ(root_windows[0], maximized->GetNativeView()->GetRootWindow());
212 maximized->GetWindowBoundsInScreen().ToString());
214 maximized->GetNativeView()->GetBoundsInRootWindow().ToString())
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
chrome_views_delegate.cc 87 window_preferences->SetBoolean("maximized",
117 bool maximized = false; local
119 dictionary->GetBoolean("maximized", &maximized);
120 *show_state = maximized ? ui::SHOW_STATE_MAXIMIZED : ui::SHOW_STATE_NORMAL;
  /external/chromium_org/apps/ui/views/
shell_window_frame_view.cc 123 // TODO(jeremya): do we need to update these when in fullscreen/maximized?
185 // Don't allow overlapping resize handles when the window is maximized or
276 bool maximized = frame_->IsMaximized(); local
277 maximize_button_->SetVisible(!maximized);
278 restore_button_->SetVisible(maximized);
279 if (maximized)
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 58 bool maximized = false; variable
64 wp_pref->GetBoolean("maximized", &maximized);
77 if (*show_state == ui::SHOW_STATE_DEFAULT && maximized)
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 546 // 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) {
620 // Extend the app menu to the screen's right edge in maximized mode just like
622 if (maximized)
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 362 bool maximized) OVERRIDE;
364 virtual bool GetSavedMaximizedState(bool* maximized) const OVERRIDE;
browser_view.cc     [all...]
  /external/chromium_org/ash/wm/
window_positioner.cc 40 // equal to this width, the window will get opened in maximized mode. This value
65 // not minimized/maximized/the user has changed it's size by hand already.
249 bool maximized = wm::GetWindowState(top_window)->IsMaximized(); local
253 *show_state_out = maximized ? ui::SHOW_STATE_MAXIMIZED :
473 // When any window is maximized we cannot find any free space.
  /external/chromium_org/ui/views/widget/
native_widget_aura.h 81 ui::WindowShowState* maximized) const OVERRIDE;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 116 ui::WindowShowState* maximized) const OVERRIDE;
desktop_native_widget_aura.cc 357 // bounds and maximized windows in bad ways.
594 ui::WindowShowState* maximized) const {
596 desktop_root_window_host_->GetWindowPlacement(bounds, maximized);
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 201 // We determine if the apps section is maximized, collapsed or in menu mode
598 // Ping the PROMO_SEEN histogram only when the promo is maximized, and

Completed in 2188 milliseconds

1 2