Home
last modified time | relevance | path

Searched refs:GetCurrentOption (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/firefox/firefox-99.0/layout/forms/
H A DnsListControlFrame.cpp102 HTMLOptionElement* nsListControlFrame::GetCurrentOption() const { in GetCurrentOption() function in nsListControlFrame
103 return mEventListener->GetCurrentOption(); in GetCurrentOption()
122 nsCOMPtr<nsIContent> focusedContent = GetCurrentOption(); in PaintFocus()
424 nsCOMPtr<nsIContent> prevOption = mEventListener->GetCurrentOption(); in SingleSelection()
567 nsCOMPtr<nsIContent> prevOption = GetCurrentOption(); in PerformSelection()
946 nsCOMPtr<nsIContent> prevOption = GetCurrentOption(); in NS_IMETHODIMP_()
1051 nsIContent* optionContent = GetCurrentOption(); in FireMenuItemActiveEvent()
1194 nsCOMPtr<nsIContent> prevOption = GetCurrentOption(); in UpdateSelectionAfterKeyEvent()
H A DHTMLSelectEventListener.h56 dom::HTMLOptionElement* GetCurrentOption() const;
H A DnsListControlFrame.h87 mozilla::dom::HTMLOptionElement* GetCurrentOption() const;
/dports/lang/spidermonkey60/firefox-60.9.0/layout/forms/
H A DnsIListControlFrame.h47 virtual mozilla::dom::HTMLOptionElement* GetCurrentOption() = 0;
H A DnsListControlFrame.h113 virtual HTMLOptionElement* GetCurrentOption() override;
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/forms/
H A DnsIListControlFrame.h48 virtual mozilla::dom::HTMLOptionElement* GetCurrentOption() = 0;
H A DnsListControlFrame.h121 virtual mozilla::dom::HTMLOptionElement* GetCurrentOption() override;
H A DnsListControlFrame.cpp203 nsCOMPtr<nsIContent> focusedContent = GetCurrentOption(); in PaintFocus()
1114 nsListControlFrame::GetCurrentOption() in GetCurrentOption() function in nsListControlFrame
1738 nsCOMPtr<nsIContent> optionContent = GetCurrentOption(); in FireMenuItemActiveEvent()
/dports/devel/lab/lab-0.17.2/vendor/github.com/rivo/tview/demos/unicode/
H A Dmain.go20 _, title := form.GetFormItem(0).(*tview.DropDown).GetCurrentOption()
/dports/net-im/tut/tut-0.0.17/vendor/github.com/rivo/tview/demos/unicode/
H A Dmain.go20 _, title := form.GetFormItem(0).(*tview.DropDown).GetCurrentOption()
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/rivo/tview/demos/unicode/
H A Dmain.go20 _, title := form.GetFormItem(0).(*tview.DropDown).GetCurrentOption()
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/tview-2e907d29e475/demos/unicode/
H A Dmain.go20 _, title := form.GetFormItem(0).(*tview.DropDown).GetCurrentOption()
/dports/www/firefox-esr/firefox-91.8.0/layout/forms/
H A DnsListControlFrame.h112 HTMLOptionElement* GetCurrentOption();
/dports/mail/thunderbird/thunderbird-91.8.0/layout/forms/
H A DnsListControlFrame.h112 HTMLOptionElement* GetCurrentOption();
/dports/lang/spidermonkey78/firefox-78.9.0/layout/forms/
H A DnsListControlFrame.h112 HTMLOptionElement* GetCurrentOption();
/dports/editors/lazarus/lazarus/components/synedit/
H A Dsyneditmarkuphighall.pp427 function GetCurrentOption: TSynSearchOptions;
2581 SearchOptions := GetCurrentOption;
2588 SearchOptions := GetCurrentOption;
2635 if (SearchString = t) and (SearchOptions = GetCurrentOption) then begin
2705 if (SearchString = GetCurrentText) and (SearchOptions = GetCurrentOption) then
2708 SearchOptions := GetCurrentOption;
2764 function TSynEditMarkupHighlightAllCaret.GetCurrentOption: TSynSearchOptions;
2821 FToggledOption := GetCurrentOption;
2827 FToggledOption := GetCurrentOption;
2831 SearchOptions := GetCurrentOption;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditmarkuphighall.pp425 function GetCurrentOption: TSynSearchOptions;
2575 SearchOptions := GetCurrentOption;
2582 SearchOptions := GetCurrentOption;
2629 if (SearchString = t) and (SearchOptions = GetCurrentOption) then begin
2699 if (SearchString = GetCurrentText) and (SearchOptions = GetCurrentOption) then
2702 SearchOptions := GetCurrentOption;
2758 function TSynEditMarkupHighlightAllCaret.GetCurrentOption: TSynSearchOptions;
2815 FToggledOption := GetCurrentOption;
2821 FToggledOption := GetCurrentOption;
2825 SearchOptions := GetCurrentOption;
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsyneditmarkuphighall.pp427 function GetCurrentOption: TSynSearchOptions;
2581 SearchOptions := GetCurrentOption;
2588 SearchOptions := GetCurrentOption;
2635 if (SearchString = t) and (SearchOptions = GetCurrentOption) then begin
2705 if (SearchString = GetCurrentText) and (SearchOptions = GetCurrentOption) then
2708 SearchOptions := GetCurrentOption;
2764 function TSynEditMarkupHighlightAllCaret.GetCurrentOption: TSynSearchOptions;
2821 FToggledOption := GetCurrentOption;
2827 FToggledOption := GetCurrentOption;
2831 SearchOptions := GetCurrentOption;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditmarkuphighall.pp425 function GetCurrentOption: TSynSearchOptions;
2575 SearchOptions := GetCurrentOption;
2582 SearchOptions := GetCurrentOption;
2629 if (SearchString = t) and (SearchOptions = GetCurrentOption) then begin
2699 if (SearchString = GetCurrentText) and (SearchOptions = GetCurrentOption) then
2702 SearchOptions := GetCurrentOption;
2758 function TSynEditMarkupHighlightAllCaret.GetCurrentOption: TSynSearchOptions;
2815 FToggledOption := GetCurrentOption;
2821 FToggledOption := GetCurrentOption;
2825 SearchOptions := GetCurrentOption;
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/html/
H A DHTMLSelectAccessible.cpp80 listControlFrame->GetCurrentOption(); in CurrentItem()
/dports/www/firefox/firefox-99.0/accessible/html/
H A DHTMLSelectAccessible.cpp82 listControlFrame->GetCurrentOption(); in CurrentItem()
/dports/www/firefox-esr/firefox-91.8.0/accessible/html/
H A DHTMLSelectAccessible.cpp81 listControlFrame->GetCurrentOption(); in CurrentItem()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/html/
H A DHTMLSelectAccessible.cpp81 listControlFrame->GetCurrentOption(); in CurrentItem()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/html/
H A DHTMLSelectAccessible.cpp80 listControlFrame->GetCurrentOption(); in CurrentItem()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/html/
H A DHTMLSelectAccessible.cpp100 nsCOMPtr<nsIContent> activeOptionNode = listControlFrame->GetCurrentOption(); in CurrentItem()

12