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

1 2 3

  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.h 41 // Find the total height of the floating bar (in fullscreen mode). Safe to call
42 // even when not in fullscreen mode.
46 // width, possibly for fullscreen mode; returns the new maximum y (below the tab
50 fullscreen:(BOOL)fullscreen;
73 // fullscreen mode, with the given frame and fullscreen-mode-status. Should be
74 // called even when not in fullscreen mode to hide the backing view.
76 fullscreen:(BOOL)fullscreen;
    [all...]
browser_window_cocoa.h 55 virtual void SetFullscreen(bool fullscreen);
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events_c.h 36 extern void DX5_DInputReset(_THIS, int fullscreen);
  /external/webkit/Source/WebKit/chromium/public/
WebWindowFeatures.h 61 bool fullscreen; member in struct:WebKit::WebWindowFeatures
76 , fullscreen(false)
98 , fullscreen(f.fullscreen)
  /external/webkit/Source/WebCore/page/
WindowFeatures.h 52 , fullscreen(false)
76 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
156 else if (keyString == "fullscreen")
157 fullscreen = value;
170 , fullscreen(false)
  /external/webkit/Source/WebKit/efl/ewk/
ewk_window_features.cpp 81 * @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)
105 if (fullscreen)
106 *fullscreen = window_features->core->fullscreen;
ewk_window_features.h 43 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);
  /external/webkit/Tools/WinCELauncher/
main.cpp 57 bool fullscreen = false; local
66 fullscreen = true;
78 if (!fullscreen) {
103 if (fullscreen) {
  /external/webkit/Source/WebCore/css/
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-volume-slider {
181 audio::-webkit-media-controls-fullscreen-volume-min-button, video::-webkit-media-controls-fullscreen-volume-min-button {
185 audio::-webkit-media-controls-fullscreen-volume-max-button, video::-webkit-media-controls-fullscreen-volume-max-button {
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 {
mediaControlsGtk.css 84 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
mediaControlsAndroid.css 111 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
112 -webkit-appearance: media-fullscreen-button;
mediaControlsChromium.css 190 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
191 -webkit-appearance: media-fullscreen-button;
mediaControlsEfl.css 134 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
135 -webkit-appearance: media-fullscreen-button;
mediaControlsQt.css 215 audio::-webkit-media-controls-fullscreen-button {
219 video::-webkit-media-controls-fullscreen-button {
257 ::-webkit-media-controls-fullscreen-button
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebwindowfeatures.cpp 37 * 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",
269 "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/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)
  /build/tools/droiddoc/templates-sdk/
customizations.cs 245 <a class="fullscreen">fullscreen</a>
251 // init fullscreen based on user pref
252 var fullscreen = readCookie("fullscreen");
253 if (fullscreen != 0) {
254 if (fullscreen == "false") {
  /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/chromium/chrome/browser/ui/
browser_window.h 138 // Accessors for fullscreen mode state.
139 virtual void SetFullscreen(bool fullscreen) = 0;
142 // Returns true if the fullscreen bubble is visible.
  /external/chromium/chrome/browser/ui/panels/
panel.h 62 virtual void SetFullscreen(bool fullscreen);

Completed in 535 milliseconds

1 2 3