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

1 2 3 4

  /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...]
  /external/qemu/distrib/sdl-1.2.15/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/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
main.c 67 static void createSurface (int fullscreen)
72 if (fullscreen)
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
main.c 67 static void createSurface (int fullscreen)
72 if (fullscreen)
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
main.c 67 static void createSurface (int fullscreen)
72 if (fullscreen)
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DisplayActivity.java 71 * @param fullscreen
73 public void setFullScreen(boolean fullscreen) {
74 // If full screen is set, sets the fullscreen flag in the Window manager
76 fullscreen ? WindowManager.LayoutParams.FLAG_FULLSCREEN : 0,
79 // Sets the global fullscreen flag to the current setting
80 mFullScreen = fullscreen;
86 int flag = fullscreen ? View.SYSTEM_UI_FLAG_LOW_PROFILE : 0;
89 if (Build.VERSION.SDK_INT >= 14 && fullscreen) {
99 if ( fullscreen ) {
157 // Sets fullscreen-related flags for the displa
    [all...]
  /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.15/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.15/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)
  /build/tools/droiddoc/templates-ds/
customizations.cs 276 <a class="fullscreen">fullscreen</a>
282 // init fullscreen based on user pref
283 var fullscreen = readCookie("fullscreen");
284 if (fullscreen != 0) {
285 if (fullscreen == "false") {
  /build/tools/droiddoc/templates-sdk/
customizations.cs 276 <a class="fullscreen">fullscreen</a>
282 // init fullscreen based on user pref
283 var fullscreen = readCookie("fullscreen");
284 if (fullscreen != 0) {
285 if (fullscreen == "false") {
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 59 static int BE_ToggleFullScreen(_THIS, int fullscreen);
288 /* Get the video modes we can switch to in fullscreen mode */
345 /* Find the closest display mode for fullscreen */
405 static int BE_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen)
407 // printf("SetFullScreen(%d)\n", fullscreen);
428 if (fullscreen) {
452 // window can resize when going fullscreen.
453 // if (fullscreen)
454 // printf("Going fullscreen\n");
457 SDL_Win->SetFullScreen(fullscreen);
    [all...]

Completed in 1018 milliseconds

1 2 3 4