HomeSort by relevance Sort by last modified time
    Searched defs:Screen (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/gfx/
screen.h 21 // A utility class for getting various info about screen size, displays,
25 // computer -- see the Display class for that. A single Screen object exists on
28 class GFX_EXPORT Screen {
30 // Retrieves the Screen that the specified NativeView belongs to. A value of
32 static Screen* GetScreenFor(NativeView view);
34 // Returns the SCREEN_TYPE_NATIVE Screen. This should be used with caution,
36 static Screen* GetNativeScreen();
38 // Sets the global screen for a particular screen type. Only the _NATIVE
40 static void SetScreenInstance(ScreenType type, Screen* instance)
    [all...]
screen.cc 6 #include "ui/gfx/screen.h"
13 Screen* g_screen_[SCREEN_TYPE_LAST + 1];
18 Screen::Screen() {
21 Screen::~Screen() {
25 Screen* Screen::GetScreenFor(NativeView view) {
36 void Screen::SetScreenInstance(ScreenType type, Screen* instance)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Screen.cpp 31 #include "core/frame/Screen.h"
43 Screen::Screen(LocalFrame* frame)
48 unsigned Screen::height() const
58 unsigned Screen::width() const
68 unsigned Screen::colorDepth() const
75 unsigned Screen::pixelDepth() const
82 int Screen::availLeft() const
92 int Screen::availTop() const
102 unsigned Screen::availHeight() cons
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer.h 37 // A screen capture is performed if needed. For example, Windows requires
38 // a capture to calculate the diff from the previous screen, whereas the
46 // Use a struct to represent a screen although it has only an id for now,
48 struct Screen {
51 typedef std::vector<Screen> ScreenList;
96 // Select the screen to be captured. Returns false in case of a failure (e.g.
97 // if there is no screen with the specified id). If this is never called, the
  /external/chromium_org/chrome/browser/chromeos/login/ui/
oobe_display.h 38 enum Screen {

Completed in 766 milliseconds