Home
last modified time | relevance | path

Searched refs:GetText (Results 1 – 23 of 23) sorted by relevance

/third_party/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp145 GetText(s); in OnInit()
251 _passwordControl.GetText(password); in UpdatePasswordControl()
280 _path.GetText(currentPath); in OnButtonSetPath()
312 _passwordControl.GetText(Password); in OnOK()
355 _path.GetText(s); in OnOK()
362 _path.GetText(s); in OnOK()
380 _pathName.GetText(pathName); in OnOK()
/third_party/lzma/CPP/Windows/
DWindow.cpp114 bool CWindow::GetText(CSysString &s) const in GetText() function in NWindows::CWindow
122 const unsigned len2 = (unsigned)GetText(p, (int)(len + 1)); in GetText()
133 bool CWindow::GetText(UString &s) const in GetText() function in NWindows::CWindow
153 const bool result = GetText(sysString); in GetText()
DWindow.h326 int GetText(LPTSTR string, int maxCount) const in GetText() function
328 bool GetText(CSysString &s) const;
334 bool GetText(UString &s) const;
/third_party/typescript/tests/baselines/reference/
Dparserindenter.js294 … if (twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*")) {
406 var currentIndentText = this.snapshot.GetText(currentIndentSpan);
499 var currentIndent = this.snapshot.GetText(currentIndentSpan);
535 …var origIndentText = this.snapshot.GetText(new Span(indentEditInfo.OrigIndentPosition, indentEditI…
557 …var childIndentText = this.snapshot.GetText(new Span(childTokenLineStartPosition, childTokenStartP…
982 … if (twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*")) {
1074 var currentIndentText = this.snapshot.GetText(currentIndentSpan);
1149 var currentIndent = this.snapshot.GetText(currentIndentSpan);
1175 …var origIndentText = this.snapshot.GetText(new Span(indentEditInfo.OrigIndentPosition, indentEditI…
1195 …var childIndentText = this.snapshot.GetText(new Span(childTokenLineStartPosition, childTokenStartP…
Dparserindenter.types1202 … if (twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*")) {
1203 >twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*") : boolean
1207 >(twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*") : boolean
1208 >twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*" : boolean
1209 >twoCharSpan.GetText() == "//" : boolean
1210 >twoCharSpan.GetText() : any
1211 >twoCharSpan.GetText : any
1213 >GetText : any
1215 >twoCharSpan.GetText() == "/*" : boolean
1216 >twoCharSpan.GetText() : any
[all …]
Dparserindenter.errors.txt554 … if (twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*")) {
710 var currentIndentText = this.snapshot.GetText(currentIndentSpan);
831 var currentIndent = this.snapshot.GetText(currentIndentSpan);
873 …var origIndentText = this.snapshot.GetText(new Span(indentEditInfo.OrigIndentPosition, indentEditI…
897 …var childIndentText = this.snapshot.GetText(new Span(childTokenLineStartPosition, childTokenStartP…
Dparserindenter.symbols753 … if (twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*")) {
954 var currentIndentText = this.snapshot.GetText(currentIndentSpan);
1219 var currentIndent = this.snapshot.GetText(currentIndentSpan);
1323 …var origIndentText = this.snapshot.GetText(new Span(indentEditInfo.OrigIndentPosition, indentEditI…
1379 …var childIndentText = this.snapshot.GetText(new Span(childTokenLineStartPosition, childTokenStartP…
/third_party/python/Lib/idlelib/
Dstackviewer.py49 def GetText(self): member in StackTreeItem
66 def GetText(self): member in FrameTreeItem
104 def GetText(self): member in VariablesTreeItem
Dtree.py266 text = self.item.GetText() or "<no text>"
315 if text and text != self.item.GetText():
317 text = self.item.GetText()
345 def GetText(self): member in TreeItem
400 def GetText(self): member in FileTreeItem
Dpathbrowser.py31 def GetText(self): member in PathBrowserTreeItem
48 def GetText(self): member in DirBrowserTreeItem
Dbrowser.py150 def GetText(self): member in ModuleBrowserTreeItem
199 def GetText(self): member in ChildBrowserTreeItem
Ddebugobj.py26 def GetText(self): member in ObjectTreeItem
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserindenter.ts293 … if (twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*")) {
405 var currentIndentText = this.snapshot.GetText(currentIndentSpan);
498 var currentIndent = this.snapshot.GetText(currentIndentSpan);
534 …var origIndentText = this.snapshot.GetText(new Span(indentEditInfo.OrigIndentPosition, indentEditI…
556 …var childIndentText = this.snapshot.GetText(new Span(childTokenLineStartPosition, childTokenStartP…
/third_party/python/Lib/idlelib/idle_test/
Dtest_browser.py124 self.assertEqual(self.mbt.GetText(), fname)
188 self.assertEqual(self.cbt_C1.GetText(), 'class C1()')
189 self.assertEqual(self.cbt_f1.GetText(), 'def f1(...)')
240 self.assertIn(cb.name, cb.GetText())
Dtest_pathbrowser.py68 self.assertEqual('', d.GetText())
79 self.assertEqual(p.GetText(), 'sys.path')
/third_party/lzma/CPP/7zip/UI/FileManager/
DPasswordDialog.cpp21 _passwordEdit.GetText(Password); in ReadControls()
DComboDialog.cpp62 _comboBox.GetText(Value); in OnOK()
DProgressDialog2.cpp375 window.GetText(_background_String); in OnInit()
380 window.GetText(_pause_String); in OnInit()
DBrowseDialog.cpp811 _pathEdit.GetText(s); in FinishOnOK()
/third_party/lzma/CPP/Windows/Control/
DDialog.h64 return window.GetText(s); in GetItemText()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1121 const char* GetText() const;
Dtinyxml.cpp900 const char* TiXmlElement::GetText() const in GetText() function in TiXmlElement
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp89837 virtual const nsTextFragment *GetText() = 0;
93067 virtual const nsTextFragment *GetText() override;