HomeSort by relevance Sort by last modified time
    Searched full:gettext (Results 376 - 400 of 2511) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model.h 41 virtual base::string16 GetText() const = 0;
61 // Returns true if a call to GetText() would successfully replace the URL
67 // Returns true if a call to GetText() would return something other than the
96 // Returns true if a call to GetText() would return an empty string instead of
  /external/chromium_org/chrome/test/chromedriver/client/
webelement.py 28 def GetText(self):
  /external/chromium_org/pdf/pdfium/
pdfium_range.h 37 base::string16 GetText();
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnrapi.cpp 79 // test setText(CharacterIterator) and getText()
86 copy.getText(out);
87 iter.getText(out2);
92 errln("error in Normalizer::setText() or Normalizer::getText()");
  /external/chromium_org/third_party/icu/source/test/letest/
xmlreader.cpp 209 text = element->getText(TRUE);
212 glyphs = element->getText(TRUE);
214 indices = element->getText(TRUE);
216 positions = element->getText(TRUE);
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
xmlreader.cpp 209 text = element->getText(TRUE);
212 glyphs = element->getText(TRUE);
214 indices = element->getText(TRUE);
216 positions = element->getText(TRUE);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm-options.c 166 printf("%s", gettext(msg));
208 printf(" %-22s %s\n", optopt, gettext(options[i].description));
212 printf(" %-22s %s\n", optbuf, gettext(options[i].description));
215 printf("%s", gettext(tail));