HomeSort by relevance Sort by last modified time
    Searched full:lower_text (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/views/controls/
prefix_selector.cc 163 const string16 lower_text(base::i18n::ToLower(current_text_));
174 const string16& lower_text) {
177 return (model_text.size() >= lower_text.size()) &&
178 (model_text.compare(0, lower_text.size(), lower_text) == 0);
prefix_selector.h 59 // Returns true if the text of the node at |row| starts with |lower_text|.
60 bool TextAtRowMatchesText(int row, const string16& lower_text);
  /external/chromium/chrome/browser/ui/gtk/
edit_search_engine_dialog.cc 36 string16 lower_text = l10n_util::ToLower(original_text); local
37 if (lower_text != original_text) {
38 std::string result = UTF16ToUTF8(lower_text);
  /external/chromium_org/chrome/browser/ui/gtk/
edit_search_engine_dialog.cc 35 string16 lower_text = base::i18n::ToLower(original_text); local
36 if (lower_text != original_text) {
37 std::string result = UTF16ToUTF8(lower_text);
  /external/chromium/chrome/browser/history/
query_parser.cc 299 string16 lower_text = l10n_util::ToLower(text); local
300 ExtractQueryWords(lower_text, &query_words);
310 if (lower_text.length() != text.length()) {
  /external/chromium_org/chrome/browser/history/
query_parser.cc 375 string16 lower_text = base::i18n::ToLower(text); local
376 ExtractQueryWords(lower_text, &query_words);
386 if (lower_text.length() != text.length()) {

Completed in 2128 milliseconds