/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/ |
D | text.dart | 9 class GetText extends CommandWithTarget { 11 GetText(SerializableFinder finder, { Duration timeout }) : super(finder, timeout: timeout); 14 GetText.deserialize(Map<String, dynamic> json) : super.deserialize(json); 20 /// The result of the [GetText] command. 25 /// The text extracted by the [GetText] command. 49 /// The text extracted by the [GetText] command.
|
/third_party/cef/libcef/browser/views/ |
D | label_button_impl.h | 33 CefString GetText() override; 54 info->SetString("text", ParentClass::root_view()->GetText()); in GetDebugInfo() 71 CEF_LABEL_BUTTON_IMPL_T CefString CEF_LABEL_BUTTON_IMPL_D::GetText() { in GetText() function 73 return ParentClass::root_view()->GetText(); in GetText()
|
D | textfield_impl.cc | 64 CefString CefTextfieldImpl::GetText() { in GetText() function in CefTextfieldImpl 66 return root_view()->GetText(); in GetText()
|
D | textfield_impl.h | 33 CefString GetText() override;
|
/third_party/cef/tests/ceftests/views/ |
D | textfield_unittest.cc | 45 EXPECT_TRUE(textfield->GetText().empty()); in RunTextfieldContents() 53 EXPECT_STREQ(kText, textfield->GetText().ToString().c_str()); in RunTextfieldContents() 62 textfield->GetText().ToString().c_str()); in RunTextfieldContents() 81 textfield->GetText().ToString().c_str()); in RunTextfieldContents() 251 EXPECT_STREQ(kTestInputMessage, textfield->GetText().ToString().c_str()); in FinishTest()
|
D | button_unittest.cc | 61 EXPECT_STREQ(kButtonText, button->GetText().ToString().c_str()); in VerifyLabelButtonStyle() 64 EXPECT_STREQ(kText, button->GetText().ToString().c_str()); in VerifyLabelButtonStyle() 217 EXPECT_STREQ(kButtonText, button->GetText().ToString().c_str()); in RunLabelButtonClick() 219 EXPECT_TRUE(button->GetText().empty()); in RunLabelButtonClick() 453 EXPECT_STREQ(kButtonText, button->GetText().ToString().c_str()); in RunMenuButtonClick() 455 EXPECT_TRUE(button->GetText().empty()); in RunMenuButtonClick()
|
/third_party/typescript/tests/baselines/reference/ |
D | parserindenter.js | 294 … 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…
|
D | parserindenter.types | 1202 … 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 …]
|
/third_party/python/Lib/idlelib/ |
D | stackviewer.py | 49 def GetText(self): member in StackTreeItem 66 def GetText(self): member in FrameTreeItem 104 def GetText(self): member in VariablesTreeItem
|
D | tree.py | 266 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
|
D | pathbrowser.py | 31 def GetText(self): member in PathBrowserTreeItem 48 def GetText(self): member in DirBrowserTreeItem
|
D | browser.py | 150 def GetText(self): member in ModuleBrowserTreeItem 199 def GetText(self): member in ChildBrowserTreeItem
|
D | debugobj.py | 26 def GetText(self): member in ObjectTreeItem
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserindenter.ts | 293 … 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/ |
D | test_browser.py | 124 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())
|
D | test_pathbrowser.py | 68 self.assertEqual('', d.GetText()) 79 self.assertEqual(p.GetText(), 'sys.path')
|
/third_party/cef/include/views/ |
D | cef_label_button.h | 82 virtual CefString GetText() = 0;
|
D | cef_textfield.h | 87 virtual CefString GetText() = 0;
|
/third_party/cef/include/ |
D | cef_frame.h | 130 virtual void GetText(CefRefPtr<CefStringVisitor> visitor) = 0;
|
/third_party/cef/libcef_dll/ctocpp/ |
D | frame_ctocpp.h | 52 void GetText(CefRefPtr<CefStringVisitor> visitor) override;
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | menu_button_ctocpp.h | 45 CefString GetText() override;
|
D | label_button_ctocpp.h | 41 CefString GetText() override;
|
D | textfield_ctocpp.h | 41 CefString GetText() override;
|
/third_party/cef/libcef/browser/ |
D | frame_host_impl.h | 59 void GetText(CefRefPtr<CefStringVisitor> visitor) override;
|
/third_party/cef/libcef/renderer/ |
D | frame_impl.h | 62 void GetText(CefRefPtr<CefStringVisitor> visitor) override;
|