/dports/www/firefox-legacy/firefox-52.8.0esr/layout/forms/ |
H A D | nsTextControlFrame.cpp | 136 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 D | nsTextControlFrame.h | 176 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 D | nsTextControlFrame.cpp | 139 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 D | nsTextControlFrame.h | 195 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 D | validate.cpp | 401 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 D | validate.h | 66 TextValidatorDialog(wxWindow *parent, wxTextCtrl* txtCtrl);
|
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/ |
H A D | OptimizePanel.cpp | 284 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 D | wxwidgets.cpp | 113 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 D | wxwidgets.cpp | 113 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 D | DlgAdvPreferences.h | 47 bool EnsureTabPageVisible(wxTextCtrl* txtCtrl);
|
H A D | DlgAdvPreferences.cpp | 914 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 D | BlobExplorer.cpp | 1333 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 D | Classdef.h | 4346 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 D | nsFormFillController.cpp | 305 nsCOMPtr<nsITextControlElement> txtCtrl = do_QueryInterface(aInput); in MarkAsAutofillField() local 306 txtCtrl->EnablePreview(); in MarkAsAutofillField()
|