HomeSort by relevance Sort by last modified time
    Searched refs:fullscreen (Results 1 - 25 of 35) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events_c.h 36 extern void DX5_DInputReset(_THIS, int fullscreen);
  /external/webkit/WebCore/page/
WindowFeatures.h 49 , fullscreen(false)
77 bool fullscreen; member in struct:WebCore::WindowFeatures
WindowFeatures.cpp 45 , fullscreen(false)
49 The IE rule is: all features except for channelmode and fullscreen default to YES, but
154 else if (keyString == "fullscreen")
155 fullscreen = value;
  /external/webkit/WebCore/css/
mediaControlsGtk.css 60 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
mediaControls.css 113 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
114 -webkit-appearance: media-fullscreen-button;
mediaControlsAndroid.css 114 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
115 -webkit-appearance: media-fullscreen-button;
mediaControlsChromium.css 167 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
168 -webkit-appearance: media-fullscreen-button;
mediaControlsQt.css 120 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
mediaControlsQuickTime.css 43 -webkit-box-ordinal-group: 2; /* Before the fullscreen button */
130 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
186 -webkit-box-ordinal-group: 3; /* between mute and fullscreen */
  /external/webkit/WebKit/gtk/webkit/
webkitwebwindowfeatures.cpp 36 * the request to show the #WebKitWebView fullscreen.
86 gboolean fullscreen; member in struct:_WebKitWebWindowFeaturesPrivate
258 * WebKitWebWindowFeatures:fullscreen:
260 * Controls whether window will be displayed fullscreen.
267 "fullscreen",
268 "Fullscreen",
269 "Controls whether window will be displayed fullscreen.",
316 priv->fullscreen = g_value_get_boolean(value);
358 g_value_set_boolean(value, priv->fullscreen);
404 "fullscreen", features.fullscreen
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 59 static int BE_ToggleFullScreen(_THIS, int fullscreen);
289 /* Get the video modes we can switch to in fullscreen mode */
346 /* Find the closest display mode for fullscreen */
397 static int BE_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen)
406 /* Set the fullscreen mode */
408 SDL_Win->SetFullScreen(fullscreen);
409 fullscreen = SDL_Win->IsFullScreen();
415 if ( fullscreen ) {
428 fullscreen = 0;
429 SDL_Win->SetFullScreen(fullscreen);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 48 #define SDL_NUMMODES 1 /* Fullscreen */
57 short full_w, full_h; /* Fullscreen size */
85 SDL_bool locked; /* AES locked for fullscreen ? */
88 void *menubar; /* Menu bar save buffer when going fullscreen */
92 SDL_bool fullscreen; /* Fullscreen or windowed mode ? */ member in struct:SDL_PrivateVideoData
137 #define GEM_fullscreen (this->hidden->fullscreen)
158 FS: fullscreen
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 59 int RISCOS_ToggleFullScreen(_THIS, int fullscreen);
64 /* Fullscreen mode functions */
75 /* Hardware surface functions - common to WIMP and FULLSCREEN */
145 /* Set other entries for fullscreen mode */
304 int RISCOS_ToggleFullScreen(_THIS, int fullscreen)
306 if (fullscreen)
SDL_riscosevents.c 78 void RISCOS_PollMouseHelper(_THIS, int fullscreen);
254 /* Share routine between WIMP and FULLSCREEN for polling mouse and
256 void RISCOS_PollMouseHelper(_THIS, int fullscreen)
278 if (fullscreen)
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 67 static int QT_ToggleFullScreen(_THIS, int fullscreen);
264 static int QT_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen)
269 static int QT_ToggleFullScreen(_THIS, int fullscreen)
283 current->flags = 0; //SDL_FULLSCREEN; // We always run fullscreen.
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 66 wkFeatures.fullscreen = features.fullscreen;
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 71 int groupId, int requestedOrientation, boolean fullscreen);
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 61 final boolean fullscreen; // covers the full screen? field in class:ActivityRecord
163 pw.print(prefix); pw.print("fullscreen="); pw.print(fullscreen);
264 fullscreen = ent != null && !ent.array.getBoolean(
301 fullscreen = true;
  /external/qemu/android/skin/
window.c 824 char fullscreen; member in struct:SkinWindow
1117 int fullscreen = window->fullscreen; local
1119 if (fullscreen) {
1122 fullscreen = 0;
1151 if (fullscreen) {
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 205 NSNumber *fullscreen = [[NSNumber alloc] initWithBool:features.fullscreen];
214 fullscreen, @"fullscreen",
239 [fullscreen release];
  /external/webkit/WebKit/wx/
WebView.h 316 , fullscreen(false)
326 bool fullscreen; member in class:wxWebKitWindowFeatures
  /external/quake/quake/src/QW/client/
gl_vidnt.c 46 int fullscreen; member in struct:__anon6567
300 Sys_Error ("Couldn't set fullscreen DIB mode");
360 // needed because we're not getting WM_MOVE messages fullscreen on NT
398 // Set either the fullscreen or windowed mode
1214 sprintf(pinfo,"%s fullscreen", pv->modedesc);
1352 modelist[0].fullscreen = 0;
    [all...]
vid_win.c 128 int fullscreen; member in struct:__anon6641
549 modelist[curmode].fullscreen = 1;
696 modelist[0].fullscreen = 0;
708 modelist[1].fullscreen = 0;
720 modelist[2].fullscreen = 0;
788 modelist[nummodes].fullscreen = 1;
838 Con_SafePrintf ("No 8-bpp fullscreen DIB modes found\n");
867 modelist[nummodes].fullscreen = 1;
951 modelist[nummodes].fullscreen = 1;
1033 Con_SafePrintf ("No fullscreen DIB modes found\n");
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 739 qboolean fullscreen = true; local
758 fullscreen = false;
812 // Are we going fullscreen? If so, let's change video mode
813 if (fullscreen) {
842 fullscreen = 0;
gl_vidnt.cpp 46 int fullscreen; member in struct:__anon6928
300 Sys_Error ("Couldn't set fullscreen DIB mode");
360 // needed because we're not getting WM_MOVE messages fullscreen on NT
398 // Set either the fullscreen or windowed mode
1214 sprintf(pinfo,"%s fullscreen", pv->modedesc);
1352 modelist[0].fullscreen = 0;
    [all...]

Completed in 1818 milliseconds

1 2