/external/webkit/WebKit/gtk/webkit/ |
D | webkitwebwindowfeatures.cpp | 88 gboolean fullscreen; member 316 priv->fullscreen = g_value_get_boolean(value); in webkit_web_window_features_set_property() 358 g_value_set_boolean(value, priv->fullscreen); in webkit_web_window_features_get_property() 404 "fullscreen", features.fullscreen, in webkit_web_window_features_new_from_core_features() 437 (priv1->fullscreen == priv2->fullscreen)) in webkit_web_window_features_equal()
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
D | SDL_sysvideo.cc | 59 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/WebCore/page/ |
D | WindowFeatures.h | 49 , fullscreen(false) in WindowFeatures() 77 bool fullscreen; member
|
D | WindowFeatures.cpp | 45 , fullscreen(false) in WindowFeatures() 155 fullscreen = value; in setWindowFeature()
|
/external/qemu/distrib/sdl-1.2.12/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()
|
D | SDL_riscosevents.c | 78 void RISCOS_PollMouseHelper(_THIS, int fullscreen); 256 void RISCOS_PollMouseHelper(_THIS, int fullscreen) in RISCOS_PollMouseHelper() argument 278 if (fullscreen) in RISCOS_PollMouseHelper()
|
D | SDL_wimpvideo.c | 72 extern int RISCOS_ToggleFullScreen(_THIS, int fullscreen);
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
D | SDL_gemvideo.h | 92 SDL_bool fullscreen; /* Fullscreen or windowed mode ? */ member 137 #define GEM_fullscreen (this->hidden->fullscreen)
|
/external/qemu/android/skin/ |
D | window.c | 815 char fullscreen; member 1106 int fullscreen = window->fullscreen; in skin_window_resize() local 1108 if (fullscreen) { in skin_window_resize() 1111 fullscreen = 0; in skin_window_resize() 1140 if (fullscreen) { in skin_window_resize() 1155 if (fullscreen) { in skin_window_resize() 1227 if (!window->fullscreen) { in skin_window_reset() 1377 if (!window->fullscreen) in skin_window_toggle_fullscreen() 1380 window->fullscreen = !window->fullscreen; in skin_window_toggle_fullscreen()
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
D | SDL_dx5events_c.h | 36 extern void DX5_DInputReset(_THIS, int fullscreen);
|
D | SDL_dx5events.c | 656 void DX5_DInputReset(_THIS, int fullscreen) in DX5_DInputReset() argument 665 if ( fullscreen ) { in DX5_DInputReset()
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
D | SDL_sysvideo.cc | 67 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
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzWM.m | 108 if (qz_window == nil || (mode_flags & SDL_FULLSCREEN)) return YES; /*fullscreen*/ 166 if ( CGDisplayIsCaptured (display_id) ) { /* capture signals fullscreen */ 184 if ( CGDisplayIsCaptured (display_id) ) { /* capture signals fullscreen */ 204 if ( ! CGDisplayIsCaptured (display_id) ) { /* not captured => not fullscreen => local coord */ 225 if ( ! CGDisplayIsCaptured (display_id) ) { /* not captured => not fullscreen => local coord */ 551 /*int fullscreen = grab_mode & SDL_GRAB_FULLSCREEN;*/
|
D | SDL_QuartzVideo.m | 32 to fullscreen, we'll set it manually (but only for the 78 /* Hardware surface functions (for fullscreen mode only) */ 361 /* Release fullscreen resources */ 574 /* Setup OpenGL for a fullscreen context */ 585 view allow the cursor to be changed whilst in fullscreen.*/ 594 SDL_SetError ("Error setting OpenGL fullscreen: %s", CGLErrorString(err)); 663 - If it is fullscreen 844 /* Fade in again (asynchronously) if we came from a fullscreen mode and faded to black */ 993 * a fullscreen resolution smaller than the hardware could supply
|
D | SDL_QuartzEvents.m | 955 … to reset any cursor set by [NSCursor set] (used by SDL_SetCursor() in fullscreen mode) to the def…
|
/external/webkit/WebCore/css/ |
D | mediaControls.css | 115 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
|
D | mediaControlsQT.css | 131 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
|
D | CSSValueKeywords.in | 502 media-fullscreen-button
|
/external/webkit/WebCore/css/qt/ |
D | mediaControls-extras.css | 91 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebChromeClient.mm | 179 NSNumber *fullscreen = [[NSNumber alloc] initWithBool:features.fullscreen]; 188 fullscreen, @"fullscreen", 213 [fullscreen release];
|
/external/webkit/WebKit/android/WebCoreSupport/ |
D | ChromeClientAndroid.cpp | 113 if (features.fullscreen) in createWindow()
|
/external/webkit/WebKit/ |
D | StringsNotToBeLocalized.txt | 578 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"fullscreen"
|
/external/webkit/WebCore/bindings/js/ |
D | JSDOMWindowBase.cpp | 332 wargs.fullscreen = false; in showModalDialog()
|
/external/qemu/ |
D | CHANGES.TXT | 602 - you can now toggle between windowed and fullscreen mode at runtime by
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-12-19 | 2520 all features except for channelmode and fullscreen default to YES, but
|