/external/chromium/chrome/browser/bookmarks/ |
bookmark_utils.cc | 191 // |languages| argument is user's accept-language setting to decode IDN. 194 const std::string& languages) { 201 net::FormatUrl(node->GetURL(), languages, net::kFormatUrlOmitNothing, 518 const std::string& languages, 529 if (node->is_url() && DoesBookmarkContainWords(node, words, languages)) { 539 const std::string& languages) { 546 return (node->is_url() && DoesBookmarkContainWords(node, words, languages));
|
/external/robolectric/lib/main/ |
commons-codec-1.6.jar | |
/external/chromium/chrome/browser/history/ |
history.cc | 786 std::string languages; local 789 languages = prefs->GetString(prefs::kAcceptLanguages); 791 ScheduleAndForget(PRIORITY_UI, &HistoryBackend::Init, languages, no_db_);
|
in_memory_url_index.h | 108 // |languages| gives a list of language encodings with which the history 111 bool Init(URLDatabase* history_db, const std::string& languages);
|
history_backend.cc | 244 void HistoryBackend::Init(const std::string& languages, bool force_fail) { 246 InitImpl(languages); 514 void HistoryBackend::InitImpl(const std::string& languages) { 550 if (mem_backend->Init(history_name, history_dir_, db_.get(), languages)) [all...] |
in_memory_url_index.cc | 152 const std::string& languages) { 154 languages_ = languages; [all...] |
/external/chromium/chrome/browser/tab_contents/ |
render_view_context_menu.cc | 764 // languages. 775 // Add Spell Check languages to sub menu. 791 // Add item in the sub menu to pop up the fonts and languages options menu. 1164 std::vector<std::string> languages; local [all...] |
/external/chromium/chrome/browser/download/ |
download_item.cc | 548 std::string languages(prefs->GetString(prefs::kAcceptLanguages)); 549 string16 url_formatted(l10n_util::ToLower(net::FormatUrl(url(), languages)));
|
/external/clang/www/demo/ |
index.cgi | 302 my %languages = ( 321 my $language = $languages{$uploaded_file_name};
|
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
cssgen.php | 284 // Now installed languages are in $lang_files 287 What languages are you wanting to make this stylesheet for?<br /><br /> 288 Detected languages:<br />'; 300 echo 'If you\'d like any other languages not detected here to be supported, please enter 331 you\'ll have to add those yourself (php and xml are just two languages that use them), and line numbers are not included, however
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_editor_view.cc | 286 std::string languages = profile_ local 292 url_text = net::FormatUrl(details_.existing_node->GetURL(), languages,
|
bookmark_bar_view.cc | 1600 std::string languages = profile->GetPrefs()->GetString( local [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url.h | 415 // Set of languages supported. This may be empty. 419 std::vector<string16> languages() const { return languages_; } function in class:TemplateURL
|
/external/webkit/Source/WebCore/svg/ |
SVGFont.cpp | 178 // Check wheter languages are compatible 179 if (!identifier.languages.isEmpty()) { 180 // This glyph exists only in certain languages, if we're not specifying a 192 Vector<String>::const_iterator it = identifier.languages.begin(); 193 Vector<String>::const_iterator end = identifier.languages.end();
|
/external/chromium/net/base/ |
net_util_unittest.cc | 64 // TODO(jungshik) This is just a random sample of languages and is far 66 // of languages (powerset of a set of all the languages). 209 // only used in some languages written in Cyrillic. 325 // and tested only for a couple of languages. 396 const char* languages; member in struct:net::__anon4920::UrlTestData 454 void AppendLanguagesToOutputs(const wchar_t* languages, 458 expected->append(languages); 460 actual->append(languages); [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete.cc | 542 std::string languages = (check_accept_lang && profile_) ? local 546 languages, [all...] |
/dalvik/docs/ |
prettify.js | 20 * The lexer should work on a number of languages including C and friends, 24 * CAML-like languages. 106 // Keyword lists for various languages. 206 * languages that don't support regular expression literals. 210 * "in" keyword since it's not a keyword in many languages, and might be used [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationChooser.java | 1892 SortedSet<String> languages = null; local [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 540 if (node.not(":empty").length != 0) { //if this languages node has a translation, show it 554 if (node.not(":empty").length != 0) { // if this languages node has a translation, show it
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
dfa.rb | 43 of recognizing <i>regular languages</i>. For more background on the subject,
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.js | 453 if (node.not(":empty").length != 0) { //if this languages node has a translation, show it 467 if (node.not(":empty").length != 0) { // if this languages node has a translation, show it
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 1119 enum languages { lang_c, lang_cplusplus, lang_java }; enum [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 1119 enum languages { lang_c, lang_cplusplus, lang_java }; enum [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 1119 enum languages { lang_c, lang_cplusplus, lang_java }; enum [all...] |