Searched refs:srect (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebSelectionRect.m53 for (WebSelectionRect *srect in rects) {
54 if (srect.containsStart) {
55 selectionRect = srect;
101 for (WebSelectionRect *srect in rects) {
102 if (srect.containsEnd) {
103 selectionRect = srect;
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dconsole.c360 SMALL_RECT srect; local
374 srect.Top = diff;
375 srect.Bottom = diff;
376 srect.Left = 0;
377 srect.Right = 0;
379 if (! SetConsoleWindowInfo( hStdout, FALSE, &srect)) {
402 SMALL_RECT srect; local
412 srect.Left = srect.Top = 0;
413 srect
[all...]

Completed in 116 milliseconds