Searched +refs:frame +refs:height (Results 1 - 25 of 372) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSControlExtras.m37 NSRect frame = [self frame];
39 NSSize bestSize = [[self cell] cellSizeForBounds:NSMakeRect(0.0f, 0.0f, frame.size.width, 10000.0f)];
41 float heightDelta = bestSize.height - frame.size.height;
43 frame.size.height += heightDelta;
44 frame.origin.y -= heightDelta;
45 [self setFrame:frame];
[all...]
H A DWebNSWindowExtras.m39 frameToCenterOver = [[NSApp mainWindow] frame];
44 NSSize size = [self frame].size;
47 - (frameToCenterOver.size.height - size.height) / 3
48 - size.height;
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dvscale.rb28 TkFrame.new(base_frame) {|frame|
29 TkButton.new(frame) {
38 TkButton.new(frame) {
44 def setHeight(w, height)
45 height = height + 21
46 y2 = height - 30
50 w.coords 'poly',15,20,35,20,35,y2,45,y2,25,height,5,y2,15,y2,15,20
51 w.coords 'line',15,20,35,20,35,y2,45,y2,25,height,5,y2,15,y2,15,20
54 TkFrame.new(base_frame) {|frame|
[all...]
H A Dhscale.rb24 TkFrame.new(base_frame) {|frame|
25 TkButton.new(frame) {
34 TkButton.new(frame) {
51 TkFrame.new(base_frame) {|frame|
52 canvas = TkCanvas.new(frame) {|c|
54 height 50
66 scale = TkScale.new(frame) {
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dvscale.rb28 TkFrame.new(base_frame) {|frame|
29 TkButton.new(frame) {
39 TkButton.new(frame) {
45 def setHeight(w, height)
46 height = height + 21
47 y2 = height - 30
51 w.coords 'poly',15,20,35,20,35,y2,45,y2,25,height,5,y2,15,y2,15,20
52 w.coords 'line',15,20,35,20,35,y2,45,y2,25,height,5,y2,15,y2,15,20
55 TkFrame.new(base_frame) {|frame|
[all...]
H A Dhscale.rb27 TkFrame.new(base_frame) {|frame|
28 TkButton.new(frame) {
38 TkButton.new(frame) {
54 TkFrame.new(base_frame) {|frame|
55 canvas = TkCanvas.new(frame) {|c|
57 height 50
69 scale = TkScale.new(frame) {
/macosx-10.10/WebCore-7600.1.25/page/win/
H A DFrameWin.cpp39 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight) argument
41 PrintContext printContext(frame);
48 GDIObject<HBITMAP> imageFromSelection(Frame* frame, bool forceBlackText) argument
50 frame->document()->updateLayout();
52 frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceBlackText : 0));
53 FloatRect fr = frame->selection().selectionBounds();
54 IntRect ir(static_cast<int>(fr.x()), static_cast<int>(fr.y()), static_cast<int>(fr.width()), static_cast<int>(fr.height()));
55 GDIObject<HBITMAP> image = imageFromRect(frame, ir);
56 frame->view()->setPaintBehavior(PaintBehaviorNormal);
H A DFrameCGWin.cpp45 rect.move(-offset.width(), -offset.height());
53 GDIObject<HBITMAP> imageFromRect(const Frame* frame, IntRect& ir) argument
55 PaintBehavior oldPaintBehavior = frame->view()->paintBehavior();
56 frame->view()->setPaintBehavior(oldPaintBehavior | PaintBehaviorFlattenCompositingLayers);
61 int h = ir.height();
72 drawRectIntoContext(ir, frame->view(), &gc);
77 frame->view()->setPaintBehavior(oldPaintBehavior);
H A DFrameGdiWin.cpp39 GDIObject<HBITMAP> imageFromRect(Frame* frame, IntRect& ir) argument
43 FrameView* view = frame->view();
46 w = ir.width() * frame->pageZoomFactor() + 0.5;
47 h = ir.height() * frame->pageZoomFactor() + 0.5;
51 h = ir.height();
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDataTransferMac.mm42 if (Frame* frame = m_dragImageElement->document().frame()) {
45 result = createDragImageForImage(*frame, *m_dragImageElement, imageRect, elementRect);
49 location.setY(imageRect.height() - (elementRect.y() - imageRect.y() + m_dragLocation.y()));
55 location.setY([result size].height - location.y());
/macosx-10.10/WebCore-7600.1.25/page/
H A DScreen.cpp43 Screen::Screen(Frame* frame) argument
44 : DOMWindowProperty(frame)
48 unsigned Screen::height() const function in class:WebCore::Screen
52 long height = static_cast<long>(screenRect(m_frame->view()).height()); local
53 return static_cast<unsigned>(height);
96 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).height());
H A DPage.cpp114 for (Frame* frame = &(*it)->mainFrame(); frame; frame = frame->tree().traverseNext())
115 frames.append(*frame);
240 for (Frame* frame = &mainFrame(); frame; frame = frame->tree().traverseNext()) {
241 frame
333 nonFastScrollableRects(const Frame* frame) argument
535 Frame* frame = &focusController().focusedOrMainFrame(); local
562 Frame* frame = &mainFrame(); local
609 Frame* frame = referenceRange ? referenceRange->ownerDocument().frame() : &mainFrame(); local
635 Frame* frame = &mainFrame(); local
658 Frame* frame = &mainFrame(); local
[all...]
H A DScreen.h44 static PassRefPtr<Screen> create(Frame *frame) { return adoptRef(new Screen(frame)); } argument
46 unsigned height() const;
H A DFrameTree.cpp51 m_uniqueName = AtomicString(); // Remove our old frame name so it's not considered in uniqueChildName.
78 // We need to ensure that the child still has a unique frame name with respect to its new parent.
135 // unique within the frame tree. The string we generate includes a "path" of names
136 // from the root frame down to us. For this path to be unique, each set of siblings must
139 // frame name that can't be set in HTML because it collides with comment syntax.
145 // Find the nearest parent that has a frame with a path in it.
147 Frame* frame; local
148 for (frame = &m_thisFrame; frame; frame
172 inScope(Frame& frame, TreeScope& scope) argument
343 Frame* frame = &m_thisFrame; local
398 Frame* frame = &m_thisFrame; local
414 printFrames(const WebCore::Frame& frame, const WebCore::Frame* targetFrame, int indent) argument
437 showFrameTree(const WebCore::Frame* frame) argument
[all...]
H A DPrintContext.h41 Frame* frame() const { return m_frame; } function in class:WebCore::PrintContext
45 // FIXME: Header and footer height should be applied before layout, not after.
61 void begin(float width, float height = 0);
73 static String pageProperty(Frame* frame, const char* propertyName, int pageNumber);
74 static bool isPageBoxVisible(Frame* frame, int pageNumber);
75 static String pageSizeAndMarginsInPixels(Frame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft);
78 // The height of the graphics context should be
79 // (pageSizeInPixels.height() + 1) * number-of-pages - 1
/macosx-10.10/WebCore-7600.1.25/css/
H A DMediaQueryEvaluator.cpp100 MediaQueryEvaluator::MediaQueryEvaluator(const String& acceptedMediaType, Frame* frame, RenderStyle* style) argument
102 , m_frame(frame)
187 static bool compareAspectRatioValue(CSSValue* value, int width, int height, MediaFeaturePrefix op) argument
191 return compareValue(width * static_cast<int>(aspectRatio->denominatorValue()), height * static_cast<int>(aspectRatio->numeratorValue()), op);
207 static bool colorMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData&, Frame* frame, MediaFeaturePrefix op) argument
209 int bitsPerComponent = screenDepthPerComponent(frame->page()->mainFrame().view());
228 static bool monochromeMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix op) argument
230 if (!screenIsMonochrome(frame->page()->mainFrame().view())) {
238 return colorMediaFeatureEval(value, conversionData, frame, op);
241 static bool orientationMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData&, Frame* frame, MediaFeaturePrefi argument
248 int height = view->layoutHeight(); local
260 aspect_ratioMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData&, Frame* frame, MediaFeaturePrefix op) argument
274 device_aspect_ratioMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData&, Frame* frame, MediaFeaturePrefix op) argument
286 evalResolution(CSSValue* value, Frame* frame, MediaFeaturePrefix op) argument
318 device_pixel_ratioMediaFeatureEval(CSSValue *value, const CSSToLengthConversionData&, Frame* frame, MediaFeaturePrefix op) argument
323 resolutionMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData&, Frame* frame, MediaFeaturePrefix op) argument
365 device_heightMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix op) argument
370 long height = sg.height(); local
378 device_widthMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix op) argument
391 heightMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix op) argument
398 int height = view->layoutHeight(); local
408 widthMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix op) argument
427 min_colorMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
432 max_colorMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
437 min_color_indexMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
442 max_color_indexMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
447 min_monochromeMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
452 max_monochromeMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
457 min_aspect_ratioMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
462 max_aspect_ratioMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
467 min_device_aspect_ratioMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
472 max_device_aspect_ratioMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
477 min_device_pixel_ratioMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
482 max_device_pixel_ratioMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
487 min_heightMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
492 max_heightMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
497 min_widthMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
502 max_widthMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
507 min_device_heightMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
512 max_device_heightMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
517 min_device_widthMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
522 max_device_widthMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
527 min_resolutionMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
532 max_resolutionMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData& conversionData, Frame* frame, MediaFeaturePrefix) argument
564 transform_3dMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData&, Frame* frame, MediaFeaturePrefix op) argument
590 view_modeMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData&, Frame* frame, MediaFeaturePrefix op) argument
635 video_playable_inlineMediaFeatureEval(CSSValue*, const CSSToLengthConversionData&, Frame* frame, MediaFeaturePrefix) argument
642 leastCapablePrimaryPointerDeviceType(Frame* frame) argument
657 hoverMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData&, Frame* frame, MediaFeaturePrefix) argument
678 pointerMediaFeatureEval(CSSValue* value, const CSSToLengthConversionData&, Frame* frame, MediaFeaturePrefix) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderIFrame.cpp70 return childFrameView ? childFrameView->frame().contentRenderer() : 0;
75 Frame* frame = iframeElement().document().frame(); local
77 bool enabled = frame && frame->settings().frameFlatteningEnabled();
79 if (!enabled || !frame->page())
82 if (style().width().isFixed() && style().height().isFixed()) {
86 if (style().width().value() <= 0 || style().height().value() <= 0)
90 // Do not flatten offscreen inner frames during frame flattening, as flattening might make them visible.
105 layoutWithFlattening(style().width().isFixed(), style().height()
[all...]
H A DRenderMeter.cpp58 setLogicalWidth(isHorizontalWritingMode() ? frameSize.width() : frameSize.height());
65 LayoutRect frame = frameRect(); local
67 frame.setHeight(computedValues.m_extent);
69 frame.setWidth(computedValues.m_extent);
70 IntSize frameSize = theme().meterSizeForBounds(*this, pixelSnappedIntRect(frame));
71 computedValues.m_extent = isHorizontalWritingMode() ? frameSize.height() : frameSize.width();
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditorCommand.cpp91 static Frame* targetFrame(Frame& frame, Event* event) argument
94 return &frame;
97 return &frame;
98 return node->document().frame();
101 static bool applyCommandToFrame(Frame& frame, EditorCommandSource source, EditAction action, StyleProperties* style) argument
106 frame.editor().applyStyleToSelection(style, action);
110 frame.editor().applyStyle(style);
117 static bool executeApplyStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue) argument
121 return applyCommandToFrame(frame, source, action, style.get());
124 static bool executeApplyStyle(Frame& frame, EditorCommandSourc argument
134 executeToggleStyleInList(Frame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, CSSValue* value) argument
158 executeToggleStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const char* offValue, const char* onValue) argument
174 executeApplyParagraphStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue) argument
192 executeInsertFragment(Frame& frame, PassRefPtr<DocumentFragment> fragment) argument
199 executeInsertNode(Frame& frame, PassRefPtr<Node> content) argument
209 expandSelectionToGranularity(Frame& frame, TextGranularity granularity) argument
226 stateStyle(Frame& frame, CSSPropertyID propertyID, const char* desiredValue) argument
233 valueStyle(Frame& frame, CSSPropertyID propertyID) argument
240 stateTextWritingDirection(Frame& frame, WritingDirection direction) argument
249 verticalScrollDistance(Frame& frame) argument
260 int height = std::min<int>(toRenderBox(renderer)->clientHeight(), frame.view()->visibleHeight()); local
274 executeBackColor(Frame& frame, Event*, EditorCommandSource source, const String& value) argument
279 executeCopy(Frame& frame, Event*, EditorCommandSource, const String&) argument
285 executeCreateLink(Frame& frame, Event*, EditorCommandSource, const String& value) argument
295 executeCut(Frame& frame, Event*, EditorCommandSource source, const String&) argument
306 executeClearText(Frame& frame, Event*, EditorCommandSource, const String&) argument
313 executeDefaultParagraphSeparator(Frame& frame, Event*, EditorCommandSource, const String& value) argument
323 executeDelete(Frame& frame, Event*, EditorCommandSource source, const String&) argument
343 executeDeleteBackward(Frame& frame, Event*, EditorCommandSource, const String&) argument
349 executeDeleteBackwardByDecomposingPreviousCharacter(Frame& frame, Event*, EditorCommandSource, const String&) argument
356 executeDeleteForward(Frame& frame, Event*, EditorCommandSource, const String&) argument
362 executeDeleteToBeginningOfLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
368 executeDeleteToBeginningOfParagraph(Frame& frame, Event*, EditorCommandSource, const String&) argument
374 executeDeleteToEndOfLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
382 executeDeleteToEndOfParagraph(Frame& frame, Event*, EditorCommandSource, const String&) argument
390 executeDeleteToMark(Frame& frame, Event*, EditorCommandSource, const String&) argument
405 executeDeleteWordBackward(Frame& frame, Event*, EditorCommandSource, const String&) argument
411 executeDeleteWordForward(Frame& frame, Event*, EditorCommandSource, const String&) argument
417 executeFindString(Frame& frame, Event*, EditorCommandSource, const String& value) argument
422 executeFontName(Frame& frame, Event*, EditorCommandSource source, const String& value) argument
427 executeFontSize(Frame& frame, Event*, EditorCommandSource source, const String& value) argument
435 executeFontSizeDelta(Frame& frame, Event*, EditorCommandSource source, const String& value) argument
440 executeForeColor(Frame& frame, Event*, EditorCommandSource source, const String& value) argument
445 executeFormatBlock(Frame& frame, Event*, EditorCommandSource, const String& value) argument
462 executeForwardDelete(Frame& frame, Event*, EditorCommandSource source, const String&) argument
480 executeIgnoreSpelling(Frame& frame, Event*, EditorCommandSource, const String&) argument
486 executeIndent(Frame& frame, Event*, EditorCommandSource, const String&) argument
493 executeInsertBacktab(Frame& frame, Event* event, EditorCommandSource, const String&) argument
498 executeInsertHorizontalRule(Frame& frame, Event*, EditorCommandSource, const String& value) argument
506 executeInsertHTML(Frame& frame, Event*, EditorCommandSource, const String& value) argument
511 executeInsertImage(Frame& frame, Event*, EditorCommandSource, const String& value) argument
519 executeInsertLineBreak(Frame& frame, Event* event, EditorCommandSource source, const String&) argument
536 executeInsertNewline(Frame& frame, Event* event, EditorCommandSource, const String&) argument
542 executeInsertNewlineInQuotedContent(Frame& frame, Event*, EditorCommandSource, const String&) argument
548 executeInsertOrderedList(Frame& frame, Event*, EditorCommandSource, const String&) argument
555 executeInsertParagraph(Frame& frame, Event*, EditorCommandSource, const String&) argument
561 executeInsertTab(Frame& frame, Event* event, EditorCommandSource, const String&) argument
566 executeInsertText(Frame& frame, Event*, EditorCommandSource, const String& value) argument
572 executeInsertUnorderedList(Frame& frame, Event*, EditorCommandSource, const String&) argument
579 executeJustifyCenter(Frame& frame, Event*, EditorCommandSource source, const String&) argument
584 executeJustifyFull(Frame& frame, Event*, EditorCommandSource source, const String&) argument
589 executeJustifyLeft(Frame& frame, Event*, EditorCommandSource source, const String&) argument
594 executeJustifyRight(Frame& frame, Event*, EditorCommandSource source, const String&) argument
599 executeMakeTextWritingDirectionLeftToRight(Frame& frame, Event*, EditorCommandSource, const String&) argument
608 executeMakeTextWritingDirectionNatural(Frame& frame, Event*, EditorCommandSource, const String&) argument
616 executeMakeTextWritingDirectionRightToLeft(Frame& frame, Event*, EditorCommandSource, const String&) argument
625 executeMoveBackward(Frame& frame, Event*, EditorCommandSource, const String&) argument
631 executeMoveBackwardAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
637 executeMoveDown(Frame& frame, Event*, EditorCommandSource, const String&) argument
642 executeMoveDownAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
648 executeMoveForward(Frame& frame, Event*, EditorCommandSource, const String&) argument
654 executeMoveForwardAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
660 executeMoveLeft(Frame& frame, Event*, EditorCommandSource, const String&) argument
665 executeMoveLeftAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
671 executeMovePageDown(Frame& frame, Event*, EditorCommandSource, const String&) argument
680 executeMovePageDownAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
689 executeMovePageUp(Frame& frame, Event*, EditorCommandSource, const String&) argument
698 executeMovePageUpAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
707 executeMoveRight(Frame& frame, Event*, EditorCommandSource, const String&) argument
712 executeMoveRightAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
718 executeMoveToBeginningOfDocument(Frame& frame, Event*, EditorCommandSource, const String&) argument
724 executeMoveToBeginningOfDocumentAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
730 executeMoveToBeginningOfLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
736 executeMoveToBeginningOfLineAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
742 executeMoveToBeginningOfParagraph(Frame& frame, Event*, EditorCommandSource, const String&) argument
748 executeMoveToBeginningOfParagraphAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
754 executeMoveToBeginningOfSentence(Frame& frame, Event*, EditorCommandSource, const String&) argument
760 executeMoveToBeginningOfSentenceAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
766 executeMoveToEndOfDocument(Frame& frame, Event*, EditorCommandSource, const String&) argument
772 executeMoveToEndOfDocumentAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
778 executeMoveToEndOfSentence(Frame& frame, Event*, EditorCommandSource, const String&) argument
784 executeMoveToEndOfSentenceAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
790 executeMoveToEndOfLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
796 executeMoveToEndOfLineAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
802 executeMoveToEndOfParagraph(Frame& frame, Event*, EditorCommandSource, const String&) argument
808 executeMoveToEndOfParagraphAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
814 executeMoveParagraphBackwardAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
820 executeMoveParagraphForwardAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
826 executeMoveUp(Frame& frame, Event*, EditorCommandSource, const String&) argument
831 executeMoveUpAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
837 executeMoveWordBackward(Frame& frame, Event*, EditorCommandSource, const String&) argument
843 executeMoveWordBackwardAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
849 executeMoveWordForward(Frame& frame, Event*, EditorCommandSource, const String&) argument
855 executeMoveWordForwardAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
861 executeMoveWordLeft(Frame& frame, Event*, EditorCommandSource, const String&) argument
867 executeMoveWordLeftAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
873 executeMoveWordRight(Frame& frame, Event*, EditorCommandSource, const String&) argument
879 executeMoveWordRightAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
885 executeMoveToLeftEndOfLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
891 executeMoveToLeftEndOfLineAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
897 executeMoveToRightEndOfLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
903 executeMoveToRightEndOfLineAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
909 executeOutdent(Frame& frame, Event*, EditorCommandSource, const String&) argument
916 executeToggleOverwrite(Frame& frame, Event*, EditorCommandSource, const String&) argument
922 executePaste(Frame& frame, Event*, EditorCommandSource source, const String&) argument
934 executePasteGlobalSelection(Frame& frame, Event*, EditorCommandSource source, const String&) argument
948 executePasteAndMatchStyle(Frame& frame, Event*, EditorCommandSource source, const String&) argument
958 executePasteAsPlainText(Frame& frame, Event*, EditorCommandSource source, const String&) argument
968 executePrint(Frame& frame, Event*, EditorCommandSource, const String&) argument
977 executeRedo(Frame& frame, Event*, EditorCommandSource, const String&) argument
983 executeRemoveFormat(Frame& frame, Event*, EditorCommandSource, const String&) argument
989 executeScrollPageBackward(Frame& frame, Event*, EditorCommandSource, const String&) argument
994 executeScrollPageForward(Frame& frame, Event*, EditorCommandSource, const String&) argument
999 executeScrollLineUp(Frame& frame, Event*, EditorCommandSource, const String&) argument
1004 executeScrollLineDown(Frame& frame, Event*, EditorCommandSource, const String&) argument
1009 executeScrollToBeginningOfDocument(Frame& frame, Event*, EditorCommandSource, const String&) argument
1014 executeScrollToEndOfDocument(Frame& frame, Event*, EditorCommandSource, const String&) argument
1019 executeSelectAll(Frame& frame, Event*, EditorCommandSource, const String&) argument
1025 executeSelectLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
1030 executeSelectParagraph(Frame& frame, Event*, EditorCommandSource, const String&) argument
1035 executeSelectSentence(Frame& frame, Event*, EditorCommandSource, const String&) argument
1040 executeSelectToMark(Frame& frame, Event*, EditorCommandSource, const String&) argument
1052 executeSelectWord(Frame& frame, Event*, EditorCommandSource, const String&) argument
1057 executeSetMark(Frame& frame, Event*, EditorCommandSource, const String&) argument
1063 executeStrikethrough(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1069 executeStyleWithCSS(Frame& frame, Event*, EditorCommandSource, const String& value) argument
1075 executeUseCSS(Frame& frame, Event*, EditorCommandSource, const String& value) argument
1081 executeSubscript(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1086 executeSuperscript(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1091 executeSwapWithMark(Frame& frame, Event*, EditorCommandSource, const String&) argument
1105 executeTakeFindStringFromSelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
1112 executeToggleBold(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1117 executeToggleItalic(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1122 executeTranspose(Frame& frame, Event*, EditorCommandSource, const String&) argument
1128 executeUnderline(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1134 executeUndo(Frame& frame, Event*, EditorCommandSource, const String&) argument
1140 executeUnlink(Frame& frame, Event*, EditorCommandSource, const String&) argument
1147 executeUnscript(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1152 executeUnselect(Frame& frame, Event*, EditorCommandSource, const String&) argument
1158 executeYank(Frame& frame, Event*, EditorCommandSource, const String&) argument
1165 executeYankAndSelect(Frame& frame, Event*, EditorCommandSource, const String&) argument
1184 supportedCopyCut(Frame* frame) argument
1195 supportedPaste(Frame* frame) argument
1213 enabledVisibleSelection(Frame& frame, Event* event, EditorCommandSource) argument
1220 caretBrowsingEnabled(Frame& frame) argument
1227 enabledVisibleSelectionOrCaretBrowsing(Frame& frame, Event* event, EditorCommandSource) argument
1233 enabledVisibleSelectionAndMark(Frame& frame, Event* event, EditorCommandSource) argument
1240 enableCaretInEditableText(Frame& frame, Event* event, EditorCommandSource) argument
1246 enabledCopy(Frame& frame, Event*, EditorCommandSource) argument
1255 enabledCut(Frame& frame, Event*, EditorCommandSource) argument
1265 enabledClearText(Frame& frame, Event*, EditorCommandSource) argument
1272 enabledInEditableText(Frame& frame, Event* event, EditorCommandSource) argument
1277 enabledDelete(Frame& frame, Event* event, EditorCommandSource source) argument
1292 enabledInEditableTextOrCaretBrowsing(Frame& frame, Event* event, EditorCommandSource) argument
1298 enabledInRichlyEditableText(Frame& frame, Event*, EditorCommandSource) argument
1304 enabledPaste(Frame& frame, Event*, EditorCommandSource) argument
1309 enabledRangeInEditableText(Frame& frame, Event*, EditorCommandSource) argument
1314 enabledRangeInRichlyEditableText(Frame& frame, Event*, EditorCommandSource) argument
1319 enabledRedo(Frame& frame, Event*, EditorCommandSource) argument
1325 enabledTakeFindStringFromSelection(Frame& frame, Event*, EditorCommandSource) argument
1331 enabledUndo(Frame& frame, Event*, EditorCommandSource) argument
1343 stateBold(Frame& frame, Event*) argument
1348 stateItalic(Frame& frame, Event*) argument
1353 stateOrderedList(Frame& frame, Event*) argument
1358 stateStrikethrough(Frame& frame, Event*) argument
1363 stateStyleWithCSS(Frame& frame, Event*) argument
1368 stateSubscript(Frame& frame, Event*) argument
1373 stateSuperscript(Frame& frame, Event*) argument
1378 stateTextWritingDirectionLeftToRight(Frame& frame, Event*) argument
1383 stateTextWritingDirectionNatural(Frame& frame, Event*) argument
1388 stateTextWritingDirectionRightToLeft(Frame& frame, Event*) argument
1393 stateUnderline(Frame& frame, Event*) argument
1398 stateUnorderedList(Frame& frame, Event*) argument
1403 stateJustifyCenter(Frame& frame, Event*) argument
1408 stateJustifyFull(Frame& frame, Event*) argument
1413 stateJustifyLeft(Frame& frame, Event*) argument
1418 stateJustifyRight(Frame& frame, Event*) argument
1430 valueBackColor(Frame& frame, Event*) argument
1435 valueDefaultParagraphSeparator(Frame& frame, Event*) argument
1448 valueFontName(Frame& frame, Event*) argument
1453 valueFontSize(Frame& frame, Event*) argument
1458 valueFontSizeDelta(Frame& frame, Event*) argument
1463 valueForeColor(Frame& frame, Event*) argument
1468 valueFormatBlock(Frame& frame, Event*) argument
1720 Command(const EditorInternalCommand* command, EditorCommandSource source, PassRefPtr<Frame> frame) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDragImage.cpp51 if (layoutSize.height() > maxSize.height()) {
52 heightResizeRatio = maxSize.height() / (float)layoutSize.height();
62 float scaleY = layoutSize.height() / (float)originalSize.height();
72 ScopedNodeDragEnabler(Frame& frame, Node& node) argument
73 : frame(frame)
78 frame
87 const Frame& frame; member in struct:WebCore::ScopedNodeDragEnabler
115 createDragImageForNode(Frame& frame, Node& node) argument
121 createDragImageForSelection(Frame& frame, bool forceBlackText) argument
128 ScopedFrameSelectionState(Frame& frame) argument
141 const Frame& frame; member in struct:WebCore::ScopedFrameSelectionState
148 createDragImageForRange(Frame& frame, Range& range, bool forceBlackText) argument
183 createDragImageForImage(Frame& frame, Node& node, IntRect& imageRect, IntRect& elementRect) argument
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dxterm.h143 int height, width, depth;
184 int height, width;
189 /* Emacs bitmap-id of the default icon bitmap for this frame.
219 /* Minimum font height over all fonts in font_table. */
244 highlighting. X and Y can be negative or out of range for the frame. */
245 struct frame *mouse_face_mouse_frame;
338 /* The frame (if any) which has the X window that has keyboard focus.
341 last frame specified in a FocusIn or FocusOut event, use
343 struct frame *x_focus_frame;
345 /* The last frame mentione
141 int height, width, depth; member in struct:x_bitmap_record
181 int height, width; member in struct:x_display_info
790 Lisp_Object top, left, width, height; member in struct:scroll_bar
[all...]
H A Dfontset.h61 int height; member in struct:font_info
127 relative to the height (or depth) of previous glyphs in the
132 height). In this case, the character is drawn beneath the
153 struct frame;
160 /* Return a pointer to struct font_info of font FONT_IDX of frame F. */
161 extern struct font_info *(*get_font_info_func) P_ ((struct frame *f,
166 extern Lisp_Object (*list_fonts_func) P_ ((struct frame *f,
171 /* Load a font named NAME for frame F and return a pointer to the
173 extern struct font_info *(*load_font_func) P_ ((struct frame *f,
176 /* Return a pointer to struct font_info of a font named NAME for frame
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebRenderNode.mm46 - (id)_initWithCoreFrame:(Frame *)frame
50 if (!frame->loader().client().hasHTMLView())
53 RenderObject* renderer = frame->contentRenderer();
100 Frame* frame = frameView ? &frameView->frame() : 0;
107 int height = 0;
113 height = box->height();
122 height = box.height();
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dscrollframe.rb4 # This widget class is a frame widget with scrollbars.
25 @frame.configure(:width=>DEFAULT_WIDTH, :height=>DEFAULT_HEIGHT)
28 @h_scroll = TkScrollbar.new(@frame, 'orient'=>'horizontal')
29 @v_scroll = TkScrollbar.new(@frame, 'orient'=>'vertical')
32 @canvas = TkCanvas.new(@frame,
37 TkGrid.rowconfigure(@frame, 0, 'weight'=>1, 'minsize'=>0)
38 TkGrid.columnconfigure(@frame, 0, 'weight'=>1, 'minsize'=>0)
40 @frame.grid_propagate(false)
49 # check options for the frame
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dframe.el0 ;;; frame.el --- multi-frame management independent of window systems
30 (defvar frame-creation-function nil
31 "Window-system dependent function to call to create a new frame.
32 The window system startup file should set this to its frame creation
38 (defcustom initial-frame-alist nil
39 "*Alist of frame parameters for creating the initial X window frame.
41 (setq initial-frame-alist '((top . 1) (left . 1) (width . 80) (height
[all...]

Completed in 202 milliseconds

1234567891011>>