Home
last modified time | relevance | path

Searched refs:fullscreen (Results 1 – 25 of 156) sorted by relevance

1234567

/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller_private.h50 fullscreen:(BOOL)fullscreen;
76 fullscreen:(BOOL)fullscreen;
108 - (void)adjustUIForFullscreen:(BOOL)fullscreen;
Dbrowser_window_controller_private.mm96 // If we're in fullscreen mode, save the position of the regular window
105 // changed while in fullscreen mode). If we see a nil screen, return without
107 // TODO(rohitrao): We should just not save anything for fullscreen windows.
187 // In fullscreen mode, |yOffset| accounts for the sliding position of the
200 maxY = [self layoutTabStripAtMaxY:maxY width:width fullscreen:isFullscreen];
230 fullscreen:isFullscreen];
233 // fullscreen mode, it hangs off the top of the screen when the bar is hidden.
237 // If in fullscreen mode, reset |maxY| to top of screen, so that the floating
243 // fullscreen mode in which case it's at the top of the visual content area.
287 fullscreen:(BOOL)fullscreen {
[all …]
Dbrowser_window_cocoa_unittest.mm93 - (void)setFullscreen:(BOOL)fullscreen {
94 fullscreen_ = fullscreen;
/external/webkit/Source/WebKit/chromium/public/
DWebWindowFeatures.h61 bool fullscreen; member
76 , fullscreen(false) in WebWindowFeatures()
98 , fullscreen(f.fullscreen) in WebWindowFeatures()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_window_features.cpp85 …ollbars_visible, Eina_Bool* menubar_visible, Eina_Bool* locationbar_visible, Eina_Bool* fullscreen) in ewk_window_features_bool_property_get() argument
105 if (fullscreen) in ewk_window_features_bool_property_get()
106 *fullscreen = window_features->core->fullscreen; in ewk_window_features_bool_property_get()
Dewk_window_features.h43 …llbars_visible, Eina_Bool* menubar_visible, Eina_Bool* locationbar_visible, Eina_Bool* fullscreen);
/external/webkit/Tools/WinCELauncher/
Dmain.cpp57 bool fullscreen = false; in _tWinMain() local
66 fullscreen = true; in _tWinMain()
78 if (!fullscreen) { in _tWinMain()
103 if (fullscreen) { in _tWinMain()
/external/webkit/Source/WebCore/css/
DmediaControls.css135 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
136 -webkit-appearance: media-fullscreen-button;
177 audio::-webkit-media-controls-fullscreen-volume-slider, video::-webkit-media-controls-fullscreen-vo…
181 audio::-webkit-media-controls-fullscreen-volume-min-button, video::-webkit-media-controls-fullscree…
185 audio::-webkit-media-controls-fullscreen-volume-max-button, video::-webkit-media-controls-fullscree…
DfullscreenQuickTime.css25 /* alternate media controls - Extend fullscreen.css */
75 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-min-button {
85 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-slider {
95 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-max-button {
DmediaControlsAndroid.css114 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
115 -webkit-appearance: media-fullscreen-button;
DmediaControlsQuickTime.css44 -webkit-box-ordinal-group: 2; /* Before the fullscreen button */
136 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
195 -webkit-box-ordinal-group: 3; /* between mute and fullscreen */
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebwindowfeatures.cpp87 gboolean fullscreen; member
317 priv->fullscreen = g_value_get_boolean(value); in webkit_web_window_features_set_property()
359 g_value_set_boolean(value, priv->fullscreen); in webkit_web_window_features_get_property()
414 && (priv1->fullscreen == priv2->fullscreen)) in webkit_web_window_features_equal()
443 "fullscreen", features.fullscreen, in kitNew()
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysvideo.cc59 static int BE_ToggleFullScreen(_THIS, int fullscreen);
397 static int BE_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen) in BE_SetFullScreen() argument
408 SDL_Win->SetFullScreen(fullscreen); in BE_SetFullScreen()
409 fullscreen = SDL_Win->IsFullScreen(); in BE_SetFullScreen()
415 if ( fullscreen ) { in BE_SetFullScreen()
428 fullscreen = 0; in BE_SetFullScreen()
429 SDL_Win->SetFullScreen(fullscreen); in BE_SetFullScreen()
433 if ( was_fullscreen && ! fullscreen ) { in BE_SetFullScreen()
457 if ( fullscreen ) { in BE_SetFullScreen()
476 if ( fullscreen ) { in BE_SetFullScreen()
[all …]
/external/webkit/Source/WebCore/page/
DWindowFeatures.h52 , fullscreen(false) in WindowFeatures()
76 bool fullscreen; member
DWindowFeatures.cpp45 , fullscreen(false) in WindowFeatures()
157 fullscreen = value; in setWindowFeature()
170 , fullscreen(false) in WindowFeatures()
/external/webkit/Source/WebKit/mac/WebView/
DWebFullScreenController.mm284 // Move the webView into our fullscreen Window
335 // Is the fullscreen screen the main screen? (Note: this covers the case where only a
336 // single screen is available.) Is the fullscreen screen on the current space? IFF so,
337 // then exit fullscreen mode.
345 // the Dock's size or location, or they may have changed the fullscreen screen's dimensions.
406 // Set our fullscreen element's initial frame, and flip the coordinate systems from
412 // pseudo-classes on the fullscreen element and the document element.
416 // Check to see if the fullscreen renderer is composited. If not, accelerated graphics
432 // Cause the document to layout, thus calculating a new fullscreen element size:
435 // FIXME: try to use the fullscreen element's calculated x, y, width, and height instead of the
[all …]
/external/quake/quake/src/QW/docs/
Dqwcl-readme.txt198 How do I select fullscreen or windowed QWCL operation?
202 fullscreen. You can make any of these modes the current and/or
204 default, QWCL will still briefly start up in fullscreen mode, then
249 QWCL sometimes runs pretty slowly fullscreen
273 can do to speed up fullscreen QWCL on Win95, other than shrinking the
292 window; fullscreen apps rarely suffer from this.)
316 either a normal window or fullscreen. Consequently, in some modes and
372 Screen saver never kicks in when running QWCL fullscreen
374 It does work windowed, but when QWCL is fullscreen, it completely
385 desktop, run QWCL fullscreen.
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscosvideo.c59 int RISCOS_ToggleFullScreen(_THIS, int fullscreen);
304 int RISCOS_ToggleFullScreen(_THIS, int fullscreen) in RISCOS_ToggleFullScreen() argument
306 if (fullscreen) in RISCOS_ToggleFullScreen()
DSDL_riscosevents.c78 void RISCOS_PollMouseHelper(_THIS, int fullscreen);
256 void RISCOS_PollMouseHelper(_THIS, int fullscreen) in RISCOS_PollMouseHelper() argument
278 if (fullscreen) in RISCOS_PollMouseHelper()
/external/quake/quake/src/WinQuake/
Dwqreadme.txt199 How do I select fullscreen or windowed WQ operation?
203 fullscreen. You can make any of these modes the current and/or
205 default, WQ will still briefly start up in fullscreen mode, then
250 WQ sometimes runs pretty slowly fullscreen
274 can do to speed up fullscreen WQ on Win95, other than shrinking the
293 window; fullscreen apps rarely suffer from this.)
317 either a normal window or fullscreen. Consequently, in some modes and
373 Screen saver never kicks in when running WQ fullscreen
375 It does work windowed, but when WinQuake is fullscreen, it completely
386 desktop, run WQ fullscreen.
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemvideo.h92 SDL_bool fullscreen; /* Fullscreen or windowed mode ? */ member
137 #define GEM_fullscreen (this->hidden->fullscreen)
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
DSDL_dx5events_c.h36 extern void DX5_DInputReset(_THIS, int fullscreen);
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_controller_unittest.mm102 // Simulate a popup going fullscreen and back by performing the reparenting
103 // that happens during fullscreen transitions
123 // Simulate a popup going fullscreen and back by performing the reparenting
124 // that happens during fullscreen transitions
/external/quake/quake/src/WinQuake/docs/
DREADME79 enviroment variable "MESA_GLX_FX" to "fullscreen" for fullscreen mode
80 and "window" for windowed mode, eg. "export MESA_GLX_FX=fullscreen" for sh
81 or "setenv MESA_GLX_FX fullscreen" for csh.
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_sysvideo.cc67 static int QT_ToggleFullScreen(_THIS, int fullscreen);
264 static int QT_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen) in QT_SetFullScreen() argument
269 static int QT_ToggleFullScreen(_THIS, int fullscreen) in QT_ToggleFullScreen() argument

1234567