HomeSort by relevance Sort by last modified time
    Searched refs:GetText (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_embeddertest.cpp 95 EXPECT_TRUE(GetCPWLEdit()->GetText().IsEmpty());
100 EXPECT_STREQ(L"abc", GetCPWLEdit()->GetText().c_str());
159 EXPECT_TRUE(GetCPWLEdit()->GetText().IsEmpty());
171 GetCPWLEdit()->GetText().c_str());
183 GetCPWLEdit()->GetText().c_str());
195 GetCPWLEdit()->GetText().c_str());
204 GetCPWLEdit()->GetText().c_str());
210 EXPECT_STREQ(L"Hello", GetCPWLEdit()->GetText().c_str());
222 EXPECT_STREQ(L"HelloABCDEFGHIJ", GetCPWLEdit()->GetText().c_str());
236 EXPECT_STREQ(L"ABCDEHelloFGHIJ", GetCPWLEdit()->GetText().c_str())
    [all...]
cpwl_combo_box_embeddertest.cpp 103 EXPECT_FALSE(GetCPWLComboBox()->GetText().IsEmpty());
104 EXPECT_STREQ(L"Banana", GetCPWLComboBox()->GetText().c_str());
123 EXPECT_STREQ(L"Banana", GetCPWLComboBox()->GetText().c_str());
149 EXPECT_TRUE(GetCPWLComboBox()->GetText().IsEmpty());
215 EXPECT_TRUE(GetCPWLComboBox()->GetText().IsEmpty());
227 GetCPWLComboBox()->GetText().c_str());
239 GetCPWLComboBox()->GetText().c_str());
251 GetCPWLComboBox()->GetText().c_str());
260 GetCPWLComboBox()->GetText().c_str());
266 EXPECT_STREQ(L"Hello", GetCPWLComboBox()->GetText().c_str())
    [all...]
  /external/pdfium/core/fxcrt/xml/
cfx_xmlchardata.cpp 21 return pdfium::MakeUnique<CFX_XMLCharData>(GetText());
cfx_xmltext.h 24 WideString GetText() const { return m_wsText; }
cfx_xmlelement.cpp 36 wsText += static_cast<CFX_XMLText*>(pChild)->GetText();
89 buffer << static_cast<CFX_XMLText*>(pChild)->GetText();
  /external/pdfium/xfa/fde/
cfde_texteditengine_unittest.cpp 58 EXPECT_STREQ(L"", engine()->GetText().c_str());
61 EXPECT_STREQ(L"", engine()->GetText().c_str());
65 EXPECT_STREQ(L"Hello", engine()->GetText().c_str());
69 EXPECT_STREQ(L"Hello World", engine()->GetText().c_str());
73 EXPECT_STREQ(L"Hello New World", engine()->GetText().c_str());
76 EXPECT_STREQ(L"Hello New World Cat", engine()->GetText().c_str());
86 EXPECT_STREQ(L"Hello", engine()->GetText().c_str());
90 EXPECT_STREQ(L"Hello Wo", engine()->GetText().c_str());
104 EXPECT_STREQ(L"Hello", engine()->GetText().c_str());
110 EXPECT_STREQ(L"Hello Wo", engine()->GetText().c_str())
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
test_pathbrowser.py 13 self.assertEqual('', d.GetText())
21 self.assertEqual(p.GetText(), 'sys.path')
  /external/pdfium/xfa/fwl/
cfwl_listitem.h 24 WideString GetText() const { return m_wsText; }
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
TraceDebugEventListener.cs 67 string text = adaptor.GetText(t);
74 string text = adaptor.GetText(t);
90 string text = adaptor.GetText(t);
97 string text = adaptor.GetText(node);
DebugTreeNodeStream.cs 123 string text = adaptor.GetText(node);
132 string text = adaptor.GetText(node);
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
TraceDebugEventListener.cs 76 string text = adaptor.GetText( t );
84 string text = adaptor.GetText( t );
102 string text = adaptor.GetText( t );
110 string text = adaptor.GetText( node );
DebugTreeNodeStream.cs 144 string text = adaptor.GetText( node );
154 string text = adaptor.GetText( node );
  /external/tinyxml2/docs/search/
all_6.js 6 ['gettext',['GetText',['../classtinyxml2_1_1_x_m_l_element.html#a6d5c8d115561ade4e4456b71d91b6f51',1,'tinyxml2::XMLElement']]],
functions_6.js 5 ['gettext',['GetText',['../classtinyxml2_1_1_x_m_l_element.html#a6d5c8d115561ade4e4456b71d91b6f51',1,'tinyxml2::XMLElement']]],
  /external/tensorflow/tensorflow/lite/models/smartreply/
predictor_test.cc 48 const string &response = item.GetText();
118 EXPECT_EQ(predictions[0].GetText(), "Yes");
119 EXPECT_EQ(predictions[1].GetText(), "Ok");
predictor.h 52 const std::string& GetText() const { return response_text_; }
  /external/lzma/CPP/7zip/UI/FileManager/
PasswordDialog.cpp 21 _passwordEdit.GetText(Password);
  /external/lzma/CPP/Windows/
Window.cpp 114 bool CWindow::GetText(CSysString &s)
122 int len2 = GetText(p, len + 1);
133 bool CWindow::GetText(UString &s)
153 bool result = GetText(sysString);
  /external/pdfium/fpdfsdk/formfiller/
cffl_combobox.cpp 88 return pWnd->GetText() != m_pWidget->GetValue();
97 WideString swText = pWnd->GetText();
138 fa.sValue = pEdit->GetText();
152 fa.sValue = pEdit->GetText();
207 m_State.sValue = pEdit->GetText();
243 WideString wsText = pEdit->GetText();
cffl_textfield.cpp 131 return pEdit && pEdit->GetText() != m_pWidget->GetValue();
140 WideString sNewValue = pWnd->GetText();
165 fa.sValue = pWnd->GetText();
175 fa.sValue = pWnd->GetText();
226 m_State.sValue = pWnd->GetText();
251 WideString wsText = pEdit->GetText();
  /external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.cpp 143 GetText(s);
249 _passwordControl.GetText(password);
278 _path.GetText(currentPath);
309 _passwordControl.GetText(Password);
352 _path.GetText(s);
359 _path.GetText(s);
377 _pathName.GetText(pathName);
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs 157 string parentText = adaptor.GetText(tree);
160 string childText = adaptor.GetText(child);
169 string text = adaptor.GetText(t);
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs 166 string parentText = adaptor.GetText( tree );
170 string childText = adaptor.GetText( child );
180 string text = adaptor.GetText( t );
  /external/image_io/includes/image_io/base/
message.h 70 const std::string& GetText() const { return text_; }
  /external/image_io/src/base/
message_writer.cc 22 message_stream << message.GetText();

Completed in 1519 milliseconds

1 2 3 4 5