Searched +refs:frame +refs:width (Results 51 - 75 of 385) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderProgress.cpp64 LayoutRect frame = frameRect(); local
66 frame.setHeight(computedValues.m_extent);
68 frame.setWidth(computedValues.m_extent);
69 IntSize frameSize = theme().progressBarRectForBounds(*this, pixelSnappedIntRect(frame)).size();
70 computedValues.m_extent = isHorizontalWritingMode() ? frameSize.height() : frameSize.width();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DWebPageIOS.mm136 float oldWidth = m_viewportConfiguration.viewportArguments().width;
145 if (oldWidth != viewportArguments.width)
146 send(Messages::WebPageProxy::ViewportMetaTagWidthDidChange(viewportArguments.width));
173 // When the content size changes, we keep the same relative horizontal content width in view, otherwise we would
175 double widthToKeepInView = visibleHorizontalFraction * newContentSize.width();
186 float relativeHorizontalPosition = oldContentCenter.x() / oldContentSize.width();
188 return FloatPoint(relativeHorizontalPosition * newContentSize.width(), relativeVerticalPosition * newContentSize.height());
193 double overscaledWidth = exposedRect.width();
194 double missingHorizonalMargin = exposedRect.width() * exposedRectScale / newScale - overscaledWidth;
199 return FloatRect(exposedRect.x() - missingHorizonalMargin / 2, exposedRect.y() - missingVerticalMargin / 2, exposedRect.width()
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebDynamicScrollBarsView.mm108 - (id)initWithFrame:(NSRect)frame
110 if (!(self = [super initWithFrame:frame]))
197 Frame* frame = core([(WebHTMLView *)documentView _frame]);
198 if (!frame)
201 FrameView *frameView = frame->view();
227 NSRect frame = [[self contentView] frame];
230 frame.size.height = (_private->allowsScrollersToOverlapContent ? NSMaxY([[self horizontalScroller] frame]) : NSMinY([[self horizontalScroller] frame]));
[all...]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Drolodex25 frame .frame -relief flat
26 pack .frame -side top -fill y -anchor center
30 label .frame.label$i -text [lindex $names $i] -anchor e
31 entry .frame.entry$i -width 35
32 grid .frame.label$i .frame.entry$i -sticky ew -pady 2 -padx 1
35 frame .buttons
52 frame
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Drolodex23 frame .frame -relief flat
24 pack .frame -side top -fill y -anchor center
28 label .frame.label$i -text [lindex $names $i] -anchor e
29 entry .frame.entry$i -width 35
30 grid .frame.label$i .frame.entry$i -sticky ew -pady 2 -padx 1
33 frame .buttons
46 frame
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DImageDocument.cpp126 return m_imageElement->cachedImage()->imageSizeForRenderer(m_imageElement->renderer(), frame() ? frame()->pageZoomFactor() : 1);
131 if (!frame()->settings().areImagesEnabled())
160 if (size.width()) {
192 ImageDocument::ImageDocument(Frame& frame, const URL& url) argument
193 : HTMLDocument(&frame, url, ImageDocumentClass)
199 , m_shouldShrinkImage(frame.settings().shrinksStandaloneImagesToFit() && frame.isMainFrame())
216 frame()->injectUserScripts(InjectAtDocumentStart);
237 processViewport(ASCIILiteral("width
[all...]
H A DHTMLFrameElementBase.cpp65 if (contentDoc && !ScriptController::canAccessFromCurrentOrigin(contentDoc->frame()))
69 Frame* parentFrame = document().frame();
84 Frame* parentFrame = document().frame();
102 // FIXME: If we are already attached, this doesn't actually change the frame's name.
103 // FIXME: If we are already attached, this doesn't check for frame name
104 // conflicts and generate a unique frame name.
121 // FIXME: should <frame> elements have beforeunload handlers?
149 if (!document().frame())
163 if (Frame* frame = contentFrame())
164 part->setWidget(frame
213 int HTMLFrameElementBase::width() function in class:WebCore::HTMLFrameElementBase
[all...]
H A DHTMLTableElement.idl34 [Reflect] attribute DOMString frame;
38 [Reflect] attribute DOMString width;
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dwidget.py47 timelab = Label(f0, text='0.00 sec',width=10)
60 c = SnackCanvas(width=680, height=140, highlightthickness=0)
64 c.create_waveform(0, 20, sound=s1, height=120, width=250 ,frame='yes')
66 c.create_spectrogram(250, 20, sound=s1, height=120, width=250, colormap=colors)
68 c.create_section(500, 20, sound=s1, height=120, width=180 ,frame='yes',
/macosx-10.10/emacs-93/emacs/src/
H A Dframe.h1 /* Define frame-object for GNU Emacs.
23 includes frame.h some emacs source includes both dispextern.h and
24 frame.h */
34 actual terminal frame */
45 /* The structure representing a frame. */
93 /* A structure describing a termcap frame display. */
98 struct frame
107 /* Name of this frame: a Lisp string. It is used for looking up resources,
115 /* This is the frame title specified explicitly, if any.
119 /* The frame whic
96 struct frame struct
[all...]
H A Dmsdos.h79 highlighting. X and Y can be negative or out of range for the frame. */
80 struct frame *mouse_face_mouse_frame;
114 struct frame;
120 extern void x_set_menu_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object));
121 extern int x_pixel_width P_ ((struct frame *));
122 extern int x_pixel_height P_ ((struct frame *));
148 int width;
147 int width; member in struct:x_menu_struct
H A Dw32term.h32 ((f)->bdf ? (f)->bdf->width : (f)->tm.tmAveCharWidth)
40 ((f)->bdf ? (f)->bdf->width : (f)->tm.tmMaxCharWidth)
48 #define CHECK_W32_FRAME(f, frame) \
49 if (NILP (frame)) \
53 CHECK_LIVE_FRAME (frame, 0); \
54 f = XFRAME (frame); \
64 extern struct frame *x_window_to_frame ();
76 int height, width, depth;
93 extern void w32_regenerate_palette(struct frame *f);
122 int height, width;
75 int height, width, depth; member in struct:w32_bitmap_record
120 int height, width; member in struct:w32_display_info
470 Lisp_Object top, left, width, height; member in struct:scroll_bar
[all...]
H A Dw32term.c47 #include "frame.h"
122 NAME is the name of the frame.
130 is the frame to apply to. */
131 extern struct frame *updating_frame;
133 /* This is a frame waiting to be autoraised, within w32_read_socket. */
134 struct frame *pending_autoraise_frame;
136 /* The handle of the frame that currently owns the system caret. */
224 static void w32_handle_tool_bar_click P_ ((struct frame *,
228 void x_lower_frame P_ ((struct frame *));
229 void x_scroll_bar_clear P_ ((struct frame *));
344 w32_draw_rectangle(HDC hdc, XGCValues *gc, int x, int y, int width, int height) argument
627 int width, height; local
1934 int width, left_x, right_x, top_y, bottom_y, last_x, raised_p; local
2374 int width, background_width = s->background_width; local
2740 int x, y, width, height, from_y, to_y, bottom_y; local
2924 struct frame *frame; local
3162 Lisp_Object frame; local
3327 Lisp_Object frame, tail; local
3442 Lisp_Object frame, bar, condemned; local
3702 int top, height, left, sb_left, width, sb_width; local
4607 int width; local
4768 Lisp_Object frame; local
4812 Lisp_Object tail, frame; local
5453 int width, height, ign; local
5766 Lisp_Object frame; local
[all...]
H A Dwidget.c1 /* The emacs frame widget.
40 #include "frame.h"
60 "Emacs.EmacsFrame" resource is set; the frame
70 XtDefaultFont is almost certainly variable-width.
99 offset (frame), XtRImmediate, 0},
186 struct frame* f = ew->emacs_frame.frame;
199 struct frame* f = ew->emacs_frame.frame;
212 struct frame*
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dpuzzle.rb33 # frame
34 TkFrame.new(base_frame) {|frame|
35 TkButton.new(frame) {
44 TkButton.new(frame) {
51 # frame
76 width frameWidth
101 if depend_on_button_width && (w.winfo_reqwidth * 4 > base.width)
102 base.width = w.winfo_reqwidth * 4
H A Dsayings.rb34 # frame
35 TkFrame.new(base_frame) {|frame|
36 TkButton.new(frame) {
45 TkButton.new(frame) {
52 # frame
59 width 20
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dpuzzle.rb30 # frame ������
31 TkFrame.new(base_frame) {|frame|
32 TkButton.new(frame) {
42 TkButton.new(frame) {
49 # frame ������
75 width frameWidth
103 if depend_on_button_width && (w.winfo_reqwidth * 4 > base.width)
104 base.width = w.winfo_reqwidth * 4
H A Dsayings.rb30 # frame ������
31 TkFrame.new(base_frame) {|frame|
32 TkButton.new(frame) {
42 TkButton.new(frame) {
49 # frame ������
56 width 20
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp105 ImageFrame& frame = m_frameBufferCache[0]; local
106 if (frame.status() != ImageFrame::FrameComplete)
108 return &frame;
170 int width; local
172 if (!WebPIDecGetRGB(m_decoder, &decodedHeight, &width, 0, 0))
182 ASSERT(width == scaledSize().width());
188 qcms_transform_data_type(transform, row, row, width, QCMS_OUTPUT_RGBX);
190 for (int x = 0; x < width; ++x, pixel += 4)
211 int width, heigh local
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkmulticolumnlist.rb2 # tkmulticolumnlist.rb : multiple column list widget on scrollable frame
32 # decide total width
35 title_info.each{|title, width, cmd|
36 @width_total += width.to_f
57 @v_scroll = TkYScrollbar.new(@frame, 'highlightthickness'=>@h_l_thick,
59 'width'=>@scrbar_width)
62 @h_scroll = TkXScrollbar.new(@frame, 'highlightthickness'=>@h_l_thick,
64 'width'=>@scrbar_width)
67 @c_title = TkCanvas.new(@frame, 'highlightthickness'=>@h_l_thick,
68 'width'
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebInspectorProxyMac.mm192 // Adjust the title frame if needed to prevent it from intersecting the dock button.
194 NSRect dockButtonFrame = _dockBottomButton.get().frame;
196 titleFrame.size.width -= (NSMaxX(titleFrame) - NSMinX(dockButtonFrame)) + dockButtonMargin;
212 static void setWindowFrame(WKPageRef, WKRect frame, const void* clientInfo)
217 webInspectorProxy->setInspectorWindowFrame(frame);
225 static void runOpenPanel(WKPageRef page, WKFrameRef frame, WKOpenPanelParametersRef parameters, WKOpenPanelResultListenerRef listener, const void* clientInfo)
256 void WebInspectorProxy::setInspectorWindowFrame(WKRect& frame)
260 [m_inspectorWindow setFrame:NSMakeRect(frame.origin.x, frame.origin.y, frame
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/graphics/
H A DSVGImage.cpp59 currentPage->mainFrame().loader().frameDetached(); // Break both the loader and view references to the frame
129 return IntSize(static_cast<int>(ceilf(currentSize.width())), static_cast<int>(ceilf(currentSize.height())));
155 adjustedSrcSize.scale(roundedContainerSize.width() / containerSize.width(), roundedContainerSize.height() / containerSize.height());
191 ASSERT(imageBufferScale.width());
195 imageBufferSize.scale(imageBufferScale.width(), imageBufferScale.height());
209 scaledSrcRect.scale(imageBufferScale.width(), imageBufferScale.height());
211 unscaledPatternTransform.scale(1 / imageBufferScale.width(), 1 / imageBufferScale.height());
234 FloatSize scale(dstRect.width() / srcRect.width(), dstRec
368 Frame& frame = m_page->mainFrame(); local
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DFindController.cpp76 static PluginView* pluginViewForFrame(Frame* frame) argument
78 if (!frame->document()->isPluginDocument())
81 PluginDocument* pluginDocument = static_cast<PluginDocument*>(frame->document());
109 for (Frame* frame = &page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
110 if (frame->selection().isRange())
111 return frame;
258 bool FindController::getFindIndicatorBitmapAndRect(Frame& frame, ShareableBitma argument
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DViewportArguments.cpp80 float resultWidth = width;
93 resultWidth = deviceSize.width();
102 resultHeight = deviceSize.width();
112 resultMinWidth = deviceSize.width();
121 resultMaxWidth = deviceSize.width();
130 resultMinHeight = deviceSize.width();
139 resultMaxHeight = deviceSize.width();
147 resultWidth = compareIgnoringAuto(resultMinWidth, compareIgnoringAuto(resultMaxWidth, deviceSize.width(), std::min), std::max);
159 resultWidth = deviceSize.width();
162 resultWidth = deviceSize.width() / resultZoo
448 Frame* frame = document->frame(); local
[all...]
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesp.cc95 frame(title, btitle);
100 NCursesPanel::frame(const char *title,const char *btitle) function in class:NCursesPanel
130 OnError(addstr(row, x, labelText, width()));

Completed in 331 milliseconds

1234567891011>>