HomeSort by relevance Sort by last modified time
    Searched refs:GetText (Results 151 - 175 of 191) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/chrome/browser/ui/views/website_settings/
permissions_bubble_view.cc 108 state->value = GetText();
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 149 CPDF_TextObject* GetText(int i) const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 419 virtual HRESULT STDMETHODCALLTYPE GetText(
595 HRESULT (STDMETHODCALLTYPE *GetText)(
750 #define ITextStoreACP_GetText(This,acpStart,acpEnd,pchPlain,cchPlainReq,pcchPlainRet,prgRunInfo,cRunInfoReq,pcRunInfoRet,pacpNext) (This)->lpVtbl->GetText(This,acpStart,acpEnd,pchPlain,cchPlainReq,pcchPlainRet,prgRunInfo,cRunInfoReq,pcRunInfoRet,pacpNext)
803 return This->lpVtbl->GetText(This,acpStart,acpEnd,pchPlain,cchPlainReq,pcchPlainRet,prgRunInfo,cRunInfoReq,pcRunInfoRet,pacpNext);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 249 const char* value_str = value->GetText() ? value->GetText() : "";
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 670 std::string text = data.GetText();
681 result->assign(data.GetText());
  /external/chromium_org/ui/views/controls/table/
table_view.cc 527 model_->GetText(model_index, visible_columns_[j].column.id),
887 const base::string16 text(model_->GetText(ViewToModel(row),
table_view_unittest.cc 70 virtual base::string16 GetText(int row, int column_id) OVERRIDE;
118 base::string16 TestTableModel2::GetText(int row, int column_id) {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 448 function GetText: String;
509 property Text: String read GetText;
548 function GetText: String;
601 property Text: String read GetText;
    [all...]
Antlr.Runtime.pas 242 function GetText: String;
272 property Text: String read GetText write SetText;
520 function GetText: String;
627 property Text: String read GetText write SetText;
669 function GetText: String;
680 property Text: String read GetText write SetText;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc 487 base::string16 title = button->GetText();
  /external/chromium_org/tools/grit/grit/gather/
tr_html_unittest.py 474 if (html.GetText() != trans):
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 232 std::string text = data.GetText();
  /external/chromium_org/chrome/test/chromedriver/test/
run_py_tests.py     [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 233 GetWidget(), location, url_, GetText(), profile_);
303 *tooltip = GetText();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 644 state->value = omnibox_view_->GetText();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 689 CPDF_TextObject* pText = ClipPath.GetText(i);
862 CPDF_TextObject* textobj = pPageObj->m_ClipPath.GetText(i);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 256 base::string16 OmniboxViewViews::GetText() const {
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h     [all...]
  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 240 STDMETHODIMP TextStore::GetText(LONG acp_start,
  /external/lldb/source/Expression/
ClangUserExpression.cpp 459 if (!source_code->GetText(m_transformed_text, lang_type, m_const_object, m_static_method))
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 120 CPDF_TextObject* pTextObj = GetText(i);
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 653 CFX_WideString GetText() const;
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h     [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 676 std::string s = node.ToElement()->GetText(); // getCdata();
    [all...]

Completed in 3652 milliseconds

1 2 3 4 5 67 8