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

1 2

  /external/chromium_org/ash/wm/gestures/
shelf_gesture_handler.cc 46 // The gesture are disabled for fullscreen windows that are not in immersive
48 const aura::Window* fullscreen = controller->GetFullscreenWindow(); local
49 if (fullscreen && !shelf->FullscreenWithMinimalChrome())
  /external/chromium_org/third_party/WebKit/Source/web/
FullscreenController.cpp 96 FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(doc); local
97 if (!fullscreen)
99 if (fullscreen->isFullScreen(doc)) {
103 fullscreen->webkitCancelFullScreen();
105 fullscreen->webkitWillExitFullScreenForElement(0);
116 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(doc)) {
117 if (fullscreen->webkitIsFullScreen()) {
125 fullscreen->webkitDidExitFullScreenForElement(0);
135 // We are already transitioning to fullscreen for a different element.
141 // We are already in fullscreen mode
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_escape.h 83 uint32 fullscreen; member in struct:__anon14805
  /external/chromium_org/ui/views/win/
fullscreen_handler.h 27 void SetFullscreen(bool fullscreen);
32 bool fullscreen() const { return fullscreen_; } function in class:views::FullscreenHandler
36 // Information saved before going into fullscreen mode, used to restore the
45 void SetFullscreenImpl(bool fullscreen, bool for_metro);
51 // Saved window information from before entering fullscreen mode.
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_escape.h 83 uint32 fullscreen; member in struct:__anon25147
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_test.cc 5 #include "chrome/browser/ui/fullscreen/fullscreen_controller_test.h"
11 #include "chrome/browser/ui/fullscreen/fullscreen_controller.h"
57 bool fullscreen = false; local
58 fullscreen_bubble::PermissionRequestedByType(type, &fullscreen, NULL);
59 return fullscreen;
fullscreen_controller.cc 5 #include "chrome/browser/ui/fullscreen/fullscreen_controller.h"
14 #include "chrome/browser/fullscreen.h"
96 // TODO(robertshield): Find a way to reconcile tab-initiated fullscreen
123 // We need to update the fullscreen exit bubble, e.g., going from browser
124 // fullscreen to tab fullscreen will need to show different content.
132 // This is only a change between Browser and Tab fullscreen. We generate
133 // a fullscreen notification now because there is no window change.
150 // If currently there is a tab in "tab fullscreen" mode and fullscreen
319 bool fullscreen = false; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
WindowFeatures.h 51 , fullscreen(false)
74 bool fullscreen; member in struct:WebCore::WindowFeatures
  /external/chromium_org/third_party/WebKit/public/web/
WebWindowFeatures.h 61 bool fullscreen; member in struct:WebKit::WebWindowFeatures
76 , fullscreen(false)
98 , fullscreen(f.fullscreen)
121 result.fullscreen = fullscreen;
  /external/chromium_org/third_party/mesa/src/include/GL/internal/
sarea.h 76 unsigned int fullscreen; member in struct:_XF86DRISAREAFrame
  /external/mesa3d/include/GL/internal/
sarea.h 76 unsigned int fullscreen; member in struct:_XF86DRISAREAFrame
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_registry.cc 14 #include "chrome/browser/ui/fullscreen/fullscreen_controller.h"
63 bool fullscreen; member in struct:extensions::TabCaptureRequest
80 request_->fullscreen = true;
86 request_->fullscreen = false;
102 fullscreen(false) {
162 // If we are exiting fullscreen mode, we only need to check if any of
163 // the requests had the fullscreen flag toggled previously. The
164 // fullscreen controller no longer has the reference to the fullscreen
167 if ((*it)->fullscreen) {
    [all...]
  /external/chromium_org/content/child/npapi/
npobject_stub.cc 264 static NPIdentifier fullscreen = local
265 WebBindings::getStringIdentifier("fullScreen");
266 if (filename == kNewWMPPlugin && id == fullscreen) {
  /external/chromium_org/ash/
root_window_controller_unittest.cc 152 views::Widget* fullscreen = CreateTestWidget(gfx::Rect(900, 10, 100, 100)); local
153 fullscreen->SetFullscreen(true);
154 EXPECT_EQ(root_windows[1], fullscreen->GetNativeView()->GetRootWindow());
157 fullscreen->GetWindowBoundsInScreen().ToString());
159 fullscreen->GetNativeView()->GetBoundsInRootWindow().ToString());
200 // First clear fullscreen status, since both fullscreen and maximized windows
202 fullscreen->SetFullscreen(false);
209 // Set fullscreen to true. In that case the 3px inset becomes invisible so
211 fullscreen->SetFullscreen(true)
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c 165 PP_Bool fullscreen = g_pFullscreen->IsFullscreen(PSGetInstanceId()); local
167 fullscreen ? PP_FALSE : PP_TRUE);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp 66 FullscreenElementStack* fullscreen = fromIfExists(document); local
67 if (!fullscreen) {
68 fullscreen = new FullscreenElementStack(document);
69 Supplement<ScriptExecutionContext>::provideTo(document, supplementName(), adoptPtr(fullscreen));
72 return fullscreen;
159 // the fullscreen enabled flag set.
163 // The context object's node document fullscreen element stack is not empty and its top element
172 // A descendant browsing context's document has a non-empty fullscreen element stack.
216 // 2. If following document is null, push context object on document's fullscreen element
225 // 3. Otherwise, if document's fullscreen element stack is either empty or its top elemen
    [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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 622 * even if DWM is enabled, and buffer_count buffers in fullscreen mode.
899 BOOL fullscreen; member in struct:GalliumDXGISwapChain
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 622 * even if DWM is enabled, and buffer_count buffers in fullscreen mode.
899 BOOL fullscreen; member in struct:GalliumDXGISwapChain
    [all...]
  /external/qemu/android/skin/
window.c 946 char fullscreen; member in struct:SkinWindow
1345 int fullscreen = window->fullscreen; local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 77 boolean fullscreen; // covers the full screen? field in class:ActivityRecord
237 pw.print(prefix); pw.print("fullscreen="); pw.print(fullscreen);
440 fullscreen = ent != null && !ent.array.getBoolean(
474 fullscreen = true;
513 if (fullscreen == toOpaque) {
524 // Keep track of the number of fullscreen activities in this task.
527 fullscreen = toOpaque;
    [all...]
ActivityStack.java 269 // We don't at this point know if the activity is fullscreen,
289 // We don't at this point know if the activity is fullscreen,
298 // We don't at this point know if the activity is fullscreen,
    [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 1324 milliseconds

1 2