Searched +refs:frame +refs:height (Results 51 - 75 of 372) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorPageAgent.cpp200 bool InspectorPageAgent::mainResourceContent(Frame* frame, bool withBase64Encode, String* result) argument
202 RefPtr<ResourceBuffer> buffer = frame->loader().documentLoader()->mainResourceData();
205 String textEncodingName = frame->document()->inputEncoding();
227 void InspectorPageAgent::resourceContent(ErrorString* errorString, Frame* frame, const URL& url, String* result, bool* base64Encoded) argument
229 DocumentLoader* loader = assertDocumentLoader(errorString, frame);
237 success = mainResourceContent(frame, *base64Encoded, result);
241 success = cachedResourceContent(cachedResource(frame, url), result, base64Encoded);
276 CachedResource* InspectorPageAgent::cachedResource(Frame* frame, const URL& url) argument
278 CachedResource* cachedResource = frame->document()->cachedResourceLoader()->cachedResource(url);
282 request.setCachePartition(frame
431 Frame& frame = m_page->mainFrame(); local
460 cachedResourcesForFrame(Frame* frame) argument
488 allResourcesURLsForFrame(Frame* frame) argument
556 Frame* frame = assertFrame(errorString, frameId); local
583 Frame* frame = frameForId(frameId); local
650 Frame* frame = assertFrame(errorString, frameId); local
713 Frame* frame = mainFrame(); local
740 didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld& world) argument
780 frameDetached(Frame* frame) argument
801 frameId(Frame* frame) argument
843 Frame* frame = frameForId(frameId); local
850 assertDocumentLoader(ErrorString* errorString, Frame* frame) argument
864 frameStartedLoading(Frame& frame) argument
869 frameStoppedLoading(Frame& frame) argument
874 frameScheduledNavigation(Frame& frame, double delay) argument
879 frameClearedScheduledNavigation(Frame& frame) argument
943 buildObjectForFrame(Frame* frame) argument
963 buildObjectForFrameTree(Frame* frame) argument
1048 Frame* frame = mainFrame(); local
1066 snapshotRect(ErrorString* errorString, int x, int y, int width, int height, const String& coordinateSystem, String* outDataURL) argument
1068 Frame* frame = mainFrame(); local
1094 Frame* frame = mainFrame(); local
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOCursorBlits.h62 int height )
72 cursPtr = (volatile unsigned short *) inst->__private->cursorImages[ shmem->frame ];
78 for (i = height; --i >= 0; ) {
142 int height )
156 cursPtr = (volatile unsigned char *) inst->__private->cursorImages[ shmem->frame ];
157 maskPtr = (volatile unsigned char *) inst->__private->cursorMasks[ shmem->frame ];
162 for (i = height; --i >= 0; ) {
192 int height )
201 cursPtr = (volatile unsigned char *) inst->__private->cursorImages[ shmem->frame ];
202 maskPtr = (volatile unsigned char *) inst->__private->cursorMasks[ shmem->frame ];
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/tepam/
H A D2_argument_dialogbox_introduction.demo83 # example contains also some formatting instructions like -frame and -sep which
91 -frame {-label "Entries"} \
94 -frame {-label "Listbox & combobox"} \
96 -choices {1 2 3 4 5 6 7 8} -default 1 -height 3} \
99 -multiple_selection 1 -height 3} \
102 -default {"Choice 3" "Choice 5"} -height 3} \
105 -frame {-label "Checkbox, radiobox and checkbutton"} \
113 -frame {-label "Files & directories"} \
119 -frame {-label "Colors and fonts"} \
/macosx-10.10/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebFrameIOS.mm100 Frame *frame = [self coreFrame];
101 if (frame)
102 frame->selection().clearCurrentSelection();
110 Frame *frame = [self coreFrame];
111 FrameSelection& frameSelection = frame->selection();
134 Frame *frame = [self coreFrame];
135 Range *markedTextRange = frame->editor().compositionRange().get();
187 Frame *frame = [self coreFrame];
188 FrameSelection& frameSelection = frame->selection();
197 Frame *frame
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebFrame.mm277 Frame* core(WebFrame *frame)
279 return frame ? frame->_private->coreFrame : 0;
282 WebFrame *kit(Frame* frame)
284 if (!frame)
287 FrameLoaderClient& frameLoaderClient = frame->loader().client();
322 WebFrame *frame = [[self alloc] _initWithWebFrameView:frameView webView:webView];
323 RefPtr<Frame> coreFrame = Frame::create(page, ownerElement, new WebFrameLoaderClient(frame));
324 [frame release];
325 frame
[all...]
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])
[all...]
/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/UIProcess/ios/
H A DWKPDFView.mm52 CGRect frame;
74 - (instancetype)web_initWithFrame:(CGRect)frame webView:(WKWebView *)webView
76 if (!(self = [super initWithFrame:frame]))
158 CGRect targetRectWithOverdraw = CGRectInset(targetRect, 0, -targetRect.size.height * overdrawHeightMultiplier);
159 CGRect targetRectForCenterPage = CGRectInset(targetRect, 0, targetRect.size.height / 2 - pdfPageMargin * 2);
167 if (!CGRectIntersectsRect(pageInfo.frame, targetRectWithOverdraw)) {
173 if (!_centerPageNumber && CGRectIntersectsRect(pageInfo.frame, targetRectForCenterPage))
184 [pageInfo.view setFrame:pageInfo.frame];
194 return CGPointMake(contentInset.left, contentInset.top + _overlaidAccessoryViewsInset.height);
236 CGRect pageFrame = CGRectMake(0, 0, _minimumSize.width, _minimumSize.height);
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DWebPageIOS.mm187 float relativeVerticalPosition = oldContentCenter.y() / oldContentSize.height();
188 return FloatPoint(relativeHorizontalPosition * newContentSize.width(), relativeVerticalPosition * newContentSize.height());
196 double overscaledHeight = exposedRect.height();
197 double missingVerticalMargin = exposedRect.height() * exposedRectScale / newScale - overscaledHeight;
199 return FloatRect(exposedRect.x() - missingHorizonalMargin / 2, exposedRect.y() - missingVerticalMargin / 2, exposedRect.width() + missingHorizonalMargin, exposedRect.height() + missingVerticalMargin);
423 Frame& frame = m_page->focusController().focusedOrMainFrame();
424 if (!frame.editor().ignoreCompositionSelectionChange() && (frame.editor().hasComposition() || !frame.selection().selection().isNone()))
520 if (!node->document().frame()
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dw32term.h34 ((f)->bdf ? (f)->bdf->height : (f)->tm.tmHeight)
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;
128 /* Emacs bitmap-id of the default icon bitmap for this frame
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
2255 int height; 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
4608 int height; 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
99 offset (frame), XtRImmediate, 0},
186 struct frame* f = ew->emacs_frame.frame;
199 struct frame* f = ew->emacs_frame.frame;
212 struct frame* f = ew->emacs_frame.frame;
[all...]
H A Dimage.c36 #include "frame.h"
134 static void x_disable_image P_ ((struct frame *, struct image *));
135 static void x_edge_detection P_ ((struct frame *, struct image *, Lisp_Object,
139 static unsigned long lookup_rgb_color P_ ((struct frame *f, int r, int g, int b));
143 static unsigned long lookup_pixel_color P_ ((struct frame *f, unsigned long p));
160 XGetImage (display, pixmap, x, y, width, height, plane_mask, format)
164 unsigned int width, height; /* not used */
172 SetRect (&ri, 0, 0, width, height);
285 struct frame *f;
297 img->width, img->height,
485 unsigned int width, height; local
626 unsigned long width, height; local
688 width, height); local
1094 Lisp_Object spec, pixels, frame; variable
1105 int height = img->height + 2 * img->vmargin; variable
1125 Lisp_Object spec, frame; variable
1149 Lisp_Object spec, frame; variable
1304 int height; local
1703 Lisp_Object tail, frame; local
1727 Lisp_Object frame; variable
2256 XPutImage (FRAME_X_DISPLAY (f), pixmap, gc, ximg, 0, 0, 0, 0, width, height); local
2400 int width, height; local
2603 int width, height; local
2841 int width, height; local
3000 w32_create_pixmap_from_bitmap_data(int width, int height, char *data) argument
4314 int width, height, x, y; local
4319 Lisp_Object frame, color_symbols, color_table; local
4989 int height = ximg->info.bmiHeader.biHeight; local
5598 int width, height, max_color_idx = 0; local
6084 png_uint_32 width, height; local
6888 int width, height; local
7337 int width, height, x, y; local
7673 int rc, width, height, x, y, i; local
7927 int width, height; local
8257 Lisp_Object frame; local
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dcheck2.rb35 # frame
36 TkFrame.new(base_frame) {|frame|
37 TkGrid(TkFrame.new(frame, :height=>2, :relief=>:sunken, :bd=>2),
40 TkButton.new(frame, :text=>'See Variables',
47 TkButton.new(frame, :text=>'See Code',
50 TkButton.new(frame, :text=>'Dismiss',
59 frame.grid_columnconfigure(0, :weight=>1)
H A Dsayings.rb34 # frame
35 TkFrame.new(base_frame) {|frame|
36 TkButton.new(frame) {
45 TkButton.new(frame) {
52 # frame
60 height 10
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dcheck2.rb36 # frame ������
37 TkFrame.new(base_frame) {|frame|
38 TkGrid(TkFrame.new(frame, :height=>2, :relief=>:sunken, :bd=>2),
41 TkButton.new(frame, :text=>'������������',
48 TkButton.new(frame, :text=>'���������������',
51 TkButton.new(frame, :text=>'���������',
60 frame.grid_columnconfigure(0, :weight=>1)
H A Dsayings.rb30 # frame ������
31 TkFrame.new(base_frame) {|frame|
32 TkButton.new(frame) {
42 TkButton.new(frame) {
49 # frame ������
57 height 10
/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());
192 ASSERT(imageBufferScale.height());
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(), dstRect.height() / srcRect.height());
368 Frame& frame = m_page->mainFrame(); local
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dwidget.py60 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/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/RoundTransparentWindow/
H A DRoundTransparentWindow.py33 NSRectFill(self.frame())
67 screenFrame = NSScreen.mainScreen().frame()
71 windowFrame = self.frame()
73 sys.stderr.write('failed to obtain frame\n')
78 if (newOrigin.y + windowFrame.size.height) > \
79 (screenFrame.origin.y + screenFrame.size.height):
81 (screenFrame.size.height + windowFrame.size.height)
85 windowFrame = self.frame()
87 sys.stderr.write('failed to obtain frame\
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/RoundTransparentWindow/
H A DRoundTransparentWindow.py33 NSRectFill(self.frame())
67 screenFrame = NSScreen.mainScreen().frame()
71 windowFrame = self.frame()
73 sys.stderr.write('failed to obtain frame\n')
78 if (newOrigin.y + windowFrame.size.height) > \
79 (screenFrame.origin.y + screenFrame.size.height):
81 (screenFrame.size.height + windowFrame.size.height)
85 windowFrame = self.frame()
87 sys.stderr.write('failed to obtain frame\
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/RoundTransparentWindow/
H A DRoundTransparentWindow.py33 NSRectFill(self.frame())
67 screenFrame = NSScreen.mainScreen().frame()
71 windowFrame = self.frame()
73 sys.stderr.write('failed to obtain frame\n')
78 if (newOrigin.y + windowFrame.size.height) > \
79 (screenFrame.origin.y + screenFrame.size.height):
81 (screenFrame.size.height + windowFrame.size.height)
85 windowFrame = self.frame()
87 sys.stderr.write('failed to obtain frame\
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebInspectorProxyMac.mm60 // The height needed to match a typical NSToolbar.
139 // depend on this for enforcing the height constraints, so a small delay isn't terrible. Most
192 // Adjust the title frame if needed to prevent it from intersecting the dock button.
194 NSRect dockButtonFrame = _dockBottomButton.get().frame;
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
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
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
221 int HTMLFrameElementBase::height() function in class:WebCore::HTMLFrameElementBase
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DPlatformScreenMac.mm97 return toUserSpace([screen frame], window);
123 userRect.setY(NSMaxY([screenForWindow(destination) frame]) - (userRect.y() + userRect.height())); // flip
130 deviceRect.setY(NSMaxY([screenForWindow(source) frame]) - (deviceRect.y() + deviceRect.height())); // flip
137 flippedPoint.y = NSMaxY([screen frame]) - flippedPoint.y;

Completed in 378 milliseconds

1234567891011>>