Home
last modified time | relevance | path

Searched refs:txtCtrl (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/forms/
H A DnsTextControlFrame.cpp136 txtCtrl->UnbindFromFrame(this);
299 nsresult rv = txtCtrl->CreateEditor();
312 if (txtCtrl->ValueChanged()) {
314 txtCtrl->GetTextEditorValue(val, true);
336 nsresult rv = txtCtrl->BindToFrame(this);
430 nsITextControlElement* txtCtrl = nullptr;
759 *aEditor = txtCtrl->GetTextEditor();
1194 txtCtrl->GetTextEditorValue(aText, true);
1293 txtCtrl->SetValueChanged(aValueChanged);
1378 return txtCtrl->GetConstFrameSelection();
[all …]
H A DnsTextControlFrame.h176 nsCOMPtr<nsITextControlElement> txtCtrl = do_QueryInterface(GetContent()); \
177 NS_ASSERTION(txtCtrl, "Content not a text control element"); \
178 return txtCtrl->name(); \
182 nsCOMPtr<nsITextControlElement> txtCtrl = do_QueryInterface(GetContent()); \
183 NS_ASSERTION(txtCtrl, "Content not a text control element"); \
184 return txtCtrl->name(); \
/dports/lang/spidermonkey60/firefox-60.9.0/layout/forms/
H A DnsTextControlFrame.cpp139 txtCtrl->UnbindFromFrame(this); in DestroyFrom()
271 txtCtrl->GetConstFrameSelection()); in EnsureEditorInitialized()
303 nsresult rv = txtCtrl->CreateEditor(); in EnsureEditorInitialized()
316 if (txtCtrl->ValueChanged()) { in EnsureEditorInitialized()
366 rv = txtCtrl->BindToFrame(this); in CreateAnonymousContent()
401 if (txtCtrl->HasCachedSelection()) { in ShouldInitializeEagerly()
491 if (!txtCtrl->IsPreviewEnabled()) { in CreatePreviewIfNeeded()
1166 nsCOMPtr<nsITextControlElement> txtCtrl = in SetValueChanged() local
1178 txtCtrl->SetValueChanged(aValueChanged); in SetValueChanged()
1205 MOZ_ASSERT(txtCtrl); in UpdateValueDisplay()
[all …]
H A DnsTextControlFrame.h195 nsCOMPtr<nsITextControlElement> txtCtrl = do_QueryInterface(GetContent()); \
196 NS_ASSERTION(txtCtrl, "Content not a text control element"); \
197 return txtCtrl->name(); \
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/validate/
H A Dvalidate.cpp401 TextValidatorDialog::TextValidatorDialog(wxWindow *parent, wxTextCtrl* txtCtrl) in TextValidatorDialog() argument
403 m_txtCtrl(txtCtrl), in TextValidatorDialog()
543 wxTextCtrl* txtCtrl = wxDynamicCast(event.GetEventObject(), wxTextCtrl); in OnKillFocus() local
545 if ( txtCtrl && txtCtrl->IsModified() ) in OnKillFocus()
551 m_charIncludes = txtCtrl->GetValue(); in OnKillFocus()
555 m_charExcludes = txtCtrl->GetValue(); in OnKillFocus()
559 m_includes = wxSplit(txtCtrl->GetValue(), ' '); in OnKillFocus()
563 m_excludes = wxSplit(txtCtrl->GetValue(), ' '); in OnKillFocus()
H A Dvalidate.h66 TextValidatorDialog(wxWindow *parent, wxTextCtrl* txtCtrl);
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DOptimizePanel.cpp284 wxTextCtrl *txtCtrl=XRCCTRL(edit_dlg,"script_edit_text",wxTextCtrl); in runOptimizer() local
285 txtCtrl->SetValue(wxString(scriptbuf.str().c_str(), *wxConvCurrent)); in runOptimizer()
290 script = strdup(txtCtrl->GetValue().mb_str(*wxConvCurrent)); in runOptimizer()
/dports/devel/cppcheck/cppcheck-2.6.3/test/cfg/
H A Dwxwidgets.cpp113 wxTextCtrlHitTestResult nullPointer_wxTextCtrl_HitTest(const wxTextCtrl& txtCtrl, const wxPoint& po… in nullPointer_wxTextCtrl_HitTest() argument
116 return txtCtrl.HitTest(pos, NULL); in nullPointer_wxTextCtrl_HitTest()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/cfg/
H A Dwxwidgets.cpp113 wxTextCtrlHitTestResult nullPointer_wxTextCtrl_HitTest(const wxTextCtrl& txtCtrl, const wxPoint& po… in nullPointer_wxTextCtrl_HitTest() argument
116 return txtCtrl.HitTest(pos, NULL); in nullPointer_wxTextCtrl_HitTest()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DDlgAdvPreferences.h47 bool EnsureTabPageVisible(wxTextCtrl* txtCtrl);
H A DDlgAdvPreferences.cpp914 bool CDlgAdvPreferences::EnsureTabPageVisible(wxTextCtrl* txtCtrl) { in EnsureTabPageVisible() argument
915 wxWindow* parent = txtCtrl->GetParent(); in EnsureTabPageVisible()
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DBlobExplorer.cpp1333 void BlobExplorerDialog::FormatWKT(wxTextCtrl * txtCtrl, wxString & in, in FormatWKT() argument
1341 wxClientDC *dc = new wxClientDC(txtCtrl); in FormatWKT()
1347 txtCtrl->GetSize(&page_width, &h); in FormatWKT()
1502 void BlobExplorerDialog::FormatSVG(wxTextCtrl * txtCtrl, wxString & in, in FormatSVG() argument
1510 wxClientDC *dc = new wxClientDC(txtCtrl); in FormatSVG()
1516 txtCtrl->GetSize(&page_width, &h); in FormatSVG()
H A DClassdef.h4346 void FormatWKT(wxTextCtrl * txtCtrl, wxString & in, wxString & out);
4347 void FormatSVG(wxTextCtrl * txtCtrl, wxString & in, wxString & out);
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/satchel/
H A DnsFormFillController.cpp305 nsCOMPtr<nsITextControlElement> txtCtrl = do_QueryInterface(aInput); in MarkAsAutofillField() local
306 txtCtrl->EnablePreview(); in MarkAsAutofillField()