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

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DbuildSystemOnly.js6 window.flattenImports = true;
7 window.DEBUG = false
H A DUIString.js40 if (window.localizedStrings && string in window.localizedStrings)
41 string = window.localizedStrings[string];
H A DExtensionRegistryStub.js31 if (!window.InspectorExtensionRegistry) {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/resources/
H A Dlink-title.js0 window.document.getElementById('WebKitLink').title;
/macosx-10.9.5/JavaScriptCore-7537.78.1/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/mDNSResponder-522.92.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.9.5/RubyCocoa-80/RubyCocoa/sample/MultiNib/
H A DWindowBController.rb5 ns_outlets :window
13 @window.makeKeyAndOrderFront(self)
/macosx-10.9.5/WebCore-7537.78.1/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 supplement = new DOMWindowQuota(window);
64 provideTo(window, supplementName(), adoptPtr(supplement));
70 StorageInfo* DOMWindowQuota::webkitStorageInfo(DOMWindow* window) argument
72 return DOMWindowQuota::from(window)->webkitStorageInfo();
78 frame()->document()->addConsoleMessage(JSMessageSource, WarningMessageLevel, "window.webkitStorageInfo is deprecated. Use navigator.webkitTemporaryStorage or navigator.webkitPersistentStorage instead.");
/macosx-10.9.5/WebCore-7537.78.1/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 supplement = new DOMWindowSpeechSynthesis(window);
61 provideTo(window, supplementName(), adoptPtr(supplement));
67 SpeechSynthesis* DOMWindowSpeechSynthesis::speechSynthesis(DOMWindow* window) argument
69 return DOMWindowSpeechSynthesis::from(window)->speechSynthesis();
/macosx-10.9.5/WebKit-7537.78.2/mac/Panels/
H A DWebPanelAuthenticationHandler.m68 -(void)enqueueChallenge:(NSURLAuthenticationChallenge *)challenge forWindow:(id)window
70 NSMutableArray *queue = [windowToChallengeQueue objectForKey:window];
73 [windowToChallengeQueue setObject:queue forKey:window];
79 -(void)tryNextChallengeForWindow:(id)window
81 NSMutableArray *queue = [windowToChallengeQueue objectForKey:window];
88 [windowToChallengeQueue removeObjectForKey:window];
98 [self startAuthentication:challenge window:(window == WebModalDialogPretendWindow ? nil : window)];
103 -(void)startAuthentication:(NSURLAuthenticationChallenge *)challenge window
[all...]
/macosx-10.9.5/tcl-102/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.9.5/WebCore-7537.78.1/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.9.5/WebCore-7537.78.1/platform/gtk/
H A DGtkVersioning.h34 #define GDK_WINDOW_XWINDOW(window) (gdk_x11_window_get_xid(window))
41 GdkDevice* getDefaultGDKPointerDevice(GdkWindow* window);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSControlExtras.m45 NSWindow *window = [self window];
46 NSRect windowFrame = [window frame];
50 backingScaleFactor = [window backingScaleFactor];
52 backingScaleFactor = [window userSpaceScaleFactor];
56 [window setFrame:windowFrame display:NO];
/macosx-10.9.5/Heimdal-323.92.1/Sample/GSSSampleIOS/
H A DAppDelegate.h9 @property (strong, nonatomic) UIWindow *window; variable
/macosx-10.9.5/Heimdal-323.92.1/tests/GSSTestApp/GSSTestAppIOS/
H A DAppDelegate.h13 @property (strong, nonatomic) UIWindow *window; variable
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Scripts/
H A DTransparentHello.rb20 # Set the window background to transparent
38 # Turn the window's shadow off and on --
40 # for the new shape of the opaque window content.
42 viewWindow = window
43 window.setHasShadow(0)
44 window.setHasShadow(1)
55 # First, to establish a connection to the window server,
61 # Create the window
62 window = OSX::NSWindow.alloc.
67 # Allow the window t
[all...]
/macosx-10.9.5/WebCore-7537.78.1/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 supplement = new DOMWindowIndexedDatabase(window);
60 provideTo(window, supplementName(), adoptPtr(supplement));
95 IDBFactory* DOMWindowIndexedDatabase::indexedDB(DOMWindow* window) argument
97 return from(window)->indexedDB();
/macosx-10.9.5/WebCore-7537.78.1/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 supplement = new DOMWindowNotifications(window);
60 Supplement<DOMWindow>::provideTo(window, supplementName(), adoptPtr(supplement));
65 NotificationCenter* DOMWindowNotifications::webkitNotifications(DOMWindow* window) argument
67 return DOMWindowNotifications::from(window)->webkitNotifications();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsContext3DPrivate.cpp31 PassOwnPtr<GraphicsContext3DPrivate> GraphicsContext3DPrivate::create(GraphicsContext3D* context, HostWindow* window) argument
33 return adoptPtr(new GraphicsContext3DPrivate(context, window));
36 GraphicsContext3DPrivate::GraphicsContext3DPrivate(GraphicsContext3D* context, HostWindow* window) argument
38 , m_window(window)
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DinspectorBB.js26 window.open(text, "_blank");
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DAccessibilityTestServer.cpp50 GtkWidget* window = gtk_window_new(GTK_WINDOW_TOPLEVEL); local
51 gtk_container_add(GTK_CONTAINER(window), GTK_WIDGET(webView));
52 gtk_widget_show_all(window);
54 g_signal_connect(window, "delete-event", G_CALLBACK(gtk_main_quit), 0);
H A DInspectorTestServer.cpp50 GtkWidget* window = gtk_window_new(GTK_WINDOW_TOPLEVEL); local
51 gtk_container_add(GTK_CONTAINER(window), GTK_WIDGET(webView));
52 gtk_widget_show_all(window);
54 g_signal_connect(window, "delete-event", G_CALLBACK(gtk_main_quit), 0);

Completed in 235 milliseconds

1234567891011>>