Home
last modified time | relevance | path

Searched defs:JumpList (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DJumpList.h62 struct JumpList { struct
67 JumpList() : offset(BytecodeOffset::invalidOffset()) {} in JumpList() argument
82 #endif /* frontend_JumpList_h */ argument
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DJumpList.h61 struct JumpList { struct
66 JumpList() : offset(BytecodeOffset::invalidOffset()) {} in JumpList() function
81 #endif /* frontend_JumpList_h */ argument
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DJumpList.h62 struct JumpList { struct
67 JumpList() : offset(BytecodeOffset::invalidOffset()) {} in JumpList() argument
82 #endif /* frontend_JumpList_h */ argument
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DJumpList.h62 struct JumpList { struct
67 JumpList() : offset(BytecodeOffset::invalidOffset()) {} in JumpList() argument
82 #endif /* frontend_JumpList_h */ argument
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dcontext.hh22 struct JumpList struct
36 size_t current_index() const { return m_current; } in current_index()
38 ConstArrayView<SelectionList> get_as_list() const { return m_jumps; } in get_as_list()
41 using Contents = Vector<SelectionList, MemoryDomain::Selections>;
42 Contents m_jumps;
43 size_t m_current = 0;
/dports/editors/helix/helix-0.5.0/helix-view/src/
H A Dview.rs14 pub struct JumpList { struct
19 impl JumpList { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/win/
H A Djumplist_factory.h12 class JumpList; variable
/dports/polish/kadu/kadu-4.3/plugins/windows_integration/
H A Djump-list.cpp22 JumpList::JumpList(QObject *parent) : in JumpList() function in JumpList
H A Dwindows-jump-list-service.h28 class JumpList; variable
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclCompExpr.c491 typedef struct JumpList { struct
502 struct JumpList *next; /* Point to next item on the stack */ argument
503 } JumpList; typedef
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmini_timeline.h115 typedef std::list <JumpRange> JumpList; typedef
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DBytecodeEmitter.h159 struct JumpList { struct
161 JumpList() : offset(-1) {} in JumpList() function
162 ptrdiff_t offset;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DBytecodeEmitter.h157 struct JumpList { struct
159 JumpList() : offset(-1) {} in JumpList() function
160 ptrdiff_t offset;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/assembler/
H A DLinkBuffer.h56 typedef MacroAssembler::JumpList JumpList; typedef
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/assembler/
H A DLinkBuffer.h56 typedef MacroAssembler::JumpList JumpList; typedef
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/assembler/
H A DLinkBuffer.h56 typedef MacroAssembler::JumpList JumpList; typedef
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclCompExpr.c489 typedef struct JumpList { struct
493 struct JumpList *next; /* Point to next item on the stack */ argument
494 } JumpList; typedef
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclCompExpr.c499 typedef struct JumpList { struct
503 struct JumpList *next; /* Point to next item on the stack */ argument
504 } JumpList; typedef
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wrec/
H A DWRECParser.h44 typedef Generator::JumpList JumpList; typedef
H A DWRECParser.cpp49 typedef Generator::JumpList JumpList; typedef in JSC::WREC::PatternCharacterSequence
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wrec/
H A DWRECParser.h44 typedef Generator::JumpList JumpList; typedef
H A DWRECParser.cpp49 typedef Generator::JumpList JumpList; typedef in JSC::WREC::PatternCharacterSequence
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wrec/
H A DWRECParser.h44 typedef Generator::JumpList JumpList; typedef
H A DWRECParser.cpp49 typedef Generator::JumpList JumpList; typedef in JSC::WREC::PatternCharacterSequence
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/StartScreen/
H A Dmod.rs582 pub struct JumpList(::windows::runtime::IInspectable); struct
583 impl JumpList { impl
629 unsafe impl ::windows::runtime::RuntimeType for JumpList { implementation
632 unsafe impl ::windows::runtime::Interface for JumpList { implementation
636 impl ::windows::runtime::RuntimeName for JumpList { implementation
649 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for JumpList { implementation
654 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &JumpList { implementation
669 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for JumpList { implementation
674 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for &'a JumpList { implementation
679 unsafe impl ::std::marker::Send for JumpList {} implementation
[all …]

12