HomeSort by relevance Sort by last modified time
    Searched refs:window (Results 226 - 250 of 2361) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/password_manager/
password_manager_util.h 29 bool AuthenticateUser(gfx::NativeWindow window);
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_util.cc 49 bool ShouldSyncWindow(const SyncedWindowDelegate* window) {
50 if (window->IsApp())
52 return window->IsTypeTabbed() || window->IsTypePopup();
  /external/chromium_org/chrome/browser/ui/
confirm_bubble.h 21 void ShowConfirmBubble(gfx::NativeWindow window,
  /external/chromium_org/chrome/browser/ui/pdf/
chrome_pdf_web_contents_helper_client.cc 27 BrowserWindow* window = browser->window();
28 if (!window)
31 LocationBar* location_bar = window->GetLocationBar();
  /external/chromium_org/content/browser/
site_per_process_browsertest.h 22 bool NavigateIframeToURL(Shell* window,
  /external/chromium_org/extensions/test/data/platform_app/
world.js 5 window.onload = function() {
6 console.log('app window opened');
  /external/chromium_org/gpu/command_buffer/tests/
gl_unittests_android.cc 43 gfx::AcceleratedWidget window = surface_texture->CreateSurface(); local
44 EXPECT_TRUE(window != NULL);
47 gfx::GLSurface::CreateViewGLSurface(window);
60 ANativeWindow_release(window);
  /external/chromium_org/gpu/gles2_conform_support/egl/
surface.h 19 EGLNativeWindowType window() { return window_; } function in class:egl::Surface
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DOMWindowWebDatabase.cpp 43 PassRefPtrWillBeRawPtr<Database> DOMWindowWebDatabase::openDatabase(LocalDOMWindow& window, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, DatabaseCallback* creationCallback, ExceptionState& exceptionState)
45 if (!window.isCurrentlyDisplayedInFrame())
51 if (RuntimeEnabledFeatures::databaseEnabled() && window.document()->securityOrigin()->canAccessDatabase()) {
53 database = dbManager.openDatabase(window.document(), name, version, displayName, estimatedSize, creationCallback, error, errorMessage);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_null.cc 19 WindowId window) {
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
cocoa_full_screen_window.h 29 -(NSWindow*)window;
  /external/chromium_org/ui/aura/
env_observer.h 12 class Window;
17 // Called when |window| has been initialized.
18 virtual void OnWindowInitialized(Window* window) = 0;
window_event_dispatcher.h 53 // WindowEventDispatcher orchestrates event dispatch within a window tree
66 Window* mouse_pressed_handler() { return mouse_pressed_handler_; }
67 Window* mouse_moved_handler() { return mouse_moved_handler_; }
86 // When a touch event is dispatched to a Window, it may want to process the
87 // touch event asynchronously. In such cases, the window should consume the
89 // window should let the WindowEventDispatcher know about the result of the
94 Window* window,
107 // Gets the last location seen in a mouse event in this root window's
108 // coordinates. This may return a point outside the root window's bounds
    [all...]
  /external/chromium_org/ui/aura/test/
window_test_api.h 12 class Window;
18 explicit WindowTestApi(Window* window);
25 Window* window_;
  /external/chromium_org/ui/base/android/
view_android.cc 18 ViewAndroid::ViewAndroid(JNIEnv* env, jobject obj, WindowAndroid* window)
20 window_android_(window) {}
45 jlong Init(JNIEnv* env, jobject obj, jlong window) {
47 env, obj, reinterpret_cast<ui::WindowAndroid*>(window));
  /external/chromium_org/ui/base/win/
mouse_wheel_util.h 18 // mouse pointer (but are not the active window). Callers own the returned
22 // Forwards mouse wheel messages to the window under it.
23 // Windows sends mouse wheel messages to the currently active window.
24 // This causes a window to scroll even if it is not currently under the mouse
25 // wheel. The following code gives mouse wheel messages to the window under the
26 // mouse wheel in order to scroll that window. This is arguably a better user
29 UI_BASE_EXPORT bool RerouteMouseWheel(HWND window,
  /external/chromium_org/ui/gfx/win/
hwnd_util.h 21 // Useful for subclassing a HWND. Returns the previous window procedure.
29 // Returns true if the specified window is the current active top window or one
31 GFX_EXPORT bool DoesWindowBelongToActiveWindow(HWND window);
33 // Sizes the window to have a window size of |pref|, then centers the window
34 // over |parent|, ensuring the window fits on screen.
36 HWND window,
43 // Shows |window|'s system menu (at a specified |point| in screen coordinates)
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_event_client.cc 18 const aura::Window* window) const {
x11_move_loop.h 23 virtual bool RunMoveLoop(aura::Window* window, gfx::NativeCursor cursor) = 0;
  /external/chromium_org/ui/wm/core/
transient_window_controller.cc 17 void TransientWindowController::AddTransientChild(aura::Window* parent,
18 aura::Window* child) {
22 void TransientWindowController::RemoveTransientChild(aura::Window* parent,
23 aura::Window* child) {
27 aura::Window* TransientWindowController::GetTransientParent(
28 aura::Window* window) {
29 return const_cast<aura::Window*>(GetTransientParent(
30 const_cast<const aura::Window*>(window)));
    [all...]
  /external/chromium_org/win8/metro_driver/
devices_handler.h 21 HRESULT Initialize(winui::Core::ICoreWindow* window);
  /external/deqp/framework/platform/android/
tcuAndroidNativeActivity.hpp 55 virtual void onNativeWindowCreated (ANativeWindow* window);
56 virtual void onNativeWindowResized (ANativeWindow* window);
57 virtual void onNativeWindowRedrawNeeded (ANativeWindow* window);
58 virtual void onNativeWindowDestroyed (ANativeWindow* window);
  /external/deqp/framework/platform/ios/
tcuIOSAppDelegate.h 30 @property (nonatomic, retain) UIWindow *window; variable
  /cts/tests/tests/dpi/src/android/dpi/cts/
OrientationActivity.java 21 import android.view.Window;
33 Window window = getWindow(); local
34 window.addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD);
  /external/chromium_org/ash/wm/
stacking_controller.h 23 virtual aura::Window* GetDefaultParent(aura::Window* context,
24 aura::Window* window,
28 // Returns corresponding system modal container for a modal window.
33 aura::Window* GetSystemModalContainer(aura::Window* root,
34 aura::Window* window) const;

Completed in 721 milliseconds

1 2 3 4 5 6 7 8 91011>>