Searched refs:window (Results 251 - 275 of 1046) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/emacs-93/emacs/src/
H A Dsunfns.c52 #include <suntool/window.h>
57 #include "window.h"
110 * Initialize window
112 DEFUN ("sun-window-init", Fsun_window_init, Ssun_window_init, 0, 1, 0,
324 * Set the window system "selection" to be the arg STRING
346 * Stuff the current window system selection into the current buffer
448 (window, X_Position, Y_Position, Button, MEnu)
449 Lisp_Object window, X_Position, Y_Position, Button, MEnu;
459 CHECK_LIVE_WINDOW(window);
465 xpos = CtoSX (WINDOW_LEFT_EDGE_COL (XWINDOW (window))
442 Lisp_Object window, X_Position, Y_Position, Button, MEnu; variable
452 CHECK_LIVE_WINDOW(window); variable
[all...]
H A Ddispnew.c43 #include "window.h"
125 static int showing_window_margins_p P_ ((struct window *));
127 static void redraw_overlapping_rows P_ ((struct window *, int));
128 static void redraw_overlapped_rows P_ ((struct window *, int));
136 static void allocate_matrices_for_window_redisplay P_ ((struct window *));
141 static void adjust_glyph_matrix P_ ((struct window *, struct glyph_matrix *,
150 struct window *));
152 struct window *));
163 static void clear_window_matrices P_ ((struct window *, int));
165 static int scrolling_window P_ ((struct window *, in
6955 Lisp_Object window, show; variable
6964 CHECK_WINDOW (window); variable
6978 Lisp_Object window; variable
6985 CHECK_WINDOW (window); variable
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dscrollview.tcl34 {-window String "" 0}
59 set w [Widget::cget $path -window]
88 set oldw [Widget::getoption $path -window]
91 if { [Widget::hasChanged $path -window w] } {
194 set w [Widget::getoption $path -window]
235 set w [Widget::getoption $path -window]
248 set w [Widget::getoption $path -window]
/macosx-10.10/zlib-55/zlib/contrib/amd64/
H A Damd64-match.S24 #define window r10 define
78 printf("#define dsWindow (%3u)(%%rdi)\n",(int)(((char*)&(s->window))-((char*)s)));
191 /* register Bytef *scan = s->window + s->strstart; */
193 mov dsWindow, %window
195 lea (%limit, %window), %scan
217 /* Store the sum of s->window + best_len in %windowbestlen locally, and in memory. */
219 lea (%window, %bestlen), %windowbestlen
238 * match = s->window + cur_match;
258 cmpw %scanstartw, (%window, %curmatch)
270 lea (%curmatch, %window),
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Drmailsum.el261 (if (and (one-window-p)
263 ;; If there is just one window, put the summary on the top.
265 (split-window (selected-window) rmail-summary-window-size)
266 (select-window (next-window (frame-first-window)))
268 ;; If pop-to-buffer did not use that window, delete that
269 ;; window
[all...]
/macosx-10.10/tcl-105/tk/tk/library/
H A Dbutton.tcl166 set Priv(window) $w
194 set Priv(window) ""
258 if {$Priv(window) eq $w && [$w cget -state] ne "disabled"} {
291 set Priv(window) $w
349 set Priv(window) $w
377 set Priv(window) ""
441 if {$Priv(window) eq $w && [$w cget -state] ne "disabled"} {
481 set Priv(window) $w
487 # inactive. If we're leaving the button window with a mouse button
511 set Priv(window) ""
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebBaseNetscapePluginView.mm256 // the last reference to the window during tear-down, to avoid crashing AppKit.
257 [[self window] autorelease];
265 // Retain the window so that removeTrackingRect can work after the window is closed.
266 [[self window] retain];
285 if (!_isStarted || [[self window] isMiniaturized])
335 ASSERT([self window]);
337 NSWindow *theWindow = [self window];
412 if ([self window]) {
414 if ([[self window] isKeyWindo
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/egl/
H A DGLContextEGL.cpp112 PassOwnPtr<GLContextEGL> GLContextEGL::createWindowContext(EGLNativeWindowType window, GLContext* sharingContext) argument
128 EGLSurface surface = eglCreateWindowSurface(display, config, window, 0);
193 PassOwnPtr<GLContextEGL> GLContextEGL::createContext(EGLNativeWindowType window, GLContext* sharingContext) argument
210 OwnPtr<GLContextEGL> context = window ? createWindowContext(window, sharingContext) : nullptr;
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebNodeHighlight.cpp188 void WebNodeHighlight::placeBehindWindow(HWND window) argument
191 SetWindowPos(m_overlay, window, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
276 void WebNodeHighlight::windowReceivedMessage(HWND window, UINT msg, WPARAM wParam, LPARAM lParam) argument
278 if (window == m_inspectedWebViewWindow) {
293 ASSERT(window == m_observedWindow);
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dsun-curs.el41 (defvar *mouse-window*)
103 (if (not icon) (setq icon (sc::menu-choose-cursor (selected-window) 1 1)))
119 (mouse-move-point *mouse-window* (min 15 *mouse-x*) (min 15 *mouse-y*))
129 (sc::menu-choose-cursor *menu-window* *menu-x* *menu-y*))
132 (sc::menu-choose-cursor *menu-window* *menu-x* *menu-y*))
134 (sc::menu-choose-cursor *menu-window* *menu-x* *menu-y*))
140 (defun sc::menu-function (window x y)
141 (sun-menu-evaluate window (1+ x) y sc::menu))
167 (defun sc::menu-choose-cursor (window x y)
176 (sun-menu-evaluate window
[all...]
/macosx-10.10/rsync-45/rsync/zlib/
H A Dinffast.c80 unsigned wsize; /* window size or zero if not using window */
81 unsigned whave; /* valid bytes in the window */
82 unsigned write; /* window write index */
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
92 /* window position, window bytes to copy */
110 window = state->window;
[all...]
/macosx-10.10/sudo-73/src/zlib/
H A Dinffast.c80 unsigned wsize; /* window size or zero if not using window */
81 unsigned whave; /* valid bytes in the window */
82 unsigned wnext; /* window write index */
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
92 /* window position, window bytes to copy */
110 window = state->window;
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dinffast.c108 unsigned wsize; /* window size or zero if not using window */
109 unsigned whave; /* valid bytes in the window */
110 unsigned write; /* window write index */
111 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
120 /* window position, window bytes to copy */
138 window = state->window;
[all...]
/macosx-10.10/zlib-55/zlib/contrib/asm686/
H A Dmatch.S37 #define window 4 /* local copy of s->window */ define
38 #define windowbestlen 8 /* s->window + bestlen */
140 /* register Bytef *scan = s->window + s->strstart; */
143 movl %esi, window(%esp)
171 /* Store the sum of s->window + best_len in %esi locally, and in %esi. */
194 * match = s->window + cur_match;
209 * %esi = windowbestlen - i.e., (window + bestlen)
223 movl window(%esp), %eax
237 movl window(
[all...]
/macosx-10.10/zlib-55/zlib/
H A Dinffast.c85 unsigned wsize; /* window size or zero if not using window */
86 unsigned whave; /* valid bytes in the window */
87 unsigned wnext; /* window write index */
88 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
97 /* window position, window bytes to copy */
115 window = state->window;
[all...]
H A Dinflate.c11 * creation of window when not needed, minimize use of window when it is
32 * - Fix bug in reuse of allocated window after inflateReset()
45 * - Rearrange window copies in inflate_fast() for speed and simplification
46 * - Unroll last copy for window match in inflate_fast()
47 * - Use local copies of window variables in inflate_fast() for speed
54 * programs like gzip and unzip -- uses window as output buffer to avoid
55 * window copying
67 * - Changed type of window in inflateBackInit() to unsigned char *
154 /* set number of window bit
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm359 NSSelectionDirection direction = [[self window] keyViewSelectionDirection];
488 if ([self window])
1072 NSWindow *window = [self window];
1073 BOOL shouldMaskWindow = window && !NSIsEmptyRect(_data->_windowBottomCornerIntersectionRect);
1080 [window _maskRoundedBottomCorners:_data->_windowBottomCornerIntersectionRect];
1215 if (self == [[self window] firstResponder] && !NSPointInRect([self convertPoint:[event locationInWindow] fromView:nil], [self visibleRect]))
1268 // If this is the active window or we don't have a range selection, there is no need to perform additional checks
1270 if ([[self window] isKeyWindow] || _data->_page->editorState().selectionIsNone || !_data->_page->editorState().selectionIsRange)
1295 // Check if the text input window ha
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWKView.mm48 void _WKViewSetWindow (WKViewRef view, WAKWindow *window)
50 if (view->window == window)
53 [window retain];
54 [view->window release];
56 view->window = window;
58 // Set the window on all subviews.
61 _WKViewSetWindow (firstChild, window);
64 _WKViewSetWindow (nextSibling, window);
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnvscsu.c18 * Reserved commands and window settings are treated as illegal sequences and
37 SQ0=0x01, /* Quote from window pair 0 */
38 SQ7=0x08, /* Quote from window pair 7 */
39 SDX=0x0B, /* Define a window as extended */
43 SC0=0x10, /* Select window 0 */
44 SC7=0x17, /* Select window 7 */
45 SD0=0x18, /* Define and select window 0 */
46 SD7=0x1F, /* Define and select window 7 */
48 UC0=0xE0, /* Select window 0 */
49 UC7=0xE7, /* Select window
908 int8_t window=scsu->windowUse[scsu->nextWindowUseIndex]; local
922 useDynamicWindow(SCSUData *scsu, int8_t window) argument
1032 int8_t window; local
1522 int8_t window; local
[all...]
/macosx-10.10/top-100.1.2/
H A Dglobalstats.c59 WINDOW *window; member in struct:globalstat
71 WINDOW *window; member in struct:globalstat_controller
83 gs->window = newwin(1, 1, 0, 0);
85 if(NULL == gs->window)
88 gs->panel = new_panel(gs->window);
91 delwin(gs->window);
137 c->window = newwin(1, 1, 0, 0);
139 if(NULL == c->window) {
144 c->panel = new_panel(c->window);
147 delwin(c->window);
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSEventListener.cpp90 JSDOMWindow* window = jsCast<JSDOMWindow*>(globalObject); local
91 if (!window->impl().isCurrentlyDisplayedInFrame())
94 ScriptController& script = window->impl().frame()->script();
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DEflScreenUtilities.cpp109 Ecore_X_Window window = getEcoreXWindow(ecoreEvas); local
110 if (!window)
121 ecore_x_window_cursor_set(window, cursor);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/win/
H A DWKCACFViewLayerTreeHost.cpp52 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewUpdate, void, __cdecl, (WKCACFViewRef view, HWND window, const CGRect* bounds), (view, window, bounds))
87 WKCACFViewUpdate(m_view.get(), window(), &bounds);
/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DXMenu.h10 * XMenu X window system menu package.
63 * XMWindow is wrapper used to identify the constant window
75 XMWType type; /* Type of window. */
76 Window window; /* X Window Id. */ member in struct:_xmwindow
99 XMWType type; /* Type of window. */
100 Window window; /* X Window Id. */ member in struct:_xmpane
115 struct _xmselect *s_list; /* -- Selection window list. */
123 XMWType type; /* Type of window. */
124 Window window; /* X Window Id. */ member in struct:_xmselect
125 Window parent; /* X Window id of parent window
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dtextwindow.rb2 # tk/textwindow.rb - treat Tk text window object
32 @id = keys['window']
33 # keys['window'] = @id.epath if @id.kind_of?(TkWindow)
34 keys['window'] = _epath(@id) if @id
52 tk_call_without_enc(@t.path, 'window', 'create', @index,
82 if slot['window']
83 @id = slot['window']
84 # slot['window'] = @id.epath if @id.kind_of?(TkWindow)
85 slot['window'] = _epath(@id) if @id
91 tk_call_without_enc(@t.path, 'window', 'configur
118 def window method in class:TkTextWindow.initialize
[all...]

Completed in 467 milliseconds

<<11121314151617181920>>