/external/chromium_org/chrome/browser/notifications/ |
balloon_collection_impl.cc | 21 #include "ui/gfx/screen.h" 24 // Portion of the screen allotted for notifications. When notification balloons 28 // Allow at least this number of balloons on the screen. 397 // These schemes are in screen-coordinates, and top and bottom 478 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().work_area();
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
viewport.js | 48 * @param {number} width Screen width. 49 * @param {number} height Screen height. 61 * @param {HTMLElement} frame The element acting as the "screen". 70 * @param {HTMLElement} frame The element acting as the "screen". 98 * @return {number} Best scale to fit the current image into the current screen. 109 * Set the scale to fit the image into the screen. 147 * @param {number} originalX The x coordinate on the screen canvas that 149 * @param {number} originalY The y coordinate on the screen canvas that 151 * @param {function():number} scaleFunc returns the image to screen scale. 185 * @return {Rect} The screen bounds in screen coordinates [all...] |
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
app_list_service_win.cc | 65 #include "ui/gfx/screen.h" 316 gfx::Point cursor = gfx::Screen::GetNativeScreen()->GetCursorScreenPoint();
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_win.cc | 20 #include "ui/gfx/screen.h" 380 gfx::Screen::GetNativeScreen()->GetCursorScreenPoint(),
|
/external/chromium_org/ui/views/bubble/ |
bubble_frame_view.cc | 13 #include "ui/gfx/screen.h" 252 // Try to mirror the anchoring if the bubble does not fit on the screen. 270 // The bubble attempts to fit within the current screen bounds. 272 return gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint( 280 // Check if the bounds don't fit on screen. 315 // Calculate off-screen adjustment.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
login_common.js | 9 <include src="screen.js"></include> 63 * Shows the given screen. 64 * @param {Object} screen Screen params dict, e.g. {id: screenId, data: data} 66 Oobe.showScreen = function(screen) { 67 Oobe.getInstance().showScreen(screen); 137 * Shows password changed screen that offers migration. 152 * Shows TPM error screen. 294 // This screen is async-loaded so we manually trigger i18n processing.
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
Window.idl | 36 [Replaceable] readonly attribute Screen screen;
|
DOMWindow.cpp | 69 #include "core/frame/Screen.h" 251 // 3) Constrains the window rect to within the top and left boundaries of the available screen rect. 252 // 4) Constrains the window rect to within the bottom and right boundaries of the available screen rect. 253 // 5) Translate the window rect coordinates to be within the coordinate space of the screen. 258 FloatRect screen = screenAvailableRect(page->mainFrame()->view()); local 262 ASSERT(std::isfinite(screen.x())); 263 ASSERT(std::isfinite(screen.y())); 264 ASSERT(std::isfinite(screen.width())); 265 ASSERT(std::isfinite(screen.height())); 284 window.setWidth(min(max(minimumSize.width(), window.width()), screen.width())) 622 Screen* DOMWindow::screen() const function in class:WebCore::DOMWindow [all...] |
/external/chromium_org/ui/aura/ |
root_window.cc | 38 #include "ui/gfx/screen.h" 62 gfx::Display display = gfx::Screen::GetScreenFor(window)-> 518 gfx::Screen::GetScreenFor(window())->GetDisplayNearestWindow(window()); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlibint.h | 85 int byte_order; /* screen byte order, LSBFirst, MSBFirst */ 107 int default_screen; /* default screen for operations */ 109 Screen *screens; /* pointer to list of screens */ 933 extern Screen *_XScreenOfWindow( [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlibint.h | 85 int byte_order; /* screen byte order, LSBFirst, MSBFirst */ 107 int default_screen; /* default screen for operations */ 109 Screen *screens; /* pointer to list of screens */ 933 extern Screen *_XScreenOfWindow( [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlibint.h | 85 int byte_order; /* screen byte order, LSBFirst, MSBFirst */ 107 int default_screen; /* default screen for operations */ 109 Screen *screens; /* pointer to list of screens */ 933 extern Screen *_XScreenOfWindow( [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 37 import com.android.sdklib.devices.Screen; 714 Screen screen = device.getDefaultHardware().getScreen(); local 715 double dpi = (screen.getXdpi() + screen.getYdpi()) / 2.;
|
RenderPreviewManager.java | 54 import com.android.sdklib.devices.Screen; 754 // Vary screen size 755 // TODO: Be smarter here: Pick a screen that is both as differently as possible 756 // from the current screen as well as also supported. So consider 770 // Make a placeholder preview for the current screen, in case we switch from it [all...] |
RenderPreview.java | 63 import com.android.sdklib.devices.Screen; 278 * screen are typically marked invisible during layout, which means we don't 324 * screen are typically marked invisible during layout, which means we don't 1124 Screen screen = device.getDefaultHardware().getScreen(); local [all...] |
/external/chromium/chrome/browser/ui/views/ |
status_bubble_views.cc | 29 #include "views/screen.h" 43 // off-screen. 759 views::Screen::GetMonitorWorkAreaNearestWindow(widget);
|
/external/chromium_org/ash/wm/workspace/ |
multi_window_resize_controller.cc | 23 #include "ui/gfx/screen.h" 232 gfx::Screen::GetScreenFor(window)->GetCursorScreenPoint());
|
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_popup_controller_impl.cc | 23 #include "ui/gfx/screen.h" 707 return gfx::Screen::GetScreenFor(container_view())->GetDisplayNearestPoint( 720 // the end position if it is growing to the left, capped to screen space. 751 // the end position if it is growing up, capped to screen space.
|
/external/chromium_org/chrome_frame/test/net/ |
fake_external_tab.cc | 79 #include "ui/gfx/screen.h" 569 gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, 791 LOG(ERROR) << "Screen snapshot saved to " << snapshot.value(); [all...] |
/external/chromium_org/content/common/ |
page_state_serialization.cc | 14 #include "ui/gfx/screen.h" 587 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_android.cc | 58 #include "ui/gfx/screen.h" 592 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay(); [all...] |
/frameworks/base/docs/html/training/ |
training_toc.cs | 453 <li><a href="<?cs var:toroot ?>training/animation/screen-slide.html"> 454 Using ViewPager for Screen Slide 717 "How to plan your app's screen hierarchy and forms of navigation so users can 723 <li><a href="<?cs var:toroot ?>training/design-navigation/screen-planning.html"> 847 fit perfectly on any screen and how to create different interaction 848 patterns that are optimized for different screen sizes." 857 >Supporting Different Screen Sizes</a> 863 >Supporting Different Screen Densities</a> [all...] |
/external/chromium/chrome/browser/chromeos/input_method/ |
candidate_window.cc | 25 #include "views/screen.h" 378 // too big to be shown near the bottom of the screen. This function [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
screen_locker.cc | 55 #include "views/screen.h" 70 // A idle time to show the screen saver in seconds. 73 // Observer to start ScreenLocker when the screen lock 87 // Register Screen Lock after login screen to make sure 88 // we don't show the screen lock on top of the login screen by accident. 131 // keyboard on the screen locker. 197 // A ScreenLock window that covers entire screen to keep the keyboard 233 // widget. In screen locker, gdk input is grabbed in GrabWidget 529 gfx::Rect screen = bounds(); local [all...] |
/external/chromium_org/ash/ |
extended_desktop_unittest.cc | 29 #include "ui/gfx/screen.h" 592 // Transient window's screen bounds stays the same. 613 gfx::Screen* screen = Shell::GetInstance()->screen(); 616 gfx::Display display_1 = screen->GetDisplayNearestWindow(root_windows[0]); 618 gfx::Display display_2 = screen->GetDisplayNearestWindow(root_windows[1]); 647 display_2 = screen->GetDisplayNearestWindow(root_windows[1]); [all...] |