/external/chromium/chrome/browser/ui/cocoa/ |
D | browser_window_controller_private.h | 50 fullscreen:(BOOL)fullscreen; 76 fullscreen:(BOOL)fullscreen; 108 - (void)adjustUIForFullscreen:(BOOL)fullscreen;
|
D | browser_window_controller_private.mm | 96 // 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 …]
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebWindowFeatures.h | 61 bool fullscreen; member 76 , fullscreen(false) in WebWindowFeatures() 98 , fullscreen(f.fullscreen) in WebWindowFeatures()
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_window_features.cpp | 85 …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()
|
D | ewk_window_features.h | 43 …llbars_visible, Eina_Bool* menubar_visible, Eina_Bool* locationbar_visible, Eina_Bool* fullscreen);
|
/external/webkit/Tools/WinCELauncher/ |
D | main.cpp | 57 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/ |
D | mediaControls.css | 135 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…
|
D | fullscreenQuickTime.css | 25 /* 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 {
|
D | mediaControlsAndroid.css | 111 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button { 112 -webkit-appearance: media-fullscreen-button;
|
D | mediaControlsQuickTime.css | 44 -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/ |
D | webkitwebwindowfeatures.cpp | 87 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/webkit/Source/WebCore/page/ |
D | WindowFeatures.h | 52 , fullscreen(false) in WindowFeatures() 76 bool fullscreen; member
|
D | WindowFeatures.cpp | 45 , fullscreen(false) in WindowFeatures() 157 fullscreen = value; in setWindowFeature() 170 , fullscreen(false) in WindowFeatures()
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/ |
D | main.c | 67 static void createSurface (int fullscreen) in createSurface() argument 72 if (fullscreen) in createSurface()
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/ |
D | main.c | 67 static void createSurface (int fullscreen) in createSurface() argument 72 if (fullscreen) in createSurface()
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/ |
D | main.c | 67 static void createSurface (int fullscreen) in createSurface() argument 72 if (fullscreen) in createSurface()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFullScreenController.mm | 284 // 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/ |
D | qwcl-readme.txt | 198 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.15/src/video/riscos/ |
D | SDL_riscosvideo.c | 59 int RISCOS_ToggleFullScreen(_THIS, int fullscreen); 304 int RISCOS_ToggleFullScreen(_THIS, int fullscreen) in RISCOS_ToggleFullScreen() argument 306 if (fullscreen) in RISCOS_ToggleFullScreen()
|
/external/quake/quake/src/WinQuake/ |
D | wqreadme.txt | 199 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.15/src/video/bwindow/ |
D | SDL_sysvideo.cc | 59 static int BE_ToggleFullScreen(_THIS, int fullscreen); 405 static int BE_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen) in BE_SetFullScreen() argument 428 if (fullscreen) { in BE_SetFullScreen() 457 SDL_Win->SetFullScreen(fullscreen); in BE_SetFullScreen() 492 static int BE_ToggleFullScreen(_THIS, int fullscreen) in BE_ToggleFullScreen() argument 494 return BE_SetFullScreen(_this, _this->screen, fullscreen); in BE_ToggleFullScreen()
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
D | SDL_dx5events_c.h | 36 extern void DX5_DInputReset(_THIS, int fullscreen);
|
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
D | SDL_gemvideo.h | 92 SDL_bool fullscreen; /* Fullscreen or windowed mode ? */ member 137 #define GEM_fullscreen (this->hidden->fullscreen)
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/ |
D | SettingsDialog.java | 370 boolean fullscreen = fullscreenBox.isSelected(); in verifyAndSaveCurrentSelection() 387 if (fullscreen) { in verifyAndSaveCurrentSelection() 418 if (!fullscreen) { in verifyAndSaveCurrentSelection() 431 source.setFullscreen(fullscreen); in verifyAndSaveCurrentSelection()
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_controller_unittest.mm | 102 // 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
|