Searched +refs:frame +refs:height (Results 301 - 325 of 372) sorted by relevance

<<1112131415

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLInputElement.cpp405 if (document().frame())
406 document().frame()->selection().revealSelection();
416 if (Frame* frame = document().frame())
417 frame->editor().textFieldDidEndEditing(this);
512 if (const Attribute* height = findAttributeByName(heightAttr))
513 attributeChanged(heightAttr, nullAtom, height->value());
1833 unsigned HTMLInputElement::height() const function in class:WebCore::HTMLInputElement
1835 return m_inputType->height();
1843 void HTMLInputElement::setHeight(unsigned height) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/xe/
H A Dxe113 proc pane { path type width height } {
118 frame $path -height $height -width $width -relief flat
119 frame $path.separator -height 7 -relief flat
120 frame $path.separator.line -height 4 -relief ridge -borderwidth 1
121 frame $path.separator.handle -width 8 -height
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderVideo.cpp104 // width of the poster frame, if that is available; otherwise it is 300 CSS pixels.
106 // The intrinsic height of a video element's playback area is the intrinsic height
108 // height of the poster frame, if that is available; otherwise it is 150 CSS pixels.
122 // have the correct height (it needs to be > 0 for controls to render properly).
164 Page* page = frame().page();
237 mediaPlayer->setSize(IntSize(videoBounds.width(), videoBounds.height()));
H A DRenderBlock.cpp893 // (a) have a non-zero height according to layout (an optimization to avoid wasting time)
896 // (d) have a min-height
914 // If the height is 0 or auto, then whether or not we are a self-collapsing block depends
1240 // FIXME: Technically percentage height objects only need a relayout if their percentage isn't going to be turned into
1266 // If the width of an image is affected by the height of a child (e.g., an image with an aspect ratio),
1325 // This ensures the size information is correctly computed for the last auto-height region receiving content.
1343 // computeOverflow expects the bottom edge before we clamp our height. Since this information isn't available during
1578 if (!child.isFloating() && child.isReplaced() && usePrintRect && child.height() <= view().printRect().height()) {
1580 if (absoluteChildY + child.height() > vie
[all...]
H A DRenderBox.cpp227 return LayoutRect(logicalLeft, 0, logicalWidth, height());
233 if (frame().eventHandler().autoscrollRenderer() == this)
234 frame().eventHandler().stopAutoscrollTimer(true);
520 return height() - borderTop() - borderBottom() - horizontalScrollbarHeight();
592 FloatRect localRect(0, 0, width(), height());
702 result.move(0, box.height() + reflectionOffset());
705 result.move(0, -box.height() - reflectionOffset());
723 return valueForLength(style().boxReflect()->offset(), borderBoxRect().height());
738 result.setY(box.y() - reflectionOffset() - box.height() + (box.maxY() - r.maxY()));
975 // height() i
1023 setOverrideLogicalContentHeight(LayoutUnit height) argument
1243 int height = width; local
[all...]
H A DInlineTextBox.cpp129 DashArray a = translateIntersectionPointsToSkipInkBoundaries(intersections, underlineBoundingBox.height(), width);
293 LayoutUnit height = isHorizontal() ? selectionHeight : logicalWidth; local
295 return LayoutRect(topPoint, LayoutSize(width, height));
446 extraOffset = FloatSize(0, 2 * textRect.height() + std::max(0.0f, shadowOffset.height()) + shadowRadius);
556 bool containsComposition = renderer().textNode() && renderer().frame().editor().compositionNode() == renderer().textNode();
557 bool useCustomUnderlines = containsComposition && renderer().frame().editor().compositionUsesCustomUnderlines();
580 renderer().frame().editor().compositionStart(),
581 renderer().frame().editor().compositionEnd());
589 if (Page* page = renderer().frame()
[all...]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dtcolor93 listbox .names.lb -width 20 -height 12 -yscrollcommand ".names.s set" \
112 frame .adjust
132 frame .sample.swatch -width 2c -height 5c -background $color
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]
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dtcolor97 listbox .names.lb -width 20 -height 12 -yscrollcommand ".names.s set" \
117 frame .adjust
138 frame .sample.swatch -width 2c -height 5c -background $color
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h93 void windowFrameChanged(NSRect frame);
104 void print(CGContextRef, unsigned width, unsigned height);
105 void snapshot(CGContextRef, unsigned width, unsigned height);
110 void invalidateRect(double x, double y, double width, double height);
357 // This suppresses calls from all plug-ins, even those in different pages, since JS might affect the frame with plug-in that's being stopped.
/macosx-10.10/emacs-93/emacs/src/
H A Dw32bdf.c34 #include "frame.h"
151 fontp->height = bbh;
591 create_offscreen_bitmap(HDC hdc, int width, int height, unsigned char **bitsp) argument
601 info.h.biHeight = -height;
640 int width, height; local
682 height = pcb->metric.bbh;
687 && (DIBsection_height == height)))
690 hBMP = create_offscreen_bitmap(hdc, width, height, &bits);
693 DIBsection_height = height;
707 BitBlt(hdc, left, btop, width, height, hCompatD
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm162 - (id)initWithFrame:(CGRect)frame;
176 - (id)initWithFrame:(Frame*)frame policyFunction:(FramePolicyFunction)policyFunction;
256 //remove any NetScape plugins that are children of this frame because they are about to be detached
869 frame:m_webFrame.get()
894 frame:m_webFrame.get()
907 [[webView _policyDelegateForwarder] webView:webView unableToImplementPolicyWithError:error frame:m_webFrame.get()];
941 CallFormDelegate(getWebView(m_webFrame.get()), @selector(frame:sourceFrame:willSubmitForm:withValues:submissionListener:), m_webFrame.get(), kit(formState->sourceDocument()->frame()), kit(formState->form()), values, setUpPolicyListener(WTF::move(function)).get());
968 // FIXME: Should do this only in main frame case, right?
976 // FIXME: Should do this only in main frame cas
[all...]
/macosx-10.10/WebCore-7600.1.25/editing/
H A DCompositeEditCommand.cpp102 RefPtr<Frame> frame = m_document->frame(); local
103 ASSERT(frame);
115 frame->editor().cancelComposition();
120 DeleteButtonControllerDisableScope deleteButtonControllerDisableScope(frame.get());
128 frame->editor().unappliedEditing(this);
134 RefPtr<Frame> frame = m_document->frame(); local
135 ASSERT(frame);
144 DeleteButtonControllerDisableScope deleteButtonControllerDisableScope(frame
[all...]
H A DEditor.cpp111 static void CreateAndApply(const RefPtr<Frame> frame);
127 void ClearTextCommand::CreateAndApply(const RefPtr<Frame> frame) argument
129 if (frame->selection().isNone())
133 frame->editor().clear();
135 const VisibleSelection oldSelection = frame->selection().selection();
136 frame->selection().selectAll();
137 RefPtr<ClearTextCommand> clearCommand = adoptRef(new ClearTextCommand(*frame->document()));
1140 Editor::Editor(Frame& frame) argument
1141 : m_frame(frame)
1143 , m_deleteButtonController(std::make_unique<DeleteButtonController>(frame))
3223 isFrameInRange(Frame* frame, Range* range) argument
3646 styleForSelectionStart(Frame* frame, Node *&nodeToRemove) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityRenderObject.cpp684 if (Frame* frame = nodeDocument->frame()) {
686 if (frame->document() != nodeDocument)
879 // The SVG path is in terms of the parent's bounding box. The path needs to be offset to frame coordinates.
907 return IntPoint(bounds.x() + (bounds.width() / 2), bounds.y() - (bounds.height() / 2));
1323 if (image->height() <= 1 || image->width() <= 1)
1329 return imageSize.height() <= 1 || imageSize.width() <= 1;
1341 if (canvasBox->height() <= 1 || canvasBox->width() <= 1)
1467 return m_renderer->frame().selection().selection();
1495 m_renderer->frame()
2022 Frame& frame = toFrameView(widget)->frame(); local
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A Dhtml.css402 line-height: normal;
575 /* This height property is ignored for input type "number" and others which
576 * use RenderTextControlSingleLine as renderer which sets height of spin
578 height: 1.5em;
785 height: 16px;
797 height: 16px;
832 height: 23px;
840 height: 100%
854 height: 23px;
876 line-height
[all...]
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dtkpasswd21 frame .type -relief raised -bd 1
43 frame .sort -relief raised -bd 1
53 frame .users -relief raised -bd 1
55 text .names -yscrollcommand ".scroll set" -width 14 -height 1 \
81 frame .password_frame -relief raised -bd 1
439 frame $w.$name -bd 1
448 frame $w.2 -bd 1
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c1163 float width, height, aspectDiff; local
1179 height = desc->timingInfo.detailedInfo.v2.verticalScaled;
1180 if (!height) height = nativeHeight;
1184 width = height;
1185 height = aspectDiff;
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_t height, size_ argument
2897 uint16_t height; 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
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/WebProcess/WebPage/gtk/
H A DWebPrintOperationGtk.cpp115 double height = gtk_paper_size_get_height(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();
462 double height = gtk_paper_size_get_height(paperSize, GTK_UNIT_INCH) * m_yDPI; local
467 cairo_translate(m_cairoContext.get(), 0, height);
472 cairo_translate(m_cairoContext.get(), width, height);
618 double height = gtk_page_setup_get_page_height(m_pageSetup.get(), GTK_UNIT_INCH) * m_yDPI; local
623 offsetY = marginTop * (stepY - height) / (marginTop + marginBottom);
626 offsetY = (stepY - height) / 2.
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dwidget71 $image['refresh'] = TkPhotoImage.new(:height=>16, :format=>'GIF', :data=><<EOD)
81 $image['view'] = TkPhotoImage.new(:height=>16, :format=>'GIF', :data=><<EOD)
90 $image['delete'] = TkPhotoImage.new(:height=>16, :format=>'GIF', :data=><<EOD)
97 $image['print'] = TkPhotoImage.new(:height=>19, :format=>'GIF', :data=><<EOD)
145 TkFrame.new($root){|frame|
146 TkMenubutton.new(frame){|button|
164 height 30
182 height 30
833 height 40
849 height 4
[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);
237 float offsetHeight = gestureHandler->m_flickOffset.height() * multiplier;
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dtree.rb14 frame = nb.insert('end', 'demoTree', :text=>'Tree')
15 pw = Tk::BWidget::PanedWindow.new(frame, :side=>:top)
151 :width=>300, :height=>300, :relief=>:sunken,
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm103 transform.translate(m_viewFrameInWindowCoordinates.x(), m_viewFrameInWindowCoordinates.height() + m_viewFrameInWindowCoordinates.y());
115 transform.translate(m_windowFrameInScreenCoordinates.x(), m_windowFrameInScreenCoordinates.height() + m_windowFrameInScreenCoordinates.y());
126 double screenHeight = [(NSScreen *)[[NSScreen screens] objectAtIndex:0] frame].size.height;
370 bounds.bottom = screenY + m_pluginSize.height();
458 event.data.draw.height = dirtyRect.height();
645 event.data.mouse.deltaY = wheelEvent.delta().height();
/macosx-10.10/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim179 " Frame - frame.
196 let ifraprop = ['align', 'frameBorder', 'height', 'id', 'longDesc', 'marginHeight', 'marginWidth',
200 let imagprop = ['align', 'alt', 'border', 'complete', 'height', 'hspace', 'id', 'isMap', 'longDesc',
282 \ 'declare', 'form', 'height', 'hspace', 'id', 'name', 'standby', 'tabIndex',
290 let screprop = ['availHeight', 'availWidth', 'colorDepth', 'height', 'width']
315 \ 'cssText', 'bottom', 'height', 'left', 'position', 'right', 'top', 'width', 'zindex',
325 \ 'cellSpacing', 'frame', 'height', 'rules', 'summary', 'tFoot', 'tHead', 'width']
582 let htmldom = ['document', 'anchor', 'area', 'base', 'body', 'document', 'event', 'form', 'frame', 'frameset', 'history', 'iframe', 'image', 'input', 'link', 'location', 'meta', 'navigator', 'object', 'option', 'screen', 'select', 'table', 'tableData', 'tableHeader', 'tableRow', 'textarea', 'window']
/macosx-10.10/vim-55/src/
H A Dgui_motif.c186 Dimension width, height; local
191 &width, XmNheight, &height, NULL);
195 (event->y >= pos_y) && (event->y <= pos_y + height)) {
678 unsigned int width, height, border_width, depth; local
696 &width, &height, &border_width, &depth); local
698 height += 2 * border_width;
700 y -= height / 2;
704 maxY = XtScreen(shell)->height - height;
1110 * Compute the height o
1121 static Dimension height = 21; /* normal height of a menu item */ local
1520 Dimension height; local
2928 Dimension height; /* total Toolbar height */ local
3144 Dimension height; /* total Toolbar height */ local
3704 Widget frame; local
[all...]

Completed in 905 milliseconds

<<1112131415