Home
last modified time | relevance | path

Searched refs:fullScreen (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderVideo.cpp246 RenderFullScreen* fullScreen = parent->isRenderFullScreen() ? toRenderFullScreen(parent) : 0; in rendererPlaceholder() local
247 if (!fullScreen) in rendererPlaceholder()
250 return fullScreen->placeholder(); in rendererPlaceholder()
/external/chromium/chrome/browser/
Dfullscreen_mac.mm18 @property (nonatomic, getter=isFullScreen) BOOL fullScreen; property
47 @synthesize fullScreen = fullScreen_;
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
DSDL_epocvideo.cpp664 SDL_Rect fullScreen; in RedrawWindowL() local
665 fullScreen.x = 0; in RedrawWindowL()
666 fullScreen.y = 0; in RedrawWindowL()
667 fullScreen.w = _this->screen->w; in RedrawWindowL()
668 fullScreen.h = _this->screen->h; in RedrawWindowL()
669 EPOC_DirectUpdate(_this, 1, &fullScreen); in RedrawWindowL()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSSelector.cpp334 …DEFINE_STATIC_LOCAL(AtomicString, fullScreen, ("-webkit-full-screen", AtomicString::ConstructFromL… in nameToPseudoTypeMap()
418 nameToPseudoType->set(fullScreen.impl(), CSSSelector::PseudoFullScreen); in nameToPseudoTypeMap()