Home
last modified time | relevance | path

Searched refs:contentFrame (Results 1 – 25 of 130) sorted by relevance

123456

/dports/x11/eaglemode/eaglemode-0.95.0/res/emFileMan/themes/src/
H A DgenGlass.pl70 my $contentFrame=$frame*0.175;
72 my $PathY=$NameY+$NameH+$contentFrame*1.2;
73 my $PathH=$contentFrame*3.0;
76 my $FileInnerBorderY=$PathY+$PathH+$contentFrame*0.001;
87 my $FileContentY=$FileInnerBorderY+$contentFrame;
88 my $FileContentH=$FileInnerBorderH-$contentFrame-$contentFrame;
90 my $FileInnerBorderW=$FileContentW+$contentFrame+$contentFrame;
92 my $FileContentX=$FileInnerBorderX+$contentFrame;
119 my $InfoW=$FileInnerBorderX-$InfoX-$contentFrame*3.4;
120 my $InfoH=$y2-$InfoY-$contentFrame*0.6;
[all …]
H A DgenNight.pl70 my $contentFrame=$frame*0.21;
72 my $PathY=$NameY+$NameH+$contentFrame*1.2;
73 my $PathH=$contentFrame*3.0;
76 my $FileInnerBorderY=$PathY+$PathH+$contentFrame*0.16;
83 my $FileInnerBorderL = $contentFrame*($FileInnerBorderImgL/280.0);
87 my $FileContentY=$FileInnerBorderY+$contentFrame;
88 my $FileContentH=$FileInnerBorderH-$contentFrame-$contentFrame;
90 my $FileInnerBorderW=$FileContentW+$contentFrame+$contentFrame;
92 my $FileContentX=$FileInnerBorderX+$contentFrame;
119 my $InfoW=$FileInnerBorderX-$x1-$contentFrame;
[all …]
H A DgenCardBlue.pl70 my $contentFrame=$frame*0.132;
72 my $PathY=$NameY+$NameH+$contentFrame*1.2;
73 my $PathH=$contentFrame*3.0;
76 my $FileInnerBorderY=$PathY+$PathH+$contentFrame*0.001;
78 my $FileInnerBorderL = $contentFrame;
79 my $FileInnerBorderT = $contentFrame;
80 my $FileInnerBorderR = $contentFrame;
81 my $FileInnerBorderB = $contentFrame;
119 my $InfoW=$FileInnerBorderX-$InfoX-$contentFrame*3.4;
120 my $InfoH=$y2-$InfoY-$contentFrame*0.6;
[all …]
H A DgenCardGreen.pl70 my $contentFrame=$frame*0.132;
72 my $PathY=$NameY+$NameH+$contentFrame*1.2;
73 my $PathH=$contentFrame*3.0;
76 my $FileInnerBorderY=$PathY+$PathH+$contentFrame*0.001;
78 my $FileInnerBorderL = $contentFrame;
79 my $FileInnerBorderT = $contentFrame;
80 my $FileInnerBorderR = $contentFrame;
81 my $FileInnerBorderB = $contentFrame;
119 my $InfoW=$FileInnerBorderX-$InfoX-$contentFrame*3.4;
120 my $InfoH=$y2-$InfoY-$contentFrame*0.6;
[all …]
H A DgenCardPink.pl70 my $contentFrame=$frame*0.132;
72 my $PathY=$NameY+$NameH+$contentFrame*1.2;
73 my $PathH=$contentFrame*3.0;
76 my $FileInnerBorderY=$PathY+$PathH+$contentFrame*0.001;
78 my $FileInnerBorderL = $contentFrame;
79 my $FileInnerBorderT = $contentFrame;
80 my $FileInnerBorderR = $contentFrame;
81 my $FileInnerBorderB = $contentFrame;
119 my $InfoW=$FileInnerBorderX-$InfoX-$contentFrame*3.4;
120 my $InfoH=$y2-$InfoY-$contentFrame*0.6;
[all …]
H A DgenCardSandy.pl70 my $contentFrame=$frame*0.132;
72 my $PathY=$NameY+$NameH+$contentFrame*1.2;
73 my $PathH=$contentFrame*3.0;
76 my $FileInnerBorderY=$PathY+$PathH+$contentFrame*0.001;
78 my $FileInnerBorderL = $contentFrame;
79 my $FileInnerBorderT = $contentFrame;
80 my $FileInnerBorderR = $contentFrame;
81 my $FileInnerBorderB = $contentFrame;
119 my $InfoW=$FileInnerBorderX-$InfoX-$contentFrame*3.4;
120 my $InfoH=$y2-$InfoY-$contentFrame*0.6;
[all …]
H A DgenMetal.pl70 my $contentFrame=$frame*0.2;
72 my $PathY=$NameY+$NameH+$contentFrame;
73 my $PathH=$contentFrame*5.0;
76 my $FileInnerBorderY=$PathY+$PathH+$contentFrame*0.1666666666667;
78 my $FileInnerBorderL = $contentFrame;
79 my $FileInnerBorderT = $contentFrame;
80 my $FileInnerBorderR = $contentFrame;
81 my $FileInnerBorderB = $contentFrame;
119 my $InfoW=$FileInnerBorderX-$x1-$contentFrame;
123 my $altContentFrame=$contentFrame/$FileInnerBorderW;
/dports/games/zoom/zoom-1.1.5/src/zoomCocoa/
H A DZoomScrollView.m69 NSRect contentFrame = [contentView frame];
72 //contentFrame.size = [self contentSize];
73 contentFrame.origin = [self bounds].origin;
79 contentFrame.size.height -= upperMargin;
80 contentFrame.origin.y += upperMargin;
82 upperFrame.origin.x = contentFrame.origin.x;
84 upperFrame.size.width = contentFrame.size.width;
91 contentFrame.origin.y += sepHeight;
92 contentFrame.size.height -= sepHeight;
94 [contentView setFrame: contentFrame];
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/webkit/
H A DWebDOMOperations.inc24 function contentFrame: WebFrame; message 'contentFrame';
29 function contentFrame: WebFrame; message 'contentFrame';
34 function contentFrame: WebFrame; message 'contentFrame';
/dports/www/firefox-legacy/firefox-52.8.0esr/addon-sdk/source/lib/framescript/
H A Dcontent.jsm54 for (let contentFrame of frames.values())
55 addon.child.registerContentFrame(contentFrame);
74 this.registerContentFrame = contentFrame => {
75 contentFrame.addEventListener("unload", () => {
76 unregisterContentFrame(contentFrame);
79 frames.add(contentFrame);
83 addon.child.registerContentFrame(contentFrame);
87 function unregisterContentFrame(contentFrame) {
88 frames.delete(contentFrame);
92 addon.child.unregisterContentFrame(contentFrame);
H A DFrameScriptManager.jsm21 const frame_script = function(contentFrame, PATH) {
23 registerContentFrame(contentFrame);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLFrameElementBase.cpp109 if (contentFrame()) in openURL()
110 contentFrame()->setInViewSourceMode(viewSourceMode()); in openURL()
141 if (contentFrame()) in parseMappedAttribute()
142 contentFrame()->setInViewSourceMode(viewSourceMode()); in parseMappedAttribute()
166 if (Frame* frame = contentFrame()) in updateOnReparenting()
201 if (Frame* frame = contentFrame()) in attach()
233 page->focusController()->setFocusedFrame(contentFrame()); in setFocus()
234 …else if (page->focusController()->focusedFrame() == contentFrame()) // Focus may have already been… in setFocus()
H A DHTMLFrameOwnerElement.cpp56 if (Frame* frame = contentFrame()) { in willRemove()
88 if (Frame* frame = contentFrame()) in setSandboxFlags()
/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/frameworks/CorePlot/Source/
H A DCPTAxisLabel.m136 CGRect contentFrame = content.frame;
150 newPosition.y += contentFrame.size.height / (CGFloat)2.0;
153 newPosition.y -= contentFrame.size.height / (CGFloat)2.0;
165 newPosition.x += contentFrame.size.width / (CGFloat)2.0;
168 newPosition.x -= contentFrame.size.width / (CGFloat)2.0;
189 newPosition.y += contentFrame.size.height / (CGFloat)2.0;
192 newPosition.y -= contentFrame.size.height / (CGFloat)2.0;
204 newPosition.x += contentFrame.size.width / (CGFloat)2.0;
207 newPosition.x -= contentFrame.size.width / (CGFloat)2.0;
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/text/
H A Dtest13.c50 Widget contentFrame; in appMailDialogMakeContentFrame() local
70 contentFrame= XmCreateFrame( parentForm, "", al, ac ); in appMailDialogMakeContentFrame()
81 titleWidget= XmCreateLabel( contentFrame, "", al, ac ); in appMailDialogMakeContentFrame()
88 insideWidget= XmCreateForm( contentFrame, "", al, ac ); in appMailDialogMakeContentFrame()
92 XtManageChild( contentFrame ); in appMailDialogMakeContentFrame()
94 return contentFrame; in appMailDialogMakeContentFrame()
298 Widget contentFrame; in appMakeMailDialog() local
335 contentFrame= appMailDialogMakeContentFrame( textForm, in appMakeMailDialog()
337 buttonForm= appMailDialogMakeButtonForm( amdDialog, contentFrame, in appMakeMailDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/tox/
H A DToxTextGenerator.cxx132 const SwContentFrame* contentFrame = contentNode->getLayoutFrame(pLayout); in HandleChapterToken() local
133 if (!contentFrame) { in HandleChapterToken()
137 return GenerateTextForChapterToken(aToken, contentFrame, contentNode, pLayout); in HandleChapterToken()
141 …r::GenerateTextForChapterToken(const SwFormToken& chapterToken, const SwContentFrame* contentFrame, in GenerateTextForChapterToken() argument
148 …SwChapterField aField = ObtainChapterField(&chapterFieldType, &chapterToken, contentFrame, content… in GenerateTextForChapterToken()
455 const SwFormToken* chapterToken, const SwContentFrame* contentFrame, in ObtainChapterField() argument
464 retval.ChangeExpansion(*contentFrame, contentNode, true); in ObtainChapterField()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/tox/
H A DToxTextGenerator.cxx133 const SwContentFrame* contentFrame = contentNode->getLayoutFrame(pLayout); in HandleChapterToken() local
134 if (!contentFrame) { in HandleChapterToken()
138 return GenerateTextForChapterToken(aToken, contentFrame, contentNode, pLayout); in HandleChapterToken()
142 …r::GenerateTextForChapterToken(const SwFormToken& chapterToken, const SwContentFrame* contentFrame, in GenerateTextForChapterToken() argument
149 …SwChapterField aField = ObtainChapterField(&chapterFieldType, &chapterToken, contentFrame, content… in GenerateTextForChapterToken()
430 const SwFormToken* chapterToken, const SwContentFrame* contentFrame, in ObtainChapterField() argument
439 retval.ChangeExpansion(*contentFrame, contentNode, true); in ObtainChapterField()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DScrollView.cpp171 const Region& contentFrame = contentView.Frame(); in UpdateScrollbars() local
173 if (hscroll && contentFrame.w > mySize.w) { in UpdateScrollbars()
177 hscroll->SetValue(-contentFrame.Origin().x); in UpdateScrollbars()
180 if (contentFrame.h > mySize.h) { in UpdateScrollbars()
183 int maxVal = contentFrame.h - mySize.h; in UpdateScrollbars()
189 vscroll->SetValue(-contentFrame.Origin().y); in UpdateScrollbars()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DFocusController.cpp154 if (!owner->contentFrame()) in deepFocusableNode()
157 Document* document = owner->contentFrame()->document(); in deepFocusableNode()
277 if (!owner->contentFrame()) in advanceFocusInDocumentOrder()
281 setFocusedFrame(owner->contentFrame()); in advanceFocusInDocumentOrder()
445 …if (frameOwnerElement(candidate) && (!frameOwnerElement(candidate)->contentFrame() || candidate.re… in updateFocusCandidateIfNeeded()
543 ASSERT(frameElement->contentFrame()); in advanceFocusDirectionallyInContainer()
554 frameElement->contentFrame()->document()->updateLayoutIgnorePendingStylesheets(); in advanceFocusDirectionallyInContainer()
555 …if (!advanceFocusDirectionallyInContainer(frameElement->contentFrame()->document(), rect, directio… in advanceFocusDirectionallyInContainer()
/dports/devel/pear-PHP_UML/PHP_UML-1.6.2/UML/Output/Html/resources/
H A Dstyle.css44 div#contentFrame {
50 div#contentFrame h1 {
55 div#contentFrame h3 {
61 div#contentFrame ul {
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A DToxTextGenerator.hxx154 GenerateTextForChapterToken(const SwFormToken& chapterToken, const SwContentFrame* contentFrame,
163 const SwContentFrame* contentFrame, const SwContentNode *contentNode) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A DToxTextGenerator.hxx157 GenerateTextForChapterToken(const SwFormToken& chapterToken, const SwContentFrame* contentFrame,
166 const SwContentFrame* contentFrame, const SwContentNode *contentNode) const;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSBox.java69 public void setFrameFromContentFrame(NSRect contentFrame) { in setFrameFromContentFrame() argument
70 OS.objc_msgSend(this.id, OS.sel_setFrameFromContentFrame_, contentFrame); in setFrameFromContentFrame()
/dports/cad/sumo/sumo-1.2.0/src/utils/gui/windows/
H A DGUIDialog_Options.cpp66 FXVerticalFrame* contentFrame = new FXVerticalFrame(this, GUIDesignContentsFrame); in FXIMPLEMENT() local
68 FXTabBook* tabbook = new FXTabBook(contentFrame, nullptr, 0, GUIDesignTabBook); in FXIMPLEMENT()
96 …new FXButton(contentFrame, "OK\t\tAccept settings", GUIIconSubSys::getIcon(ICON_ACCEPT), this, ID_… in FXIMPLEMENT()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.cpp210 Frame* frame = static_cast<HTMLFrameElement*>(m_node.get())->contentFrame(); in htmlFrameElementContentFrame()
222 Frame* frame = static_cast<HTMLIFrameElement*>(m_node.get())->contentFrame(); in htmlIFrameElementContentFrame()

123456