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

  /external/chromium_org/third_party/WebKit/Source/core/page/
Screen.h 42 class Screen : public ScriptWrappable, public RefCounted<Screen>, public DOMWindowProperty {
44 static PassRefPtr<Screen> create(Frame *frame) { return adoptRef(new Screen(frame)); }
56 explicit Screen(Frame*);
Screen.cpp 31 #include "core/page/Screen.h"
43 Screen::Screen(Frame* frame)
49 unsigned Screen::height() const
61 unsigned Screen::width() const
73 unsigned Screen::colorDepth() const
80 unsigned Screen::pixelDepth() const
87 int Screen::availLeft() const
97 int Screen::availTop() const
107 unsigned Screen::availHeight() cons
    [all...]
  /external/chromium_org/ui/gfx/
screen.h 19 // A utility class for getting various info about screen size, displays,
21 class UI_EXPORT Screen {
23 // Retrieves the Screen that the specified NativeView belongs to. A value of
25 static Screen* GetScreenFor(NativeView view);
27 // Returns the SCREEN_TYPE_NATIVE Screen. This should be used with caution,
29 static Screen* GetNativeScreen();
31 // Sets the global screen for a particular screen type. Only the _NATIVE
33 static void SetScreenInstance(ScreenType type, Screen* instance);
35 // Returns the global screen for a particular type. Types other than _NATIV
    [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/chrome/browser/chromeos/login/
oobe_display.h 35 enum Screen {
57 // Shows the given screen.
58 virtual void ShowScreen(WizardScreen* screen) = 0;
60 // Hides the given screen.
61 virtual void HideScreen(WizardScreen* screen) = 0;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
BillboardControl.java 58 * Determines how the billboard is aligned to the screen/camera.
62 * Aligns this Billboard to the screen.
64 Screen,
72 * Aligns this Billboard to the screen, but keeps the Y axis fixed.
77 * Aligns this Billboard to the screen, but keeps the Z axis fixed.
87 alignment = Alignment.Screen;
133 case Screen:
273 * @return The alignment of rotation, AxialY, AxialZ, Camera or Screen.
281 * be Camera, Screen, AxialY, or AxialZ. Invalid alignments will
295 capsule.write(alignment, "alignment", Alignment.Screen);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
60 - Fine control over turtle movement and screen updates via delay(),
118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
151 _CFG = {"width" : 0.5, # Screen
168 "examplescreen": "screen",
456 """Root class for Screen based on Tkinter."""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
60 - Fine control over turtle movement and screen updates via delay(),
118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
151 _CFG = {"width" : 0.5, # Screen
168 "examplescreen": "screen",
456 """Root class for Screen based on Tkinter."""
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 154 /* macros for screen oriented applications (toolkit) */
263 int c_class; /* C++ class of screen (monochrome, etc.) */
265 int class; /* class of screen (monochrome, etc.) */
282 * Information about the screen. The contents of this structure are
283 * implementation dependent. A Screen should be treated as opaque
293 int width, height; /* width and height of screen */
296 Depth *depths; /* list of allowable depths on the screen */
307 } Screen;
310 * Format structure; describes ZFormat data the screen will understand.
346 Window root; /* root of screen containing window *
365 Screen *screen; \/* back pointer to correct screen *\/ member in struct:__anon38460
1088 Screen *screen; member in union:__anon38511
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 154 /* macros for screen oriented applications (toolkit) */
263 int c_class; /* C++ class of screen (monochrome, etc.) */
265 int class; /* class of screen (monochrome, etc.) */
282 * Information about the screen. The contents of this structure are
283 * implementation dependent. A Screen should be treated as opaque
293 int width, height; /* width and height of screen */
296 Depth *depths; /* list of allowable depths on the screen */
307 } Screen;
310 * Format structure; describes ZFormat data the screen will understand.
346 Window root; /* root of screen containing window *
365 Screen *screen; \/* back pointer to correct screen *\/ member in struct:__anon40050
1088 Screen *screen; member in union:__anon40101
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 154 /* macros for screen oriented applications (toolkit) */
263 int c_class; /* C++ class of screen (monochrome, etc.) */
265 int class; /* class of screen (monochrome, etc.) */
282 * Information about the screen. The contents of this structure are
283 * implementation dependent. A Screen should be treated as opaque
293 int width, height; /* width and height of screen */
296 Depth *depths; /* list of allowable depths on the screen */
307 } Screen;
310 * Format structure; describes ZFormat data the screen will understand.
346 Window root; /* root of screen containing window *
365 Screen *screen; \/* back pointer to correct screen *\/ member in struct:__anon41565
1088 Screen *screen; member in union:__anon41616
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 262 milliseconds