HomeSort by relevance Sort by last modified time
    Searched refs:languages (Results 26 - 50 of 159) sorted by null

12 3 4 5 6 7

  /external/chromium_org/components/translate/core/browser/
translate_prefs.cc 40 std::vector<std::string>* languages) {
41 DCHECK(languages);
42 DCHECK(languages->empty());
50 languages->push_back(lang);
57 void ExpandLanguageCodes(const std::vector<std::string>& languages,
65 for (std::vector<std::string>::const_iterator it = languages.begin();
66 it != languages.end(); ++it) {
104 std::vector<std::string> languages; local
105 GetLanguageList(&languages);
106 for (std::vector<std::string>::const_iterator it = languages.begin()
130 std::vector<std::string> languages; local
    [all...]
translate_download_manager.cc 59 std::vector<std::string>* languages) {
66 language_list->GetSupportedLanguages(languages);
translate_prefs.h 50 // Resets the blocked languages list, the sites blacklist, the languages
105 void GetLanguageList(std::vector<std::string>* languages);
108 void UpdateLanguageList(const std::vector<std::string>& languages);
147 // Path to the preference storing the accept languages.
150 // Path to the preference storing the preferred languages.
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
lookup_key.cc 59 const std::vector<std::string>& languages = rule.GetLanguages(); local
62 if (languages.empty() || languages[0] == language_tag) {
66 return std::find_if(languages.begin() + 1, languages.end(),
68 languages.end();
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_interactive_uitest.cc 33 // a subset of languages from the list of available languages.
91 // This test will verify that the appropriate languages are available.
94 // Test assumes that the default active element is the list of languages.
106 // Count the number of languages in the list.
117 // Verify that the correct languages are added to the list.
118 std::string languages; local
122 &languages));
123 EXPECT_EQ("English (United States)SpanishFrench", languages);
options_browsertest.js 592 PageManager.showPageByName('languages', false);
593 this.verifyOpenPages_(['settings', 'languages'], '');
600 self.verifyOpenPages_(['settings', 'languages', 'addLanguage'],
608 PageManager.showPageByName('languages', true);
609 this.verifyOpenPages_(['settings', 'languages']);
612 this.verifyHistory_(['', 'languages'], function() {
615 self.verifyOpenPages_(['settings', 'languages', 'addLanguage']);
616 self.verifyHistory_(['', 'languages', 'addLanguage'], testDone);
622 PageManager.showPageByName('languages', true);
624 this.verifyHistory_(['', 'languages'], function()
    [all...]
language_options_handler_common.cc 53 { "languages", IDS_OPTIONS_SETTINGS_LANGUAGES_LANGUAGES },
134 std::vector<std::string> languages; local
135 translate::TranslateDownloadManager::GetSupportedLanguages(&languages);
138 for (std::vector<std::string>::iterator it = languages.begin();
139 it != languages.end(); ++it) {
260 std::vector<std::string> languages; local
265 languages.push_back(lang);
271 translate_prefs->UpdateLanguageList(languages);
  /external/chromium_org/chrome/browser/history/
url_index_private_data.h 66 // its URL is referenced by one or more of the user's bookmarks. |languages|
73 const std::string& languages,
80 // if the index was actually updated. |languages| gives a list of language
87 const std::string& languages,
113 // contain the restored data but upon failure will be empty. |languages|
118 const std::string& languages);
123 // |languages| gives a list of language encodings by which the URLs and page
127 const std::string& languages,
198 const std::string& languages,
248 // row was actually indexed. |languages| gives a list of language encodings b
    [all...]
in_memory_url_index.h 100 // journals will be stored. |languages| gives a list of language encodings by
104 const std::string& languages,
160 const std::string& languages,
171 std::string languages_; // Languages for word-breaking.
273 // Languages used during the word-breaking process during indexing.
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
mapping_file_provider.h 59 void FindBestMatchingLanguageCode(const CountryLanguages* languages,
  /external/lldb/scripts/
build-swig-wrapper-classes.sh 110 languages="Python"
113 for curlang in $languages
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.cc 89 std::vector<std::string>* languages) {
97 // Now scan through the list of accept languages, and find possible mappings
98 // from this list to the existing list of spell check languages.
111 accept_languages, dictionary_language, languages);
113 for (size_t i = 0; i < languages->size(); ++i) {
114 if ((*languages)[i] == dictionary_language)
124 std::vector<std::string>* languages) {
126 languages->push_back(dictionary_language);
133 std::find(languages->begin(), languages->end(), language) =
    [all...]
spellcheck_service.h 59 // the context menu over a text area for changing spell check languages. It
64 std::vector<std::string>* languages);
71 std::vector<std::string>* languages);
  /external/chromium_org/chrome/browser/
pepper_broker_infobar_delegate.h 38 const std::string& languages,
  /external/chromium_org/chrome/browser/ui/android/infobars/
translate_infobar.cc 37 std::vector<base::string16> languages; local
38 languages.reserve(delegate->num_languages());
40 languages.push_back(delegate->language_name_at(i));
43 base::android::ToJavaArrayOfStrings(env, languages);
  /external/chromium_org/chrome/common/
spellcheck_common.h 51 // Get SpellChecker supported languages.
52 void SpellCheckLanguages(std::vector<std::string>* languages);
spellcheck_common.cc 25 // Several languages are not to be included in the spellchecker list:
147 void SpellCheckLanguages(std::vector<std::string>* languages) {
150 languages->push_back(g_supported_spellchecker_languages[i].language);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Navigator.h 78 virtual Vector<String> languages() OVERRIDE;
  /external/chromium_org/components/bookmarks/browser/
bookmark_utils.h 84 // |languages| is user's accept-language setting to decode IDN.
88 const std::string& languages,
116 // result. |languages| is passed to net::FormatUrl(). |adjustments|, if
134 const std::string& languages,
  /external/chromium_org/net/base/
net_util_icu.cc 40 // TODO(brettw) bug 880223: we should allow some other languages to be
86 // An alternative is negative-listing (languages using Greek and
150 // rebuilt with the minimal subset of locale data for languages
152 // of languages selectable for Accept-Languages. With the rebuilt ICU
178 const std::string& languages) {
244 // allowed with |languages| (while it blocks Chinese + Latin letters with
246 // when |languages| is empty.
247 if (languages.empty())
262 base::StringTokenizer t(languages, ",");
449 languages, format_types, unescape_rules, local
    [all...]
net_util.h 193 // |languages| is a comma separated list of ISO 639 language codes. It
195 // who understands languages listed. |host| will be converted to a
200 // When |languages| is empty, even that mixing is not allowed.
202 const std::string& languages);
272 // takes the same accept languages component as ElideURL().
274 const std::string& languages,
278 // if |languages| accepts the Unicode representation. |format_type| is a bitmask
309 const std::string& languages,
317 const std::string& languages,
329 const std::string& languages,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_util_unittest.cc 60 std::vector<std::string> languages; variable
62 languages.push_back("zh-CN");
68 languages, variable
74 languages.clear();
75 languages.push_back("zh-TW");
80 languages,
100 std::vector<std::string> languages; local
101 languages.push_back(language_code);
106 languages,
210 // For most languages input method or keyboard layout name is returned
    [all...]
  /external/chromium_org/chrome/common/extensions/api/input_ime/
input_components_handler.cc 63 std::set<std::string> languages; local
124 languages.insert(language_str);
131 languages.insert(language_str);
219 info->input_components.back().languages = languages;
  /external/chromium_org/components/omnibox/
search_suggestion_parser.h 195 const std::string& languages);
204 // and user |languages|. If |allow_bolding_nothing| is false and
209 const std::string& languages);
292 const std::string& languages,
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 102 const std::string& languages,
165 // Languages we should pass to gfx::GetCleanStringFromUrl.
166 std::string languages; member in struct:HistoryURLProviderParams

Completed in 781 milliseconds

12 3 4 5 6 7