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

<<11121314151617181920>>

/external/chromium_org/chrome/test/chromedriver/js/
H A Dtest.js39 window.setTimeout(function() {
56 for (var i in window) {
58 tests.push(window[i]);
81 window.addEventListener('load', function() {
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_unittests_android.cc43 gfx::AcceleratedWidget window = surface_texture->CreateSurface(); local
44 EXPECT_TRUE(window != NULL);
47 gfx::GLSurface::CreateViewGLSurface(window);
60 ANativeWindow_release(window);
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDOMWindowWebDatabase.cpp43 PassRefPtrWillBeRawPtr<Database> DOMWindowWebDatabase::openDatabase(LocalDOMWindow& window, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, DatabaseCallback* creationCallback, ExceptionState& exceptionState) argument
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/
H A Dmouse_cursor_monitor_null.cc19 WindowId window) {
17 CreateForWindow( const DesktopCaptureOptions& options, WindowId window) argument
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dcocoa_full_screen_window.h29 -(NSWindow*)window;
/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,
/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:__anon29498
/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/common/extensions/docs/examples/extensions/buildbot/
H A Doptions.js7 window.buildbot = window.buildbot || {};
/external/chromium_org/content/test/data/indexeddb/
H A Dbug_109187.js15 window.index1 = store.createIndex('index1Name', 'prop1');
16 window.index2 = store.createIndex(
18 shouldBeFalse("window.index1.multiEntry");
19 shouldBeTrue("window.index2.multiEntry");
/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

Completed in 3625 milliseconds

<<11121314151617181920>>