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

1 2

  /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/remoting/webapp/
fullscreen.js 51 * Enable or disable automatic synchronization of full-screen and maximized
53 * window is maximized, regardless of how the user initiates this (clicking
55 * for example). If the window is already maximized when this synchronization
window_frame.js 128 // Restore twice: once to exit full-screen and once to exit maximized.
130 // being maximized, then the second restore has no effect.
  /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/ui/views/
views_delegate.cc 80 bool ViewsDelegate::WindowManagerProvidesTitleBar(bool maximized) {
views_delegate.h 129 // |remove_standard_frame| in InitParams). If |maximized|, this applies to
130 // maximized windows; otherwise to restored windows.
131 virtual bool WindowManagerProvidesTitleBar(bool maximized);
  /external/chromium_org/chrome/browser/ui/views/
chrome_views_delegate.cc 153 window_preferences->SetBoolean("maximized",
184 bool maximized = false; local
186 dictionary->GetBoolean("maximized", &maximized);
187 *show_state = maximized ? ui::SHOW_STATE_MAXIMIZED : ui::SHOW_STATE_NORMAL;
374 bool ChromeViewsDelegate::WindowManagerProvidesTitleBar(bool maximized) {
375 // On Ubuntu Unity, the system always provides a title bar for maximized
378 return maximized && ui && ui->UnityIsRunning();
chrome_views_delegate.h 51 virtual bool WindowManagerProvidesTitleBar(bool maximized) OVERRIDE;
  /external/chromium_org/ash/
root_window_controller_unittest.cc 150 views::Widget* maximized = CreateTestWidget(gfx::Rect(700, 10, 100, 100)); local
151 maximized->Maximize();
152 EXPECT_EQ(root_windows[1], maximized->GetNativeView()->GetRootWindow());
153 EXPECT_EQ("600,0 300x253", maximized->GetWindowBoundsInScreen().ToString());
155 maximized->GetNativeView()->GetBoundsInRootWindow().ToString());
208 // Maximized area on primary display has 3px (given as
211 // First clear fullscreen status, since both fullscreen and maximized windows
214 EXPECT_EQ(root_windows[0], maximized->GetNativeView()->GetRootWindow());
216 maximized->GetWindowBoundsInScreen().ToString());
218 maximized->GetNativeView()->GetBoundsInRootWindow().ToString())
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
app_window_custom_bindings.js 239 return appWindowData.maximized;
303 maximized: params.maximized,
348 if (!oldData.maximized && update.maximized)
353 (oldData.maximized && !update.maximized))
  /external/chromium_org/apps/ui/views/
app_window_frame_view.cc 183 // Don't allow overlapping resize handles when the window is maximized or
270 bool maximized = widget_->IsMaximized(); local
271 maximize_button_->SetVisible(!maximized);
272 restore_button_->SetVisible(maximized);
273 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/ui/views/widget/
native_widget_mac.h 49 ui::WindowShowState* maximized) const OVERRIDE;
native_widget_aura.h 79 ui::WindowShowState* maximized) const OVERRIDE;
  /external/chromium_org/ash/wm/
window_positioner.cc 41 // equal to this width, the window will get opened in maximized mode. This value
53 // If set to true, by default the first window in ASH will be maximized.
65 // not minimized/maximized/the user has changed it's size by hand already.
278 bool maximized = top_window_state->IsMaximized(); local
282 *show_state_out = maximized ? ui::SHOW_STATE_MAXIMIZED :
286 if (maximized) {
289 // For a maximized window ignore the real bounds of the top level window
519 // When any window is maximized we cannot find any free space.
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 565 // If the window is maximized, we extend the back button to the left so that
567 // TODO(abarth): If the window becomes maximized but is not resized,
572 bool maximized = browser_->window() && browser_->window()->IsMaximized(); local
574 if (maximized) {
626 // Extend the app menu to the screen's right edge in maximized mode just like
628 if (maximized)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
splitView.css 45 .split-view-main, .split-view-sidebar.maximized {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 125 ui::WindowShowState* maximized) const OVERRIDE;
desktop_native_widget_aura.cc 402 // bounds and maximized windows in bad ways.
661 ui::WindowShowState* maximized) const {
663 desktop_window_tree_host_->GetWindowPlacement(bounds, maximized);
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 147 * Key for getting and storing the last window state (maximized or not).
320 // Restore maximized windows, to avoid hiding them to tray, which can be
336 // If no maximized windows, then create the window immediately.
340 // Obtains the last geometry and window state (maximized or not).
361 this.options_.state = 'maximized';
426 // Remember the last window state (maximized or normal).
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 964 * @param {AppWindow} appWindow App window to be maximized.
980 * @param {AppWindow} appWindow App window to be maximized.
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/chromium_org/v8/src/
runtime.cc     [all...]

Completed in 344 milliseconds

1 2