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

  /external/webkit/WebCore/page/
Screen.cpp 31 #include "Screen.h"
41 Screen::Screen(Frame* frame)
46 Frame* Screen::frame() const
51 void Screen::disconnectFrame()
56 unsigned Screen::height() const
63 unsigned Screen::width() const
70 unsigned Screen::colorDepth() const
77 unsigned Screen::pixelDepth() const
84 unsigned Screen::availLeft() cons
    [all...]
Screen.h 40 class Screen : public RefCounted<Screen> {
42 static PassRefPtr<Screen> create(Frame *frame) { return adoptRef(new Screen(frame)); }
57 Screen(Frame*);
Screen.idl 32 interface [OmitConstructor] Screen {
DOMWindow.h 65 class Screen;
109 static void adjustWindowRect(const FloatRect& screen, FloatRect& window, const FloatRect& pendingChanges);
117 Screen* screen() const;
341 Screen* optionalScreen() const { return m_screen.get(); }
378 mutable RefPtr<Screen> m_screen;
DOMWindow.cpp 66 #include "Screen.h"
279 // 3) Constrain window rect to within the top and left boundaries of the screen rect
281 // screen rect.
283 // the screen rect.
284 void DOMWindow::adjustWindowRect(const FloatRect& screen, FloatRect& window, const FloatRect& pendingChanges)
287 ASSERT(isfinite(screen.x()));
288 ASSERT(isfinite(screen.y()));
289 ASSERT(isfinite(screen.width()));
290 ASSERT(isfinite(screen.height()));
306 // Resize the window to between 100 and the screen width and height
481 Screen* DOMWindow::screen() const function in class:WebCore::DOMWindow
    [all...]
DOMWindow.idl 47 readonly attribute Screen screen;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarApplication.java 29 * The Screen class defines a node in a linked list. This list contains
33 * screen).
35 static class Screen {
37 public Screen next;
38 public Screen previous;
40 public Screen(int id) {
47 public void insert(Screen node) {
  /external/webkit/WebCore/bindings/v8/custom/
V8ScreenCustom.cpp 39 v8::Handle<v8::Value> toV8(Screen* impl)
  /external/webkit/WebCore/platform/haiku/
ScreenHaiku.cpp 29 #include "Screen.h"
39 #include <interface/Screen.h>
46 BScreen screen; local
47 // FIXME: We assume this screen is valid
48 return FloatRect(screen.Frame());
60 BScreen screen; local
61 // FIXME: We assume this screen is valid
62 color_space cs = screen.ColorSpace();
80 BScreen screen; local
81 // FIXME: We assume this screen is vali
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 58 struct Screen *Public_Display; /* Used for events and window management */
59 struct Screen *GFX_Display; /* Used for graphics and colormap stuff */
107 Sint32 *XPixels; /* A list of pixels that have been allocated, the size depends on the screen format */
147 extern int CGX_CreateWindow(_THIS, SDL_Surface *screen,
150 SDL_Surface *screen, int w, int h, Uint32 flags);
152 extern void CGX_DestroyWindow(_THIS, SDL_Surface *screen);
  /external/skia/src/effects/
SkPorterDuff.cpp 31 MAKE_PAIR(Screen),
  /external/webkit/WebCore/plugins/gtk/
gtk2xtbin.h 141 Screen *screen; /* window's screen */ member in struct:_CorePart
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 43 #include "Screen.h"
169 WTF::PassRefPtr<WebCore::Screen> screen = WebCore::Screen::create(frame);
171 || (features.heightSet && features.height < screen.get()->height()
172 && features.widthSet && features.width < screen.get()->width())
254 * the screen with an input put box. First param is the text, the second is the default value for
  /external/webkit/WebCore/bindings/v8/
V8DOMWrapper.h 83 class Screen;
V8Index.h 407 V(SCREEN, Screen) \
    [all...]
  /development/apps/Term/src/com/android/term/
Term.java 93 * Our main view. Displays the emulated terminal screen.
543 * An abstract screen interface. A terminal screen stores lines of text. (The
547 interface Screen {
551 * wrapped when changing screen size or converting to a transcript.
556 * Store byte b into the screen at location (x, y)
567 * Scroll the screen down one line. To scroll the whole screen of a 24 line
568 * screen, the arguments would be (0, 24).
576 * Block copy characters from one position in the screen to another. The tw
    [all...]
  /frameworks/base/docs/html/resources/
resources_toc.cs 31 <span class="en">Screen Sizes &amp; Densities</span>
62 <li><a href="<?cs var:toroot ?>resources/articles/faster-screen-orientation-change.html">
63 <span class="en">Faster Screen Orientation Change</span>
95 <li><a href="<?cs var:toroot ?>resources/articles/on-screen-inputs.html">
  /device/samsung/crespo/
device.mk 140 # Screen density is actually considered a locale (since it is taken into account
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 626 /* use default screen (from $DISPLAY) */
646 /* Determine the current screen size */
650 /* Determine the default screen depth:
707 static void X11_DestroyWindow(_THIS, SDL_Surface *screen)
710 if ( screen ) {
711 screen->flags &= ~(SDL_OPENGL|SDL_OPENGLBLIT);
720 if ( screen && (screen->flags & SDL_FULLSCREEN) ) {
721 screen->flags &= ~SDL_FULLSCREEN;
895 static int X11_CreateWindow(_THIS, SDL_Surface *screen,
    [all...]
  /external/webkit/WebCore/
Android.mk 357 page/Screen.cpp \
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py 3 "The Screen-Scraper's Friend"
    [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]

Completed in 848 milliseconds