Searched refs:window (Results 1 - 25 of 1046) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-96526-001.js53 if (jumpto == 0) window.location = "http://www.newyankee.com/GetYankees2.cgi?1.jpg";
54 else if (jumpto == [0]) window.location = "http://www.newyankee.com/GetYankees2.cgi?ImageName";
55 else if (jumpto == [1]) window.location = "http://www.newyankee.com/GetYankees2.cgi?1.jpg";
56 else if (jumpto == [2]) window.location = "http://www.newyankee.com/GetYankees2.cgi?arsrferguson.jpg";
57 else if (jumpto == [3]) window.location = "http://www.newyankee.com/GetYankees2.cgi?akjamesmartin.jpg";
58 else if (jumpto == [4]) window.location = "http://www.newyankee.com/GetYankees2.cgi?aldaverackett.jpg";
59 else if (jumpto == [5]) window.location = "http://www.newyankee.com/GetYankees2.cgi?alericbrasher.jpg";
60 else if (jumpto == [6]) window.location = "http://www.newyankee.com/GetYankees2.cgi?algeorgewatkins.jpg";
61 else if (jumpto == [7]) window.location = "http://www.newyankee.com/GetYankees2.cgi?altoddcruise.jpg";
62 else if (jumpto == [8]) window
[all...]
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSX.h28 typedef int (Tk_MacOSXEmbedRegisterWinProc) (long winID, Tk_Window window);
29 typedef void* (Tk_MacOSXEmbedGetGrafPortProc) (Tk_Window window);
30 typedef int (Tk_MacOSXEmbedMakeContainerExistProc) (Tk_Window window);
31 typedef void (Tk_MacOSXEmbedGetClipProc) (Tk_Window window, TkRegion rgn);
32 typedef void (Tk_MacOSXEmbedGetOffsetInParentProc) (Tk_Window window, void *ulCorner);
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSX.h30 typedef int (Tk_MacOSXEmbedRegisterWinProc) (int winID, Tk_Window window);
31 typedef GWorldPtr (Tk_MacOSXEmbedGetGrafPortProc) (Tk_Window window);
32 typedef int (Tk_MacOSXEmbedMakeContainerExistProc) (Tk_Window window);
33 typedef void (Tk_MacOSXEmbedGetClipProc) (Tk_Window window, RgnHandle rgn);
34 typedef void (Tk_MacOSXEmbedGetOffsetInParentProc) (Tk_Window window, Point *ulCorner);
/macosx-10.10/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DFourthPage.cpp77 CWnd * window; local
80 window = GetDlgItem( IDC_INSTALLING );
81 require_action( window, exit, err = kUnknownErr );
82 window->ShowWindow( SW_HIDE );
84 window = GetDlgItem( IDC_PROGRESS );
85 require_action( window, exit, err = kUnknownErr );
86 SetWindowLong( *window, GWL_STYLE, GetWindowLong( *window, GWL_STYLE ) | PBS_MARQUEE );
87 SetWindowLongPtr( *window, GWL_STYLE, GetWindowLongPtr( *window, GWL_STYL
168 CWnd * window; local
197 CWnd * window; local
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/quota/
H A DDOMWindowQuota.cpp44 DOMWindowQuota::DOMWindowQuota(DOMWindow* window) argument
45 : DOMWindowProperty(window->frame())
59 DOMWindowQuota* DOMWindowQuota::from(DOMWindow* window) argument
61 DOMWindowQuota* supplement = static_cast<DOMWindowQuota*>(Supplement<DOMWindow>::from(window, supplementName()));
63 auto newSupplement = std::make_unique<DOMWindowQuota>(window);
65 provideTo(window, supplementName(), WTF::move(newSupplement));
71 StorageInfo* DOMWindowQuota::webkitStorageInfo(DOMWindow* window) argument
73 return DOMWindowQuota::from(window)->webkitStorageInfo();
79 frame()->document()->addConsoleMessage(MessageSource::JS, MessageLevel::Warning, ASCIILiteral("window.webkitStorageInfo is deprecated. Use navigator.webkitTemporaryStorage or navigator.webkitPersistentStorage instead."));
/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DDOMWindowSpeechSynthesis.cpp41 DOMWindowSpeechSynthesis::DOMWindowSpeechSynthesis(DOMWindow* window) argument
42 : DOMWindowProperty(window->frame())
56 DOMWindowSpeechSynthesis* DOMWindowSpeechSynthesis::from(DOMWindow* window) argument
58 DOMWindowSpeechSynthesis* supplement = static_cast<DOMWindowSpeechSynthesis*>(Supplement<DOMWindow>::from(window, supplementName()));
60 auto newSupplement = std::make_unique<DOMWindowSpeechSynthesis>(window);
62 provideTo(window, supplementName(), WTF::move(newSupplement));
68 SpeechSynthesis* DOMWindowSpeechSynthesis::speechSynthesis(DOMWindow* window) argument
70 return DOMWindowSpeechSynthesis::from(window)->speechSynthesis();
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSControlExtras.m47 NSWindow *window = [self window];
48 NSRect windowFrame = [window frame];
51 backingScaleFactor = [window backingScaleFactor];
54 [window setFrame:windowFrame display:NO];
/macosx-10.10/WebKit-7600.1.25/mac/Panels/
H A DWebPanelAuthenticationHandler.m70 -(void)enqueueChallenge:(NSURLAuthenticationChallenge *)challenge forWindow:(id)window
72 NSMutableArray *queue = [windowToChallengeQueue objectForKey:window];
75 [windowToChallengeQueue setObject:queue forKey:window];
81 -(void)tryNextChallengeForWindow:(id)window
83 NSMutableArray *queue = [windowToChallengeQueue objectForKey:window];
90 [windowToChallengeQueue removeObjectForKey:window];
100 [self startAuthentication:challenge window:(window == WebModalDialogPretendWindow ? nil : window)];
105 -(void)startAuthentication:(NSURLAuthenticationChallenge *)challenge window
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/
H A Dtkv.tcl73 # Small proc to concatenate window pathnames
81 # Create a new image window
84 proc image_window {{window {}}} {
86 if {![string compare $window {}]} {
87 set window .image$tkvPriv(count)
90 if {[winfo exists $window]} {
91 catch {eval destroy [winfo children $window]}
93 toplevel $window
95 wm title $window [mc {Viewer}]
96 set frame [ConCat $window fram
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebWindowAnimation.h35 - (id)initWithHintedDuration:(NSTimeInterval)duration window:(NSWindow *)window initalFrame:(NSRect)initialFrame finalFrame:(NSRect)finalFrame;
42 - (void)setWindow:(NSWindow *)window;
53 - (id)initWithDuration:(NSTimeInterval)duration window:(NSWindow *)window initialAlpha:(CGFloat)initialAlpha finalAlpha:(CGFloat)finalAlpha;
58 - (void)setWindow:(NSWindow *)window;
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DDOMWindowIndexedDatabase.cpp40 DOMWindowIndexedDatabase::DOMWindowIndexedDatabase(DOMWindow* window) argument
41 : DOMWindowProperty(window->frame())
42 , m_window(window)
55 DOMWindowIndexedDatabase* DOMWindowIndexedDatabase::from(DOMWindow* window) argument
57 DOMWindowIndexedDatabase* supplement = static_cast<DOMWindowIndexedDatabase*>(Supplement<DOMWindow>::from(window, supplementName()));
59 auto newSupplement = std::make_unique<DOMWindowIndexedDatabase>(window);
61 provideTo(window, supplementName(), WTF::move(newSupplement));
96 IDBFactory* DOMWindowIndexedDatabase::indexedDB(DOMWindow* window) argument
98 return from(window)->indexedDB();
/macosx-10.10/WebCore-7600.1.25/Modules/notifications/
H A DDOMWindowNotifications.cpp40 DOMWindowNotifications::DOMWindowNotifications(DOMWindow* window) argument
41 : DOMWindowProperty(window->frame())
42 , m_window(window)
55 DOMWindowNotifications* DOMWindowNotifications::from(DOMWindow* window) argument
57 DOMWindowNotifications* supplement = static_cast<DOMWindowNotifications*>(Supplement<DOMWindow>::from(window, supplementName()));
59 auto newSupplement = std::make_unique<DOMWindowNotifications>(window);
61 provideTo(window, supplementName(), WTF::move(newSupplement));
66 NotificationCenter* DOMWindowNotifications::webkitNotifications(DOMWindow* window) argument
68 return DOMWindowNotifications::from(window)->webkitNotifications();
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixFocus.c24 * This function is invoked to move the official X focus from one window
34 * The official X focus window changes; the application's focus window
49 Window window, root, parent, *children;
55 * Don't set the X focus to a window that's marked override-redirect.
59 * will still find their way to the focus window, and menus aren't
60 * decorated anyway so the window manager doesn't need to hear about the
79 * Find the focus window, then see if it or one of its ancestors is a
80 * window in our application (it's possible that the focus window i
48 Window window, root, parent, *children; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixFocus.c27 * one window to another.
37 * The official X focus window changes; the application's focus
38 * window isn't changed by this procedure.
52 Window window, root, parent, *children;
58 * Don't set the X focus to a window that's marked
63 * focus window, and menus aren't decorated anyway so the window
83 * Find the focus window, then see if it or one of its ancestors
84 * is a window in our application (it's possible that the focus
85 * window i
51 Window window, root, parent, *children; local
[all...]
/macosx-10.10/Heimdal-398.1.2/Sample/GSSSampleIOS/
H A DAppDelegate.h9 @property (strong, nonatomic) UIWindow *window; variable
/macosx-10.10/Heimdal-398.1.2/appl/GSSSimpleTest/GSSSimpleTest/
H A DAppDelegate.h12 @property (strong, nonatomic) UIWindow *window; variable
/macosx-10.10/Heimdal-398.1.2/tests/GSSTestApp/GSSTestAppIOS/
H A DAppDelegate.h13 @property (strong, nonatomic) UIWindow *window; variable
/macosx-10.10/Security-57031.1.35/Keychain/
H A DAppDelegate.h13 @property (strong, nonatomic) UIWindow *window; variable
/macosx-10.10/Security-57031.1.35/SharedWebCredentialViewService/
H A DSWCAppDelegate.h12 @property (strong, nonatomic) UIWindow *window; variable
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/
H A DGamepadManager.cpp41 static NavigatorGamepad* navigatorGamepadFromDOMWindow(DOMWindow* window) argument
43 Navigator* navigator = window->navigator();
86 for (auto* window : domWindowVector) {
87 // Event dispatch might have made this window go away.
88 if (!m_domWindows.contains(window))
91 NavigatorGamepad* navigator = navigatorGamepadFromDOMWindow(window);
105 window->dispatchEvent(GamepadEvent::create(eventNames().gamepaddisconnectedEvent, gamepad.get()), window->document());
138 for (auto* window : domWindowVector) {
139 // Event dispatch might have made this window g
176 registerDOMWindow(DOMWindow* window) argument
198 unregisterDOMWindow(DOMWindow* window) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DScriptCachedFrameData.cpp58 JSDOMWindow* window = windowShell->window(); local
59 m_windows.add(&windowShell->world(), Strong<JSDOMWindow>(window->vm(), window));
60 window->setConsoleClient(nullptr);
83 if (JSDOMWindow* window = m_windows.get(world).get())
84 windowShell->setWindow(window->vm(), window);
87 if (&windowShell->window()->impl() == domWindow)
94 windowShell->window()
[all...]
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dsun-fns.el49 ;; with three arguments: (window x-pos y-pos)
51 ;; Use the macro "eval-in-window" to execute a function
52 ;; in a temporarily selected window.
81 (defun mouse-move-point (window x y)
83 (select-window window)
90 (defun mouse-set-mark (&optional window x y)
92 (eval-in-window window ;; use this to get the unwind protect
100 (defun mouse-set-mark-and-select (window
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWKFullScreenWindowController.mm77 static NSRect convertRectToScreen(NSWindow *window, NSRect rect)
79 return [window convertRectToScreen:rect];
82 static void makeResponderFirstResponderIfDescendantOfView(NSWindow *window, NSResponder *responder, NSView *view)
85 [window makeFirstResponder:responder];
92 - (id)initWithWindow:(NSWindow *)window webView:(WKView *)webView
94 self = [super initWithWindow:window];
97 [window setDelegate:self];
98 [window setCollectionBehavior:([window collectionBehavior] | NSWindowCollectionBehaviorFullScreenPrimary)];
107 [[self window] setDelegat
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DDOMWindowWebDatabase.cpp43 PassRefPtr<Database> DOMWindowWebDatabase::openDatabase(DOMWindow* window, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode& ec) argument
45 if (!window->isCurrentlyDisplayedInFrame())
51 if (dbManager.isAvailable() && window->document()->securityOrigin()->canAccessDatabase(window->document()->topOrigin())) {
52 database = dbManager.openDatabase(window->document(), name, version, displayName, estimatedSize, creationCallback, error);
/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DDelPane.c37 XDeleteAssoc(display, menu->assoc_tab, p_ptr->window);
55 XDeleteAssoc(display, menu->assoc_tab, s_ptr->window);
61 if (p_ptr->window) {
65 XDestroySubwindows(display, p_ptr->window);
68 * Destroy the pane window.
70 XDestroyWindow(display, p_ptr->window);

Completed in 243 milliseconds

1234567891011>>