Searched +refs:frame +refs:height (Results 276 - 300 of 372) sorted by relevance

<<1112131415

/macosx-10.10/emacs-93/emacs/src/
H A Dkeyboard.c32 #include "frame.h"
337 /* If not Qnil, this is a switch-frame event which we decided to put
341 read_key_sequence uses this to delay switch-frame events until the
342 end of the key sequence; Fread_char uses it to put off switch-frame
396 /* The frame in which the last input event occurred, or Qmacro if the
398 generate switch-frame events. This may be cleared by functions
399 like Fselect_frame, to make sure that a switch-frame event is
682 static Lisp_Object make_lispy_movement P_ ((struct frame *, Lisp_Object,
1140 can switch temporarily to the kboard of a given frame
1246 struct frame *s
1452 Lisp_Object tail, frame; local
3671 Lisp_Object frame; local
4171 Lisp_Object object, position, help, frame, window; local
4191 Lisp_Object frame, focus; local
4208 Lisp_Object frame; local
4277 Lisp_Object frame; local
5173 int width = -1, height = -1; local
9123 Lisp_Object frame; local
10499 int width, height; variable
10528 change_frame_size (SELECTED_FRAME (), height, width, 0, 0, 0); variable
[all...]
H A Dmsdos.c62 #include "frame.h"
300 Lisp_Object frame, tail;
302 /* Clear the mouse-moved flag for every frame on this display. */
303 FOR_EACH_FRAME (tail, frame)
304 XFRAME (frame)->mouse_moved = 0;
422 /* The screen colors of the current frame, which serve as the default
568 ROWS x COLS frame. */
696 struct frame *f = SELECTED_FRAME();
700 if (! NILP (window) && XFRAME (XWINDOW (window)->frame) == f)
744 msdos_set_cursor_shape (struct frame *
299 Lisp_Object frame, tail; local
2279 Lisp_Object frame; variable
2283 CHECK_FRAME (frame); variable
2374 Lisp_Object prop, val, frame; local
2464 Lisp_Object frame; local
3581 IT_menu_calc_size(XMenu *menu, int *width, int *height) argument
3752 XMenuLocate(Display *foo0, XMenu *menu, int foo1, int foo2, int x, int y, int *ulx, int *uly, int *width, int *height) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebInspectorProxy.cpp246 void WebInspectorProxy::showMainResourceForFrame(WebFrameProxy* frame) argument
251 m_page->process().send(Messages::WebInspector::ShowMainResourceForFrame(frame->frameID()), m_page->pageID());
305 void WebInspectorProxy::setAttachedWindowHeight(unsigned height) argument
307 inspectorPageGroup()->preferences().setInspectorAttachedHeight(height);
308 platformSetAttachedWindowHeight(height);
605 // Don't allow the attach if the window would be too small to accommodate the minimum inspector height.
/macosx-10.10/apache-793/httpd/build/
H A Ddefault.pl26 ## Begin generating frame index file.
35 <frame src="master.html" name="Master Index" noresize>
36 <frame src="packages.html" name="Documentation">
48 ## Begin generating master index file (left-hand frame).
201 >><h3><img src="$bullet1_image" width=18 height=17 align=texttop>
380 <b><img src="$bullet2_image" width=19 height=17 align=texttop>$(f.fullname);</b>
457 <b><img src="$bullet2_image" width=19 height=17 align=texttop>$(v.fullname);</b>
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLImageElement.cpp147 , SourceSizeList::parseSizesAttribute(fastGetAttribute(sizesAttr), document().renderView(), document().frame())
245 // image height and width for the alt text instead.
308 int HTMLImageElement::height(bool ignorePendingStylesheets) function in class:WebCore::HTMLImageElement
313 int height = getAttribute(heightAttr).toInt(&ok); local
315 return height;
317 // if the image is available, use its height
319 return m_imageLoader.image()->imageSizeForRenderer(renderer(), 1.0f).height();
344 return m_imageLoader.image()->imageSizeForRenderer(renderer(), 1.0f).height();
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DPasteboardWin.cpp423 void Pasteboard::writeRangeToDataObject(Range& selectedRange, Frame& frame) argument
438 String str = frame.editor().selectedTextForDataTransfer();
446 if (frame.editor().canSmartCopyOrDelete())
450 void Pasteboard::writeSelection(Range& selectedRange, bool canSmartCopyOrDelete, Frame& frame, ShouldSerializeSelectedTextForDataTransfer shouldSerializeSelectedTextForDataTransfer) argument
466 String str = shouldSerializeSelectedTextForDataTransfer == IncludeImageAltTextForDataTransfer ? frame.editor().selectedTextForDataTransfer() : frame.editor().selectedText();
484 writeRangeToDataObject(selectedRange, frame);
752 auto resultBitmap = adoptGDIObject(::CreateCompatibleBitmap(dc, image->width(), image->height()));
761 ::BitBlt(compatibleDC.get(), 0, 0, image->width(), image->height(), sourceDC.get(), 0, 0, SRCCOPY);
806 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame& frame, Rang argument
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dwidget52 $image['refresh'] = TkPhotoImage.new(:height=>16, :format=>'GIF', :data=><<EOD)
62 $image['view'] = TkPhotoImage.new(:height=>16, :format=>'GIF', :data=><<EOD)
71 $image['delete'] = TkPhotoImage.new(:height=>16, :format=>'GIF', :data=><<EOD)
78 $image['print'] = TkPhotoImage.new(:height=>19, :format=>'GIF', :data=><<EOD)
126 TkFrame.new($root){|frame|
127 TkMenubutton.new(frame){|button|
144 height 30
161 height 30
792 height 40
808 height 4
[all...]
H A Ditems.rb32 # frame
33 TkFrame.new(base_frame) {|frame|
34 TkButton.new(frame) {
43 TkButton.new(frame) {
49 # frame
57 height '10c'
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DWebVideoFullscreenInterfaceAVKit.mm528 CATransform3D transform = CATransform3DMakeScale(bounds.size.width / sourceBounds.width(), bounds.size.height / sourceBounds.height(), 1);
639 void WebVideoFullscreenInterfaceAVKit::setVideoDimensions(bool hasVideo, float width, float height)
645 playerController().contentDimensions = CGSizeMake(width, height);
765 CGRect videoRect = CGRectMake(0, 0, videoSize.width, videoSize.height);
777 [m_playerViewController view].frame = [parentView convertRect:initialRect toView:nil];
780 [m_playerViewController view].frame = initialRect;
823 [m_playerViewController view].frame = [m_parentView convertRect:finalRect toView:nil];
825 [m_playerViewController view].frame = finalRect;
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXXStubs.c100 NSRect bounds = [s frame], visible = [s visibleFrame];
103 tkMacOSXZeroScreenHeight = bounds.size.height;
105 (visible.origin.y + visible.size.height);
109 screen->height = bounds.size.height;
111 screen->mheight = (bounds.size.height * 254 + 360) / 720;
462 *height_return = size.height;
818 unsigned int height,
827 ximage->height = height;
799 XCreateImage( Display* display, Visual* visual, unsigned int depth, int format, int offset, char* data, unsigned int width, unsigned int height, int bitmap_pad, int bytes_per_line) argument
882 XGetImage( Display *display, Drawable d, int x, int y, unsigned int width, unsigned int height, unsigned long plane_mask, int format) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/term/
H A Dmac-win.el72 (require 'frame)
99 (setq default-frame-alist
101 default-frame-alist))
102 (setq default-frame-alist
105 default-frame-alist)
113 (setq default-frame-alist
116 default-frame-alist)
120 ;; Handle options that apply to initial frame only
127 (setq initial-frame-alist
129 initial-frame
[all...]
H A Dx-win.el72 (require 'frame)
96 (setq default-frame-alist
98 default-frame-alist))
99 (setq default-frame-alist
102 default-frame-alist)
110 (setq default-frame-alist
113 default-frame-alist)
117 ;; Handle options that apply to initial frame only
124 (setq initial-frame-alist
126 initial-frame
[all...]
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.cpp128 // Take our element and get the clip rect from the enclosing layer and frame view.
427 // displayed unless the loads are in the same frame as the plugin.
445 // If the target frame is our frame, we could destroy the
467 // Targeted JavaScript requests are only allowed on the frame that contains the JavaScript plugin
536 // For security reasons, only allow JS requests to be made on the frame that contains the plug-in.
1208 IntRect imageRect(frameRect().x(), frameRect().y(), nullPluginImage->width(), nullPluginImage->height());
1211 int yOffset = (frameRect().height() - imageRect.height()) / 2;
1374 return element->document().frame();
1387 Frame* frame = getFrame(parentFrame(), m_element); local
1409 Frame* frame = getFrame(parentFrame(), m_element); local
1449 Frame* frame = getFrame(parentFrame(), m_element); local
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWKPrintingView.mm54 - (id)initWithFrameProxy:(WebKit::WebFrameProxy*)frame view:(NSView *)wkView
56 self = [super init]; // No frame rect to pass to NSView.
60 _webFrame = frame;
320 LOG(View, "WKPrintingView setting frame size to x:%g y:%g width:%g height:%g", newFrameSize.origin.x, newFrameSize.origin.y, newFrameSize.size.width, newFrameSize.size.height);
448 CGContextTranslateCTM(context, 0, -[pdfPage boundsForBox:kPDFDisplayBoxMediaBox].size.height);
525 LOG(View, "WKPrintingView %p printing rect x:%g, y:%g, width:%g, height:%g%s", self, nsRect.origin.x, nsRect.origin.y, nsRect.size.width, nsRect.size.height, [self _isPrintingPreview] ? " for preview" : "");
583 // The header and footer rect height scale
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DMain.js157 this._splitConsoleHeightSetting = new WebInspector.Setting("split-console-height", 150);
467 WebInspector.handlePossibleLinkClick = function(event, frame, alwaysOpenExternally)
482 this.openURL(anchorElement.href, frame, false, anchorElement.lineNumber);
487 WebInspector.openURL = function(url, frame, alwaysOpenExternally, lineNumber)
517 if (!frame) {
518 frame = this.frameResourceManager.mainFrame;
522 console.assert(frame);
525 var resource = frame.url === url ? frame.mainResource : frame
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTextControlSingleLine.cpp81 contentsRect.setY((height() - contentsRect.height()) / 2);
116 // FIXME: We should remove the height-related hacks in layout() and
118 // - Center the inner elements vertically if the input height is taller than
119 // the intrinsic height of the inner elements.
120 // - Shrink the inner elment heights if the input height is samller than the
124 // and type=search if the text height is taller than the contentHeight()
130 // To ensure consistency between layouts, we need to reset any conditionally overriden height.
145 // Set the text block height
175 // If we need another layout pass, we have changed one of children's height s
[all...]
H A DRenderLayerBacking.cpp98 Page* page = layer.renderer().frame().page();
120 Page* page = renderer().frame().page();
123 m_isMainFrameRenderViewLayer = renderer().frame().isMainFrame();
124 m_usingTiledCacheLayer = page->chrome().client().shouldUseTiledBackingForFrameView(renderer().frame().view());
164 if (Page* page = renderer().frame().page())
724 m_devicePixelFractionFromRenderer = LayoutSize(-devicePixelFractionFromRenderer.width(), -devicePixelFractionFromRenderer.height());
745 renderBox->height() - renderBox->borderTop() - renderBox->borderBottom());
825 / enclosingRelativeCompositingBounds.width() : 0.5, enclosingRelativeCompositingBounds.height() ? ((layerOffset.y() - enclosingRelativeCompositingBounds.y())
826 + transformOrigin.y()) / enclosingRelativeCompositingBounds.height() : 0.5, transformOrigin.z());
898 LayoutRect paddingBox(renderBox.borderLeft(), renderBox.borderTop(), renderBox.width() - renderBox.borderLeft() - renderBox.borderRight(), renderBox.height()
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp608 bool JPEGImageDecoder::setSize(unsigned width, unsigned height) argument
610 if (!ImageDecoder::setSize(width, height))
627 ImageFrame& frame = m_frameBufferCache[0]; local
628 if (frame.status() != ImageFrame::FrameComplete)
630 return &frame;
711 if (!buffer.setSize(scaledSize().width(), scaledSize().height()))
719 // For JPEGs, the frame always fills the entire image.
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DMediaControlElements.cpp104 Frame* frame = document().frame();
105 if (!frame)
110 frame->eventHandler().setCapturingMouseEventsElement(this);
133 Frame* frame = document().frame(); local
134 if (!frame)
137 frame->eventHandler().setCapturingMouseEventsElement(nullptr);
1393 float smallestDimension = std::min(m_videoDisplaySize.size().height(), m_videoDisplaySize.size().width());
1460 setInlineStyleProperty(CSSPropertyHeight, m_videoDisplaySize.size().height(), CSSPrimitiveValu
[all...]
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorDOMAgent.cpp269 for (Frame* frame = m_document->frame(); frame; frame = frame->tree().traverseNext()) {
270 Document* document = frame->document();
915 // the search helper will go inside the frame owner elements.
999 Frame* frame = node->document().frame(); local
1000 if (!frame)
1062 highlightRect(ErrorString*, int x, int y, int width, int height, const RefPtr<InspectorObject>* color, const RefPtr<InspectorObject>* outlineColor, const bool* usePageCoordinates) argument
1115 Frame* frame = m_pageAgent->frameForId(frameId); local
1284 Frame* frame = frameOwner->contentFrame(); local
1912 frameDocumentUpdated(Frame* frame) argument
1993 Frame* frame = node->document().frame(); local
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h43 int height );
51 int height );
347 virtual void showCursor( IOGPoint * cursorLoc, int frame );
348 virtual void moveCursor( IOGPoint * cursorLoc, int frame );
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebWindowAnimation.mm50 currentRect.size.height += (NSHeight(_finalFrame) - NSHeight(_initialFrame)) * factor;
82 _realFrame = [window frame];
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Ditems.rb29 # frame ������
30 TkFrame.new(base_frame) {|frame|
31 TkButton.new(frame) {
41 TkButton.new(frame) {
47 # frame ������
55 height '10c'
/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/WebCore-7600.1.25/editing/
H A DFrameSelection.cpp104 static inline bool shouldAlwaysUseDirectionalSelection(Frame* frame) argument
106 return !frame || frame->editor().behavior().shouldConsiderSelectionAsDirectional();
109 FrameSelection::FrameSelection(Frame* frame) argument
110 : m_frame(frame)
117 , m_focused(frame && frame->page() && frame->page()->focusController().focusedFrame() == frame)
274 // if document->frame()
346 updateSelectionByUpdatingLayoutOrStyle(Frame& frame) argument
1267 Frame* frame = pos.anchorNode()->document().frame(); local
1451 Frame* frame = &view->frameView().frame(); // The frame where the selection started. local
1798 shouldStopBlinkingDueToTypingCommand(Frame* frame) argument
1957 paintDragCaret(Frame* frame, GraphicsContext* p, const LayoutPoint& paintOffset, const LayoutRect& clipRect) const argument
[all...]

Completed in 401 milliseconds

<<1112131415