Searched defs:fullscreen (Results 1 - 23 of 23) sorted by relevance

/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_window_features.cpp81 * @param fullscreen the pointer to store if fullscreen is enabled
85 EAPI void ewk_window_features_bool_property_get(Ewk_Window_Features* window_features, Eina_Bool* toolbar_visible, Eina_Bool* statusbar_visible, Eina_Bool* scrollbars_visible, Eina_Bool* menubar_visible, Eina_Bool* locationbar_visible, Eina_Bool* fullscreen) argument
105 if (fullscreen)
106 *fullscreen = window_features->core->fullscreen;
/external/webkit/Source/WebCore/page/
H A DWindowFeatures.h52 , fullscreen(false)
76 bool fullscreen; member in struct:WebCore::WindowFeatures
/external/webkit/Source/WebKit/chromium/public/
H A DWebWindowFeatures.h61 bool fullscreen; member in struct:WebKit::WebWindowFeatures
76 , fullscreen(false)
98 , fullscreen(f.fullscreen)
/external/webkit/Tools/WinCELauncher/
H A Dmain.cpp57 bool fullscreen = false; local
66 fullscreen = true;
78 if (!fullscreen) {
103 if (fullscreen) {
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker_browsertest.cc31 // An object that wait for lock state and fullscreen state.
62 void Wait(bool locker_state, bool fullscreen) { argument
67 browser_->window()->IsFullscreen() != fullscreen) {
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
H A DSDL_riscosvideo.c59 int RISCOS_ToggleFullScreen(_THIS, int fullscreen);
145 /* Set other entries for fullscreen mode */
304 int RISCOS_ToggleFullScreen(_THIS, int fullscreen) argument
306 if (fullscreen)
H A DSDL_riscosevents.c78 void RISCOS_PollMouseHelper(_THIS, int fullscreen);
256 void RISCOS_PollMouseHelper(_THIS, int fullscreen) argument
278 if (fullscreen)
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
H A DSDL_sysvideo.cc67 static int QT_ToggleFullScreen(_THIS, int fullscreen);
264 static int QT_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen) argument
269 static int QT_ToggleFullScreen(_THIS, int fullscreen) argument
283 current->flags = 0; //SDL_FULLSCREEN; // We always run fullscreen.
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebwindowfeatures.cpp37 * the request to show the #WebKitWebView fullscreen.
87 gboolean fullscreen; member in struct:_WebKitWebWindowFeaturesPrivate
259 * WebKitWebWindowFeatures:fullscreen:
261 * Controls whether window will be displayed fullscreen.
268 "fullscreen",
270 "Controls whether window will be displayed fullscreen.",
317 priv->fullscreen = g_value_get_boolean(value);
359 g_value_set_boolean(value, priv->fullscreen);
414 && (priv1->fullscreen == priv2->fullscreen))
[all...]
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.cc123 void Panel::SetFullscreen(bool fullscreen) { argument
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_sysvideo.cc59 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) argument
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);
484 BE_ToggleFullScreen(_THIS, int fullscreen) argument
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemvideo.h85 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/windx5/
H A DSDL_dx5events.c512 /* We cause this message when we go fullscreen */
655 /* Change cooperative level based on whether or not we are fullscreen */
656 void DX5_DInputReset(_THIS, int fullscreen) argument
665 if ( fullscreen ) {
/external/quake/quake/src/WinQuake/
H A Dgl_vidlinuxglx.cpp739 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;
H A Dgl_vidnt.cpp46 int fullscreen; member in struct:__anon10367
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;
1398 modelist[nummodes].fullscreen = 1;
1463 modelist[nummodes].fullscreen = 1;
1503 Con_SafePrintf ("No fullscreen DIB modes found\n");
1628 Sys_Error ("No RGB fullscreen mode
[all...]
H A Dvid_win.cpp124 int fullscreen; member in struct:__anon10538
508 modelist[curmode].fullscreen = 1;
655 modelist[0].fullscreen = 0;
667 modelist[1].fullscreen = 0;
679 modelist[2].fullscreen = 0;
747 modelist[nummodes].fullscreen = 1;
797 Con_SafePrintf ("No 8-bpp fullscreen DIB modes found\n");
826 modelist[nummodes].fullscreen = 1;
910 modelist[nummodes].fullscreen = 1;
992 Con_SafePrintf ("No fullscreen DI
[all...]
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc695 void BookmarkBarView::OnFullscreenToggled(bool fullscreen) { argument
696 if (!fullscreen)
/external/qemu/android/skin/
H A Dwindow.c935 char fullscreen; member in struct:SkinWindow
1334 int fullscreen = window->fullscreen; local
1336 if (fullscreen) {
1339 fullscreen = 0;
1368 if (fullscreen) {
1383 if (fullscreen) {
1458 if (!window->fullscreen) {
1612 if (!window->fullscreen)
1615 window->fullscreen
[all...]
/external/quake/quake/src/QW/client/
H A Dgl_vidnt.c46 int fullscreen; member in struct:__anon10006
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;
1398 modelist[nummodes].fullscreen = 1;
1463 modelist[nummodes].fullscreen = 1;
1503 Con_SafePrintf ("No fullscreen DIB modes found\n");
1628 Sys_Error ("No RGB fullscreen mode
[all...]
H A Dvid_win.c128 int fullscreen; member in struct:__anon10080
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 DI
[all...]
/external/webkit/Source/WebKit/wx/
H A DWebView.h340 , fullscreen(false)
350 bool fullscreen; member in class:wxWebKitWindowFeatures
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc769 // will return false for fullscreen windows, but we still need to update
770 // their animations (so that when they come out of fullscreen mode they'll
803 void BrowserWindowGtk::SetFullscreen(bool fullscreen) { argument
804 // gtk_window_(un)fullscreen asks the window manager to toggle the EWMH
805 // for fullscreen windows. Not all window managers support this.
806 if (fullscreen) {
1324 // fullscreen, but whether those state updates have been processed yet is
2125 // We do this to avoid triggering fullscreen mode in metacity
2126 // (without the --no-force-fullscreen flag) and in compiz (with
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc721 void BrowserView::SetFullscreen(bool fullscreen) { argument
722 if (IsFullscreen() == fullscreen)
726 ProcessFullscreen(fullscreen);
728 // On Linux changing fullscreen is async. Ask the window to change it's
729 // fullscreen state, and when done invoke ProcessFullscreen.
730 frame_->GetWindow()->SetFullscreen(fullscreen);
1465 // If IsFullscreen() is true, we've just changed into fullscreen mode, and
1466 // we're catching the going-into-fullscreen sizing and positioning calls,
1847 // will return false for fullscreen windows, but we still need to update
1848 // their animations (so that when they come out of fullscreen mod
2093 ProcessFullscreen(bool fullscreen) argument
[all...]

Completed in 1021 milliseconds