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

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer.h48 struct Screen { struct in class:webrtc::ScreenCapturer
51 typedef std::vector<Screen> ScreenList;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DScreen.cpp31 #include "core/frame/Screen.h"
43 Screen::Screen(LocalFrame* frame) function in class:blink::Screen
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
[all...]
/external/chromium_org/ui/gfx/
H A Dscreen.cc13 Screen* g_screen_[SCREEN_TYPE_LAST + 1];
18 Screen::Screen() { function in class:gfx::Screen
21 Screen::~Screen() {
25 Screen* Screen::GetScreenFor(NativeView view) {
36 void Screen::SetScreenInstance(ScreenType type, Screen* instance) {
42 Screen* Scree
[all...]
H A Dscreen.h25 // computer -- see the Display class for that. A single Screen object exists on
28 class GFX_EXPORT Screen { class in namespace:gfx
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();
40 static void SetScreenInstance(ScreenType type, Screen* instance);
44 static Screen* GetScreenByType(ScreenType type);
50 Screen();
51 virtual ~Screen();
[all...]
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Doobe_display.h38 enum Screen { enum in class:chromeos::OobeDisplay

Completed in 203 milliseconds