Searched refs:fullScreen (Results 1 – 4 of 4) sorted by relevance
246 RenderFullScreen* fullScreen = parent->isRenderFullScreen() ? toRenderFullScreen(parent) : 0; in rendererPlaceholder() local247 if (!fullScreen) in rendererPlaceholder()250 return fullScreen->placeholder(); in rendererPlaceholder()
18 @property (nonatomic, getter=isFullScreen) BOOL fullScreen; property47 @synthesize fullScreen = fullScreen_;
664 SDL_Rect fullScreen; in RedrawWindowL() local665 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()
334 …DEFINE_STATIC_LOCAL(AtomicString, fullScreen, ("-webkit-full-screen", AtomicString::ConstructFromL… in nameToPseudoTypeMap()418 nameToPseudoType->set(fullScreen.impl(), CSSSelector::PseudoFullScreen); in nameToPseudoTypeMap()