Searched refs:window (Results 76 - 100 of 2386) sorted by relevance

1234567891011>>

/external/chromium_org/content/test/data/fileapi/
H A Dcreate_test.js14 window.webkitRequestFileSystem(
15 window.TEMPORARY,
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
H A Dtest.js7 var intervalId = window.setInterval(function () {
11 window.clearInterval(intervalId);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dtest.js7 var intervalId = window.setInterval(function () {
11 window.clearInterval(intervalId);
/external/chromium_org/native_client_sdk/src/tests/sdk_util_test/
H A Dtest.js7 var intervalId = window.setInterval(function () {
11 window.clearInterval(intervalId);
/external/chromium_org/remoting/webapp/
H A Dbrowser_globals.gtestjs14 var window = {
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DDOMWindowCrypto.cpp39 DOMWindowCrypto::DOMWindowCrypto(LocalDOMWindow& window) argument
40 : DOMWindowProperty(window.frame())
53 DOMWindowCrypto& DOMWindowCrypto::from(LocalDOMWindow& window) argument
55 DOMWindowCrypto* supplement = static_cast<DOMWindowCrypto*>(WillBeHeapSupplement<LocalDOMWindow>::from(window, supplementName()));
57 supplement = new DOMWindowCrypto(window);
58 provideTo(window, supplementName(), adoptPtrWillBeNoop(supplement));
63 Crypto* DOMWindowCrypto::crypto(LocalDOMWindow& window) argument
65 return DOMWindowCrypto::from(window).crypto();
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DDOMWindowQuota.cpp42 DOMWindowQuota::DOMWindowQuota(LocalDOMWindow& window) argument
43 : DOMWindowProperty(window.frame())
57 DOMWindowQuota& DOMWindowQuota::from(LocalDOMWindow& window) argument
59 DOMWindowQuota* supplement = static_cast<DOMWindowQuota*>(WillBeHeapSupplement<LocalDOMWindow>::from(window, supplementName()));
61 supplement = new DOMWindowQuota(window);
62 provideTo(window, supplementName(), adoptPtrWillBeNoop(supplement));
68 DeprecatedStorageInfo* DOMWindowQuota::webkitStorageInfo(LocalDOMWindow& window) argument
70 return DOMWindowQuota::from(window).webkitStorageInfo();
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DDOMWindowSpeechSynthesis.cpp40 DOMWindowSpeechSynthesis::DOMWindowSpeechSynthesis(LocalDOMWindow& window) argument
41 : DOMWindowProperty(window.frame())
55 DOMWindowSpeechSynthesis& DOMWindowSpeechSynthesis::from(LocalDOMWindow& window) argument
57 DOMWindowSpeechSynthesis* supplement = static_cast<DOMWindowSpeechSynthesis*>(WillBeHeapSupplement<LocalDOMWindow>::from(window, supplementName()));
59 supplement = new DOMWindowSpeechSynthesis(window);
60 provideTo(window, supplementName(), adoptPtrWillBeNoop(supplement));
66 SpeechSynthesis* DOMWindowSpeechSynthesis::speechSynthesis(LocalDOMWindow& window) argument
68 return DOMWindowSpeechSynthesis::from(window).speechSynthesis();
/external/chromium_org/third_party/skia/experimental/FileReaderApp/
H A DFileReaderAppDelegate.h11 SkNSWindow *window; variable
14 @property (assign) IBOutlet SkNSWindow *window; variable
/external/chromium_org/third_party/skia/experimental/SimpleiOSApp/iPad/
H A DAppDelegate_iPad.h12 UIWindow *window; variable
15 @property (nonatomic, retain) IBOutlet UIWindow *window; variable
/external/chromium_org/third_party/skia/experimental/SimpleiOSApp/iPhone/
H A DAppDelegate_iPhone.h12 UIWindow *window; variable
15 @property (nonatomic, retain) IBOutlet UIWindow *window; variable
/external/chromium_org/tools/gyp/test/mac/app-bundle/TestApp/
H A DTestAppAppDelegate.h8 NSWindow *window; variable
11 @property (assign) IBOutlet NSWindow *window; variable
/external/chromium_org/ui/aura/test/
H A Dwindow_test_api.cc7 #include "ui/aura/window.h"
12 WindowTestApi::WindowTestApi(Window* window) : window_(window) { argument
/external/chromium_org/ui/wm/core/
H A Dbase_focus_rules.h21 // Returns true if the children of |window| can be activated.
22 virtual bool SupportsChildActivation(aura::Window* window) const = 0;
24 // Returns true if |window| is considered visible for activation purposes.
26 aura::Window* window) const;
29 virtual bool IsToplevelWindow(aura::Window* window) const OVERRIDE;
30 virtual bool CanActivateWindow(aura::Window* window) const OVERRIDE;
31 virtual bool CanFocusWindow(aura::Window* window) const OVERRIDE;
32 virtual aura::Window* GetToplevelWindow(aura::Window* window) const OVERRIDE;
34 aura::Window* window) const OVERRIDE;
35 virtual aura::Window* GetFocusableWindow(aura::Window* window) cons
[all...]
/external/chromium_org/ui/wm/public/
H A Dactivation_client.h20 // An interface implemented by an object that manages window activation.
27 // Activates |window|. If |window| is NULL, nothing happens.
28 virtual void ActivateWindow(Window* window) = 0;
30 // Deactivates |window|. What (if anything) is activated next is up to the
31 // client. If |window| is NULL, nothing happens.
32 virtual void DeactivateWindow(Window* window) = 0;
34 // Retrieves the active window, or NULL if there is none.
37 // Retrieves the activatable window for |window|, o
[all...]
/external/chromium_org/win8/metro_driver/
H A Ddevices_handler.cc18 HRESULT DevicesHandler::Initialize(winui::Core::ICoreWindow* window) { argument
19 HRESULT hr = print_handler_.Initialize(window);
/external/skia/experimental/FileReaderApp/
H A DFileReaderAppDelegate.h11 SkNSWindow *window; variable
14 @property (assign) IBOutlet SkNSWindow *window; variable
/external/skia/experimental/SimpleiOSApp/iPad/
H A DAppDelegate_iPad.h12 UIWindow *window; variable
15 @property (nonatomic, retain) IBOutlet UIWindow *window; variable
/external/skia/experimental/SimpleiOSApp/iPhone/
H A DAppDelegate_iPhone.h12 UIWindow *window; variable
15 @property (nonatomic, retain) IBOutlet UIWindow *window; variable
/external/chromium_org/ash/
H A Dscreen_util.cc34 gfx::Rect ScreenUtil::GetMaximizedWindowBoundsInParent(aura::Window* window) { argument
35 if (GetRootWindowController(window->GetRootWindow())->shelf())
36 return GetDisplayWorkAreaBoundsInParent(window);
38 return GetDisplayBoundsInParent(window);
42 gfx::Rect ScreenUtil::GetDisplayBoundsInParent(aura::Window* window) { argument
44 window->parent(),
45 Shell::GetScreen()->GetDisplayNearestWindow(window).bounds());
49 gfx::Rect ScreenUtil::GetDisplayWorkAreaBoundsInParent(aura::Window* window) { argument
51 window->parent(),
52 Shell::GetScreen()->GetDisplayNearestWindow(window)
56 ConvertRectToScreen(aura::Window* window, const gfx::Rect& rect) argument
65 ConvertRectFromScreen(aura::Window* window, const gfx::Rect& rect) argument
[all...]
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_title.js10 window.addEventListener('DOMContentLoaded', function() {
13 fillMostVisited(window.location, function(params, data) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
H A Dtry_status.js7 window.buildbot = window.buildbot || {};
/external/chromium_org/ui/aura/client/
H A Dvisibility_client.cc15 // A property key to store a client that handles window visibility changes.
20 void SetVisibilityClient(Window* window, VisibilityClient* client) { argument
21 window->SetProperty(kWindowVisibilityClientKey, client);
24 VisibilityClient* GetVisibilityClient(Window* window) { argument
26 aura::Window* current = window;
/external/chromium_org/ui/aura/
H A Dwindow_observer.h27 Window* target; // The window that was added or removed.
31 Window* receiver; // The window receiving the notification.
36 // Called when a window is added or removed. Notifications are sent to the
49 // Invoked when |new_window| has been added as a child of this window.
52 // Invoked prior to removing |window| as a child of this window.
53 virtual void OnWillRemoveWindow(Window* window) {} argument
55 // Invoked when this window's parent window changes. |parent| may be NULL.
56 virtual void OnWindowParentChanged(Window* window, Windo argument
64 OnWindowPropertyChanged(Window* window, const void* key, intptr_t old) argument
71 OnWindowVisibilityChanging(Window* window, bool visible) argument
72 OnWindowVisibilityChanged(Window* window, bool visible) argument
76 OnWindowBoundsChanged(Window* window, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
81 OnWindowTransforming(Window* window) argument
82 OnWindowTransformed(Window* window) argument
86 OnWindowStackingChanged(Window* window) argument
89 OnWindowPaintScheduled(Window* window, const gfx::Rect& region) argument
94 OnWindowDestroying(Window* window) argument
104 OnWindowDestroyed(Window* window) argument
107 OnWindowAddedToRootWindow(Window* window) argument
112 OnWindowRemovingFromRootWindow(Window* window, Window* new_root) argument
[all...]
/external/fio/
H A Dgoptions.h4 void gopt_get_options_window(GtkWidget *window, struct gfio_client *gc);

Completed in 781 milliseconds

1234567891011>>