Searched refs:window (Results 276 - 300 of 2386) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ui/base/android/
H A Dview_android.cc18 ViewAndroid::ViewAndroid(JNIEnv* env, jobject obj, WindowAndroid* window) argument
20 window_android_(window) {}
45 jlong Init(JNIEnv* env, jobject obj, jlong window) { argument
47 env, obj, reinterpret_cast<ui::WindowAndroid*>(window));
/external/chromium_org/ui/gfx/win/
H A Dhwnd_util.h21 // 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|'
[all...]
/external/chromium_org/ui/shell_dialogs/
H A Dshell_dialogs_delegate.h17 // Returns true if the window passed in is in the Windows 8 metro
19 virtual bool IsWindowInMetro(gfx::NativeWindow window) = 0;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_event_client.cc18 const aura::Window* window) const {
H A Ddesktop_screen_position_client.h22 virtual void ConvertPointToScreen(const aura::Window* window,
24 virtual void ConvertPointFromScreen(const aura::Window* window,
26 virtual void ConvertHostPointToScreen(aura::Window* window,
28 virtual void SetBounds(aura::Window* window,
H A Dx11_scoped_capture.h14 // Grabs X11 input on a window., i.e. all subsequent mouse events are dispatched
15 // to the window, while the capture is active.
18 explicit X11ScopedCapture(XID window);
H A Dx11_scoped_capture.cc14 X11ScopedCapture::X11ScopedCapture(XID window) argument
19 int status = XGrabPointer(gfx::GetXDisplay(), window, True, event_mask,
/external/chromium_org/ui/wm/core/
H A Dtransient_window_controller.cc28 aura::Window* window) {
30 const_cast<const aura::Window*>(window)));
34 const aura::Window* window) {
36 TransientWindowManager::Get(window);
27 GetTransientParent( aura::Window* window) argument
33 GetTransientParent( const aura::Window* window) argument
/external/chromium_org/ui/wm/public/
H A Dtooltip_client.h19 // Informs the shell tooltip manager of change in tooltip for window |target|.
42 AURA_EXPORT void SetTooltipText(Window* window,
44 AURA_EXPORT void SetTooltipId(Window* window, void* id);
45 AURA_EXPORT const base::string16 GetTooltipText(Window* window);
46 AURA_EXPORT const void* GetTooltipId(Window* window);
H A Dactivation_change_observer.h17 // Called when |active| gains focus, or there is no active window
19 // previous active window or NULL if there was no previously active
20 // window.
24 // Called when during window activation the currently active window is
25 // selected for activation. This can happen when a window requested for
26 // activation cannot be activated because a system modal window is active.
34 // Gets/Sets the ActivationChangeObserver for a specific window. This observer
37 Window* window,
40 Window* window);
[all...]
H A Danimation_host.h19 // Interface for top level window host of animation. Communicates additional
21 // window closes on hide.
24 // Ensure the host window is at least this large so that transitions have
27 // the window bounds for the top left corner.
29 // window bounds for the bottom right.
34 // Called after the window has faded out on a hide.
41 AURA_EXPORT void SetAnimationHost(Window* window,
43 AURA_EXPORT AnimationHost* GetAnimationHost(Window* window);
/external/deqp/framework/platform/android/
H A DtcuAndroidNativeActivity.cpp64 static void onNativeWindowCreatedCallback (ANativeActivity* activity, ANativeWindow* window) argument
66 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowCreated(window);
69 static void onNativeWindowResizedCallback (ANativeActivity* activity, ANativeWindow* window) argument
71 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowResized(window);
74 static void onNativeWindowRedrawNeededCallback (ANativeActivity* activity, ANativeWindow* window) argument
76 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowRedrawNeeded(window);
79 static void onNativeWindowDestroyedCallback (ANativeActivity* activity, ANativeWindow* window) argument
81 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowDestroyed(window);
173 void NativeActivity::onNativeWindowCreated (ANativeWindow* window) argument
175 DE_UNREF(window);
178 onNativeWindowResized(ANativeWindow* window) argument
183 onNativeWindowRedrawNeeded(ANativeWindow* window) argument
188 onNativeWindowDestroyed(ANativeWindow* window) argument
[all...]
H A DtcuAndroidNativeActivity.hpp55 virtual void onNativeWindowCreated (ANativeWindow* window);
56 virtual void onNativeWindowResized (ANativeWindow* window);
57 virtual void onNativeWindowRedrawNeeded (ANativeWindow* window);
58 virtual void onNativeWindowDestroyed (ANativeWindow* window);
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DpanoramiXext.h39 Window window; /* PanoramiX window - may not exist */ member in struct:__anon28617
/external/chromium_org/athena/wm/
H A Dwindow_overview_mode.cc13 #include "ui/aura/window.h"
25 // The transform for when the window is at the topmost position.
28 // The transform for when the window is at the bottom-most position.
31 // The current overview state of the window. 0.f means the window is at the
32 // topmost position. 1.f means the window is at the bottom-most position.
48 // Sets the progress-state for the window in the overview mode.
49 void SetWindowProgress(aura::Window* window, float progress) { argument
50 WindowOverviewState* state = window->GetProperty(kWindowOverviewState);
53 window
58 RestoreWindowState(aura::Window* window) argument
137 aura::Window* window = (*iter); local
168 aura::Window* window = windows[window_count - 1 - i]; local
194 CreateShadowForWindow(aura::Window* window) argument
206 ui::EventTarget* window = container_; local
233 aura::Window* window = (*iter); local
249 aura::Window* window = (*iter); local
305 Create( aura::Window* window, WindowOverviewModeDelegate* delegate) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dloader.js10 window.CLOSURE_USE_EXT_MESSAGES = true;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
H A Dloader.js31 if (window.location.host !== GOOGLE_HOST ||
32 window.location.pathname !== SEARCH_PATH) {
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_info.js23 window.addEventListener('DOMContentLoaded', extension_info.load);
/external/chromium_org/chrome/browser/resources/
H A Dmanaged_mode_block_interstitial.js6 window.domAutomationController.setAutomationId(1);
7 window.domAutomationController.send(cmd);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
H A Doptions.js7 window.buildbot = window.buildbot || {};
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils_views.cc11 #include "ui/aura/window.h"
19 BrowserWindow* browser_window = browser->window();
21 gfx::NativeWindow window = browser_window->GetNativeWindow(); local
22 DCHECK(window);
24 views::Widget::GetTopLevelWidgetForNativeView(window);
52 aura::Window* window = view->GetWidget()->GetNativeView(); local
53 if (window && window->layer()) {
54 ui::LayerAnimator* animator = window->layer()->GetAnimator();
/external/chromium_org/remoting/webapp/
H A Dsmart_reconnector.js79 this.reconnectTimerId_ = window.setTimeout(
93 window.addEventListener('online', this.bound_.reconnectAsync, false);
104 window.addEventListener(
111 this.connectionTimeoutTimerId_ = window.setTimeout(
116 window.removeEventListener(
118 window.removeEventListener('online', this.bound_.reconnectAsync, false);
119 window.clearTimeout(this.reconnectTimerId_);
120 window.clearTimeout(this.connectionTimeoutTimerId_);
/external/chromium_org/ui/base/win/
H A Dforeground_helper.h14 // Helper class for moving a window to the foreground.
15 // Windows XP and later will not allow a window which is in the background to
16 // move to the foreground, unless requested by the current window in the
29 // Brings a window into the foreground.
30 // Can be called from any window, even if the caller is not the
31 // foreground window.
32 static HRESULT SetForeground(HWND window);
35 HRESULT ForegroundHotKey(HWND window);
/external/chromium_org/ui/snapshot/
H A Dsnapshot_android.cc28 bool GrabWindowSnapshot(gfx::NativeWindow window, argument
36 gfx::NativeWindow window,
49 gfx::Vector2dF offset = window->content_offset();
56 window->GetCompositor()->RequestCopyOfOutputOnRootLayer(request.Pass());
60 gfx::NativeWindow window,
65 MakeAsyncCopyRequest(window,
74 gfx::NativeWindow window,
78 MakeAsyncCopyRequest(window,
35 MakeAsyncCopyRequest( gfx::NativeWindow window, const gfx::Rect& source_rect, const cc::CopyOutputRequest::CopyOutputRequestCallback& callback) argument
59 GrabWindowSnapshotAndScaleAsync( gfx::NativeWindow window, const gfx::Rect& source_rect, const gfx::Size& target_size, scoped_refptr<base::TaskRunner> background_task_runner, const GrabWindowSnapshotAsyncCallback& callback) argument
73 GrabWindowSnapshotAsync( gfx::NativeWindow window, const gfx::Rect& source_rect, scoped_refptr<base::TaskRunner> background_task_runner, const GrabWindowSnapshotAsyncPNGCallback& callback) argument
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestWindowTest.java13 TestWindow window = new TestWindow(null);
14 Assert.assertNotNull(window.getWindowManager());

Completed in 678 milliseconds

<<11121314151617181920>>