Searched +refs:frame +refs:width (Results 326 - 350 of 385) sorted by relevance

<<111213141516

/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c1163 float width, height, aspectDiff; local
1177 width = desc->timingInfo.detailedInfo.v2.horizontalScaled;
1178 if (!width) width = nativeWidth;
1183 aspectDiff = width;
1184 width = height;
1191 aspectDiff = (nativeWidth / nativeHeight) / (width / height);
1193 imageWidth = (width / height * imageHeight);
1195 imageHeight = (height / width * imageWidth);
2192 IOAccelReadFramebuffer(io_service_t framebuffer, uint32_t width, uint32_ argument
2896 uint16_t width; member in struct:__anon2212
3356 UInt32 insetH, insetV, width, height, swap; local
3416 UInt32 width, height, swap; local
3475 _IOFBInstallScaledResolution( IOFBConnectRef connectRef, IOFBDisplayModeDescription * baseDesc, float nativeWidth, float nativeHeight, float width, float height, IOOptionBits flags, uint32_t setModeFlags, uint32_t clrModeFlags ) argument
3579 IOFBInstallScaledResolution( IOFBConnectRef connectRef, IOFBDisplayModeDescription * desc, float nativeWidth, float nativeHeight, float width, float height, IOOptionBits flags, uint32_t setModeFlags, uint32_t clrModeFlags ) argument
4193 SInt32 width = out->nominalWidth; local
4594 UInt32 width = pixelInfo->activeWidth; local
4731 IOFBSetNewCursor( io_connect_t connect, void * cursor, IOIndex frame, IOOptionBits options ) argument
5127 IOPSBlitCopy( void * blitterRef, int src_x, int src_y, int width, int height, int dst_x, int dst_y ) argument
5136 IOFBBlitVRAMCopy( void * blitterRef, int sourceX, int sourceY, int width, int height, int x, int y, IOOptionBits options ) argument
5340 IOFBMemoryCopy( void * blitterRef, UInt32 x, UInt32 y, UInt32 width, UInt32 height, UInt32 srcByteOffset, UInt32 srcRowBytes, SInt32 * token __unused) argument
5414 IOPSBlitFill( void * blitterRef, int dst_x, int dst_y, int width, int height, int data ) argument
5422 IOPSBlitCopy( void * blitterRef, int src_x, int src_y, int width, int height, int dst_x, int dst_y ) argument
5426 IOFBBlitVRAMCopy( void * blitterRef, int sourceX, int sourceY, int width, int height, int x, int y, IOOptionBits options ) argument
5430 IOFBMemoryCopy( void * blitterRef, UInt32 x, UInt32 y, UInt32 width, UInt32 height, UInt32 srcByteOffset, UInt32 srcRowBytes, SInt32 * token) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A DGestureRecognizer.cpp219 // Calculate offset to move during one frame.
221 double frame = (ecore_time_get() - oldestHistoryItem.timestamp) / ecore_animator_frametime_get(); local
223 offset.scale(1 / frame);
236 float offsetWidth = gestureHandler->m_flickOffset.width() * multiplier;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DWebPrintOperationGtk.cpp114 double width = gtk_paper_size_get_width(paperSize, GTK_UNIT_POINTS); variable
120 cairo_ps_surface_set_size(surface, width, height);
134 cairo_pdf_surface_set_size(surface, width, height);
451 WebCore::DocumentLoader* documentLoader = m_printContext->frame()->loader().documentLoader();
461 double width = gtk_paper_size_get_width(paperSize, GTK_UNIT_INCH) * m_xDPI; local
472 cairo_translate(m_cairoContext.get(), width, height);
477 cairo_translate(m_cairoContext.get(), width, 0);
617 double width = gtk_page_setup_get_page_width(m_pageSetup.get(), GTK_UNIT_INCH) * m_xDPI; local
622 offsetX = marginLeft * (stepX - width) / (marginLeft + marginRight);
625 offsetX = (stepX - width) / 2.
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dw32bdf.c34 #include "frame.h"
133 /* fontp->width = NULL; */
150 fontp->width = bbw;
216 fontp->width = get_quoted_string(p, q);
312 /* if (fontp->width) xfree(fontp->width); */
591 create_offscreen_bitmap(HDC hdc, int width, int height, unsigned char **bitsp) argument
600 info.h.biWidth = width;
640 int width, height; local
681 width
[all...]
H A Dprint.c30 #include "frame.h"
750 a list, a buffer, a window, a frame, etc.
793 a list, a buffer, a window, a frame, etc.
849 a list, a buffer, a window, a frame, etc.
885 a list, a buffer, a window, a frame, etc.
1174 int width;
1224 width = fabs (data) < DBL_MIN ? 1 : DBL_DIG;
1226 sprintf (buf, "%.*g", width, data);
1227 while (width++ < DOUBLE_DIGITS_BOUND && atof (buf) != data);
1243 /* Check the width specificatio
1169 int width; local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBlock.cpp324 // It's possible for our border/padding to change, but for the overall logical width of the block to
1266 // If the width of an image is affected by the height of a child (e.g., an image with an aspect ratio),
1392 // Auto and percentage margins become 0 when computing min/max width.
1438 // We don't have to do a full layout. We just have to update our position. Try that first. If we have shrink-to-fit width
1439 // and we hit the available width constraint, the layoutIfNeeded() will catch it and do a full layout.
1609 bool caretBrowsing = frame().settings().caretBrowsingEnabled();
1613 caretPainter = frame().selection().caretRendererWithoutUpdatingLayout();
1614 isContentEditable = frame().selection().selection().hasEditableStyle();
1616 caretPainter = frame().page()->dragCaretController().caretRenderer();
1617 isContentEditable = frame()
[all...]
H A DRenderBox.cpp200 // Compute the logical width and placement in this region.
228 return LayoutRect(0, logicalLeft, width(), logicalWidth);
233 if (frame().eventHandler().autoscrollRenderer() == this)
234 frame().eventHandler().stopAutoscrollTimer(true);
515 return width() - borderLeft() - borderRight() - verticalScrollbarWidth();
592 FloatRect localRect(0, 0, width(), height());
708 result.move(-box.width() - reflectionOffset(), 0);
711 result.move(box.width() + reflectionOffset(), 0);
722 return valueForLength(style().boxReflect()->offset(), borderBoxRect().width());
741 result.setX(box.x() - reflectionOffset() - box.width()
1030 setOverrideLogicalContentWidth(LayoutUnit width) argument
1242 int width = std::min(paintRect.width(), paintRect.height()); local
[all...]
H A DRenderText.cpp92 const Settings& settings = m_renderText->frame().settings();
485 return f.width(run, fallbackFonts, glyphOverflow);
534 float spaceWidth = font.width(RenderBlock::constructTextRun(this, font, &space, 1, style));
611 return font.width(RenderBlock::constructTextRun(renderer, font, style.hyphenString().string(), style));
641 float fragmentWidth = font.width(run, &fallbackFonts, &glyphOverflow);
685 // space, then subtract its width.
686 float wordTrailingSpaceWidth = font.typesettingFeatures() & Kerning ? font.width(RenderBlock::constructTextRun(this, font, &space, 1, style), &fallbackFonts) + wordSpacing : 0;
688 // If automatic hyphenation is allowed, we keep track of the width of the widest word (or word
827 // minimum width of 0, since a break could occur right before our run starts, preventing us from ever
828 // being appended to a previous text run when considering the total minimum width o
1162 float RenderText::width(unsigned from, unsigned len, float xPos, bool firstLine, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const function in class:WebCore::RenderText
1174 float RenderText::width(unsigned from, unsigned len, const Font& f, float xPos, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const function in class:WebCore::RenderText
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollViewMac.mm168 IntSize frameSize = IntSize([scrollView() frame].size);
186 int w = m_contentsSize.width();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKFormInputControl.mm112 _datePicker = adoptNS([[UIDatePicker alloc] initWithFrame:CGRectMake(0, 0, size.width, size.height)]);
332 CGFloat popoverHeight = _viewController.get().view.frame.size.height;
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/
H A DREADME.txt23 * variable width columns / height rows (interactively resizable)
123 the frame or explicitly tell it how big it can be. If you want to
/macosx-10.10/emacs-93/emacs/lisp/
H A Dediff-wind.el36 (defvar left-toolbar-width)
37 (defvar right-toolbar-width)
40 (defvar frame-icon-title-format)
65 (defun ediff-compute-toolbar-width () 0)))
66 (defun ediff-compute-toolbar-width () 0))
80 doing everything in one frame, and `ediff-setup-windows-multiframe',
81 which sets the control panel in a separate frame. Also, if the latter
82 function detects that one of the buffers A/B is seen in some other frame,
83 it will try to keep that buffer in that frame.
105 ;; Share of the frame occupie
[all...]
H A Dspeedbar.el1 ;;; speedbar --- quick access to files and tags in a frame
35 ;; The speedbar provides a frame in which files, and locations in
96 ;; refreshing cached data to making a buffer appear in a new frame.
138 "File and tag browser frame."
186 "List of named expansion elements for filling the speedbar frame.
251 frame."
282 "*Hooks run before speedbar visits a file in the selected frame.
283 The default buffer is the buffer in the selected window in the attached frame."
288 "*Hooks run when speedbar visits a file in the selected frame."
293 "*Hooks run before speedbar visits a tag in the selected frame
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Delinks.vim61 \ codepage width enable max_items display_type
86 \ menu marked hotkey frame dialog generic
87 \ frame scrollbar scrollbar-selected title text
H A Dcss.vim25 syn keyword cssTagName dfn dir div dl dt em fieldset font form frame
118 syn match cssBoxProp contained "\<border-\(\(\(top\|right\|bottom\|left\)-\)\=\(width\|color\|style\)\)\=\>"
119 syn match cssBoxProp contained "\<\(width\|z-index\)\>"
120 syn match cssBoxProp contained "\<\(min\|max\)-\(width\|height\)\>"
121 syn keyword cssBoxProp contained width height float clear overflow clip visibility
142 syn match cssUIProp contained "\<outline\(-\(width\|style\|color\)\)\=\>"
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dwidget129 ttk::frame .statusBar
150 ttk::frame .textFrame
153 text .t -yscrollcommand {.s set} -wrap word -width 70 -height $textheight \
417 # Add "See Code" and "Dismiss" button frame, with optional "See Vars"
420 # w - The name of the frame to use.
424 ttk::frame $w
426 #ttk::frame $w.sep -height 2 -relief sunken
481 set b [ttk::frame $w.frame]
582 set t [frame
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm846 return IntSize(naturalSize.width() * m_scaleFactor.width(), naturalSize.height() * m_scaleFactor.height());
989 initialSize.width = naturalSize.width;
993 if (naturalSize.width)
994 m_scaleFactor.setWidth(initialSize.width / naturalSize.width);
1243 // because although we don't *know* when the first frame has decoded, by the time we get and
1244 // process the notification a frame should have propagated the VisualContext and been set on
1249 // When using the software renderer QuickTime signals that a frame i
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dwidget126 TkFrame.new($root){|frame|
127 TkMenubutton.new(frame){|button|
143 width 70
160 width 70
190 TkLabel.new(f, 'width'=>8, 'relief'=>'sunken', 'bd'=>1, 'anchor'=>'w',
511 width 20
526 TkLabel.new(f, 'text'=>"#{vnam}: ",'width'=>len+2).pack('side'=>'left')
563 TkButton.new(base, :text=>"OK", :width=>8, :default=>:active,
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm286 - (id)initWithFrame:(NSRect)frame processGroup:(WKProcessGroup *)processGroup browsingContextGroup:(WKBrowsingContextGroup *)browsingContextGroup
288 return [self initWithFrame:frame contextRef:processGroup._contextRef pageGroupRef:browsingContextGroup._pageGroupRef relatedToPage:nil];
291 - (id)initWithFrame:(NSRect)frame processGroup:(WKProcessGroup *)processGroup browsingContextGroup:(WKBrowsingContextGroup *)browsingContextGroup relatedToView:(WKView *)relatedView
293 return [self initWithFrame:frame contextRef:processGroup._contextRef pageGroupRef:browsingContextGroup._pageGroupRef relatedToPage:relatedView ? toAPI(relatedView->_data->_page.get()) : nil];
470 viewFrameInWindowCoordinates = [self convertRect:self.frame toView:nil];
487 // Update the view frame.
1586 LOG(TextInput, " -> firstRectForCharacterRange returned (%f, %f, %f, %f)", resultRect.origin.x, resultRect.origin.y, resultRect.size.width, resultRect.size.height);
1604 thePoint = [self convertPoint:thePoint fromView:nil]; // the point is relative to the main frame
2104 thePoint = [self convertPoint:thePoint fromView:nil]; // the point is relative to the main frame
2139 LOG(TextInput, "firstRectForCharacterRange:(%u, %u) -> (%f, %f, %f, %f)", theRange.location, theRange.length, resultRect.origin.x, resultRect.origin.y, resultRect.size.width, resultRec
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp1174 Frame* frame = document().frame(); local
1175 if (!frame) {
1181 if (!frame->loader().willLoadMediaElementURL(url)) {
1191 ApplicationCacheHost* cacheHost = frame->loader().documentLoader()->applicationCacheHost();
1718 Frame* frame = document().frame(); local
1719 if (!frame || !document().securityOrigin()->canDisplay(url)) {
1721 FrameLoader::reportLocalLoadFailed(frame, url.stringCenterEllipsizedToLength());
2961 Frame* frame local
4990 setVideoFullscreenFrame(FloatRect frame) argument
5548 Frame* frame = document().frame(); local
5557 Frame* frame = document().frame(); local
5710 Frame* frame = document().frame(); local
[all...]
/macosx-10.10/vim-55/runtime/autoload/xml/
H A Dxhtml10f.vim22 \ { 'width': [], 'object': [], 'id': [], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'style': [], 'name': [], 'height': [], 'hspace': [], 'title': [], 'class': [], 'codebase': []}
82 \ { 'width': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'charoff': [], 'onmouseover': [], 'lang': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'onkeypress': [], 'onmousedown': [], 'char': [], 'span': ['1'], 'class': [], 'title': [], 'onclick': []}
86 \ { 'width': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'charoff': [], 'onmouseover': [], 'lang': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'onkeypress': [], 'onmousedown': [], 'char': [], 'span': ['1'], 'class': [], 'title': [], 'onclick': []}
132 \ 'frame': [
137 \ ['frameset', 'frame', 'noframes'],
170 \ { 'width': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'size': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['left', 'center', 'right'], 'lang': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'noshade': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': []}
182 \ { 'width': [], 'scrolling': ['auto', 'yes', 'no', 'auto'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'longdesc': [], 'src': [], 'style': [], 'name': [], 'height': [], 'frameborder': ['1', '0'], 'title': [], 'class': []}
186 \ { 'width': [], 'usemap': [], 'ismap': ['BOOL'], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'src': [], 'longdesc': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'name': [], 'xml:lang': [], 'height': [], 'border': [], 'hspace': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': []}
242 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'name': [], 'data': [], 'declare': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'type': [], 'width': [], 'usemap': [], 'dir': ['ltr', 'rtl'], 'vspace': [], 'tabindex': [], 'standby': [], 'archive': [], 'classid': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'height': [], 'xml:lang': [], 'border': [], 'codetype': [], 'hspace': [], 'codebase': []}
266 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'xml:space': ['preserve'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'width'
[all...]
H A Dhtml401f.vim22 \ { 'width': [], 'object': [], 'id': [], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'style': [], 'name': [], 'height': [], 'hspace': [], 'title': [], 'class': [], 'codebase': []}
82 \ { 'width': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'charoff': [], 'onmouseover': [], 'lang': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'onkeypress': [], 'onmousedown': [], 'char': [], 'span': ['1'], 'class': [], 'title': [], 'onclick': []}
86 \ { 'width': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'charoff': [], 'onmouseover': [], 'lang': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'onkeypress': [], 'onmousedown': [], 'char': [], 'span': ['1'], 'class': [], 'title': [], 'onclick': []}
162 \ { 'width': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'size': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['left', 'center', 'right'], 'lang': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'noshade': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': []}
169 \ ['frameset', 'frame', 'noframes'],
172 \ 'frame': [
182 \ { 'width': [], 'scrolling': ['auto', 'yes', 'no', 'auto'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'longdesc': [], 'src': [], 'style': [], 'name': [], 'height': [], 'frameborder': ['1', '0'], 'title': [], 'class': []}
186 \ { 'width': [], 'usemap': [], 'ismap': ['BOOL'], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'src': [], 'longdesc': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'name': [], 'height': [], 'border': [], 'hspace': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': []}
242 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'name': [], 'data': [], 'declare': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'type': [], 'width': [], 'usemap': [], 'dir': ['ltr', 'rtl'], 'vspace': [], 'tabindex': [], 'standby': [], 'archive': [], 'classid': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'height': [], 'border': [], 'codetype': [], 'hspace': [], 'codebase': []}
266 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'width'
[all...]
H A Dhtml40f.vim22 \ { 'width': [], 'object': [], 'id': [], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'style': [], 'name': [], 'height': [], 'hspace': [], 'title': [], 'class': [], 'codebase': []}
82 \ { 'width': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'charoff': [], 'onmouseover': [], 'lang': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'onkeypress': [], 'onmousedown': [], 'char': [], 'span': ['1'], 'class': [], 'title': [], 'onclick': []}
86 \ { 'width': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'charoff': [], 'onmouseover': [], 'lang': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'onkeypress': [], 'onmousedown': [], 'char': [], 'span': ['1'], 'class': [], 'title': [], 'onclick': []}
162 \ { 'width': [], 'ondblclick': [], 'size': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['left', 'center', 'right'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'noshade': ['BOOL'], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
169 \ ['frameset', 'frame', 'noframes'],
172 \ 'frame': [
182 \ { 'width': [], 'scrolling': ['auto', 'yes', 'no', 'auto'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'longdesc': [], 'src': [], 'style': [], 'name': [], 'height': [], 'frameborder': ['1', '0'], 'title': [], 'class': []}
186 \ { 'width': [], 'usemap': [], 'ismap': ['BOOL'], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'src': [], 'longdesc': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'height': [], 'border': [], 'hspace': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': []}
242 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'name': [], 'data': [], 'declare': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'type': [], 'width': [], 'usemap': [], 'dir': ['ltr', 'rtl'], 'vspace': [], 'tabindex': [], 'standby': [], 'archive': [], 'classid': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'height': [], 'border': [], 'codetype': [], 'hspace': [], 'codebase': []}
266 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'width'
[all...]
/macosx-10.10/ncurses-44/ncurses/test/
H A Dncurses.c639 WINDOW *frame; member in struct:__anon11261
670 winstack[level].frame = box_win;
705 wresize(winstack[n].frame, high, wide);
710 box(winstack[n].frame, 0, 0);
711 wnoutrefresh(winstack[n].frame);
724 #define remember_boxes(level,text,frame) /* nothing */
930 wresize(winstack[n].frame, high, wide);
935 box_set(winstack[n].frame, 0, 0);
936 wnoutrefresh(winstack[n].frame);
1836 int width local
1897 int top = 0, width; local
2072 int top = 0, width; local
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm126 double screenHeight = [(NSScreen *)[[NSScreen screens] objectAtIndex:0] frame].size.height;
371 bounds.right = screenX + m_pluginSize.width();
457 event.data.draw.width = dirtyRect.width();
644 event.data.mouse.deltaX = wheelEvent.delta().width();

Completed in 895 milliseconds

<<111213141516