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

  /external/webkit/Source/WebCore/css/
MediaFeatureNames.h 38 macro(device_height, "device-height") \
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 138 #define device_height (this->hidden->height) macro
SDL_QuartzVideo.m 369 QZ_GetModeInfo(this, save_mode, &device_width, &device_height, &device_bpp);
379 this->info.current_h = device_height;
618 screen_rect = NSMakeRect(0,0,device_width,device_height);
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp 1019 int device_height = (int) priv->page->chrome()->client()->windowRect().height(); local
    [all...]

Completed in 660 milliseconds