Home
last modified time | relevance | path

Searched defs:frameName (Results 1 – 25 of 555) sorted by relevance

12345678910>>...23

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Debug Tests/org/eclipse/ant/tests/ui/debug/
H A DSteppingTests.java111 …private AntThread antCallStack(boolean sepVM, int lineNumber, int kind, String frameName, int fram… in antCallStack()
115 …private AntThread antCallStack(boolean sepVM, int lineNumber, int kind, String frameName, int fram… in antCallStack()
120 …private AntThread debugStack(boolean sepVM, int lineNumber, int kind, String frameName, int frameL… in debugStack()
140 …private void debugFrame(int kind, String frameName, int frameLineNumber, AntThread thread) throws … in debugFrame()
159 …private AntStackFrame assertFrame(AntThread thread, String frameName, int lineNumber) throws Debug… in assertFrame()
164 private AntStackFrame assertFrame(String frameName, int lineNumber, AntStackFrame frame) { in assertFrame()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/runner/util/
H A DSOfficeFactory.java84 public XTextDocument createTextDoc(String frameName) in createTextDoc()
105 public XSpreadsheetDocument createCalcDoc(String frameName) in createCalcDoc()
123 public XComponent createDrawDoc(String frameName) in createDrawDoc()
134 public XComponent createImpressDoc(String frameName) in createImpressDoc()
145 public XComponent createMathDoc(String frameName) in createMathDoc()
381 String frameName = "_blank"; in loadDocument() local
399 String frameName = "_blank"; in loadDocument() local
412 public XComponent openDoc(String kind, String frameName) in openDoc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/runner/util/
H A DSOfficeFactory.java84 public XTextDocument createTextDoc(String frameName) in createTextDoc()
105 public XSpreadsheetDocument createCalcDoc(String frameName) in createCalcDoc()
123 public XComponent createDrawDoc(String frameName) in createDrawDoc()
134 public XComponent createImpressDoc(String frameName) in createImpressDoc()
145 public XComponent createMathDoc(String frameName) in createMathDoc()
381 String frameName = "_blank"; in loadDocument() local
399 String frameName = "_blank"; in loadDocument() local
412 public XComponent openDoc(String kind, String frameName) in openDoc()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Web.UI.Design/
H A DITemplateEditingService.cs38 …ITemplateEditingFrame CreateFrame (TemplatedControlDesigner designer, string frameName, string[] t… in CreateFrame()
39 …ITemplateEditingFrame CreateFrame (TemplatedControlDesigner designer, string frameName, string[] t… in CreateFrame()
H A DTemplateEditingService.cs53 …public ITemplateEditingFrame CreateFrame (TemplatedControlDesigner designer, string frameName, str… in CreateFrame()
59 …public ITemplateEditingFrame CreateFrame (TemplatedControlDesigner designer, string frameName, str… in CreateFrame()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/archive/
H A DArchiveResourceCollection.cpp57 const String& frameName = (*iFrame)->mainResource()->frameName(); in addAllResources() local
84 PassRefPtr<Archive> ArchiveResourceCollection::popSubframeArchive(const String& frameName) in popSubframeArchive()
H A DArchiveResource.cpp36 …t KURL& url, const String& mimeType, const String& textEncoding, const String& frameName, const Re… in ArchiveResource()
45 …t KURL& url, const String& mimeType, const String& textEncoding, const String& frameName, const Re… in create()
H A DArchiveResource.h45 const String& frameName() const { return m_frameName; } in frameName() function
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dspicerotation.cpp35 SpiceRotation::SpiceRotation(const std::string& frameName, in SpiceRotation()
59 SpiceRotation::SpiceRotation(const std::string& frameName, in SpiceRotation()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dspicerotation.cpp35 SpiceRotation::SpiceRotation(const std::string& frameName, in SpiceRotation()
59 SpiceRotation::SpiceRotation(const std::string& frameName, in SpiceRotation()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/util/
H A DOptionUI.java152 public JFrame showHTMLDisplay(StringBuffer inSB, Dimension inSize, String frameName) { in showHTMLDisplay()
161 …public JBidFrame getTextDisplay(StringBuffer inSB, Dimension inSize, String frameName, boolean isH… in getTextDisplay()
179 …public JFrame showTextDisplayWithButtons(StringBuffer inSB, Dimension inSize, String frameName, fi… in showTextDisplayWithButtons()
237 …public JFrame showChoiceTextDisplay(StringBuffer inSB, Dimension inSize, String frameName, List<St… in showChoiceTextDisplay()
H A DJBidFrame.java43 public JBidFrame(String frameName) { in JBidFrame()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/frame/
H A D_XComponentLoader.java54 String frameName = "_blank"; in _loadComponentFromURL() local
H A D_XDispatchProvider.java69 String frameName = "_top"; in _queryDispatch() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/frame/
H A D_XComponentLoader.java54 String frameName = "_blank"; in _loadComponentFromURL() local
H A D_XDispatchProvider.java69 String frameName = "_top"; in _queryDispatch() local
/dports/audio/id3v2/id3v2-0.1.12/
H A Dframetable.h27 const char *frameName; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/python/
H A Dxtextcursor.py26 def createTextCursorInFrame(self, frameName): argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/python/
H A Dxtextcursor.py29 def createTextCursorInFrame(self, frameName): argument
/dports/devel/kf5-kparts/kparts-5.89.0/src/
H A Dbrowserarguments.h104 QString frameName; member
/dports/science/gromacs/gromacs-2021.4/src/gromacs/trajectory/
H A Denergyframe.cpp72 std::string EnergyFrame::frameName() const in frameName() function in gmx::EnergyFrame
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java505 String frameName = model.getCurrentController().getFrame().getName(); in positioningDocument() local
540 private void makeWriterDoc(String frameName, boolean withContent){ in makeWriterDoc()
548 private XTextDocument createNewWriterDoc(String frameName){ in createNewWriterDoc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java505 String frameName = model.getCurrentController().getFrame().getName(); in positioningDocument() local
540 private void makeWriterDoc(String frameName, boolean withContent){ in makeWriterDoc()
548 private XTextDocument createNewWriterDoc(String frameName){ in createNewWriterDoc()
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/BackgroundJobs/
H A DExtractOneThumbnailJob.cpp85 DB::FileName ExtractOneThumbnailJob::frameName() const in frameName() function in BackgroundJobs::ExtractOneThumbnailJob
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DSubframeLoader.cpp72 …HTMLFrameOwnerElement* ownerElement, const String& urlString, const AtomicString& frameName, bool … in requestFrame()
125 …ject(HTMLPlugInImageElement* ownerElement, const String& url, const AtomicString& frameName, const… in requestObject()
234 …ubframe(HTMLFrameOwnerElement* ownerElement, const KURL& url, const AtomicString& frameName, bool … in loadOrRedirectSubframe()

12345678910>>...23