Searched refs:StartsWithASCII (Results 1 - 25 of 206) sorted by relevance

123456789

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_db_migration_util.cc49 if (StartsWithASCII(key, kServiceMetadataKey, true) ||
50 StartsWithASCII(key, kFileMetadataKeyPrefix, true) ||
51 StartsWithASCII(key, kFileTrackerKeyPrefix, true)) {
56 if (StartsWithASCII(key, kAppRootIDByAppIDKeyPrefix, true) ||
57 StartsWithASCII(key, kActiveTrackerIDByFileIDKeyPrefix, true) ||
58 StartsWithASCII(key, kTrackerIDByFileIDKeyPrefix, true) ||
59 StartsWithASCII(key, kMultiTrackerByFileIDKeyPrefix, true) ||
60 StartsWithASCII(key, kActiveTrackerIDByParentAndTitleKeyPrefix, true) ||
61 StartsWithASCII(key, kTrackerIDByParentAndTitleKeyPrefix, true) ||
62 StartsWithASCII(ke
[all...]
/external/chromium_org/chrome/browser/prefetch/
H A Dprefetch_field_trial.cc17 return StartsWithASCII(experiment, "ExperimentDisable", false);
/external/chromium_org/chromeos/ime/
H A Dextension_ime_util.cc64 if (StartsWithASCII(engine_id, kComponentExtensionIMEPrefix, true) ||
65 StartsWithASCII(engine_id, kExtensionIMEPrefix, true)) {
68 if (StartsWithASCII(engine_id, "xkb:", true))
70 if (StartsWithASCII(engine_id, "vkd_", true))
72 if (StartsWithASCII(engine_id, "nacl_mozc_", true))
74 if (StartsWithASCII(engine_id, "hangul_", true))
77 if (StartsWithASCII(engine_id, "zh-", true) &&
81 if (StartsWithASCII(engine_id, "zh-", true) &&
85 if (StartsWithASCII(engine_id, "zh-", true) &&
96 return StartsWithASCII(input_method_i
[all...]
/external/chromium_org/chrome/browser/net/
H A Dasync_dns_field_trial.cc31 return StartsWithASCII(group_name, "AsyncDns", false /* case_sensitive */);
/external/chromium_org/chrome/browser/chromeos/
H A Dchromeos_utils.cc39 if (StartsWithASCII(board, kChromeboxBoards[i], true))
43 if (StartsWithASCII(board, kChromebaseBoards[i], true))
/external/chromium_org/extensions/shell/common/
H A Dshell_content_client_unittest.cc22 EXPECT_TRUE(StartsWithASCII(user_agent, "Mozilla/5.0", false)) << user_agent;
/external/chromium_org/chrome/browser/google/
H A Dgoogle_brand.cc106 return StartsWithASCII(brand, "EUB", true) ||
107 StartsWithASCII(brand, "EUC", true) ||
108 StartsWithASCII(brand, "GGR", true);
120 return StartsWithASCII(brand, "GG", true) ||
121 StartsWithASCII(brand, "EU", true);
/external/chromium_org/android_webview/native/
H A Daw_media_url_interceptor.cc22 if (StartsWithASCII(url, asset_file_prefix, true)) {
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_utils.cc18 return StartsWithASCII(url.spec(), scope.spec(), true);
/external/chromium_org/dbus/
H A Dstring_util.cc17 if (!StartsWithASCII(value, "/", kCaseSensitive))
/external/chromium_org/chrome/browser/android/
H A Dnew_tab_page_url_handler.cc28 if (StartsWithASCII(ref, kLegacyBookmarksFragment, true)) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dvariations_service_policy_browsertest.cc48 EXPECT_TRUE(StartsWithASCII(url.spec(), default_variations_url, true));
/external/chromium_org/chrome/common/
H A Dpref_names_util.cc16 if (!StartsWithASCII(pref_path, kWebKitFontPrefPrefix, true))
H A Dcrash_keys.cc242 return StartsWithASCII(flag, "--channel=", true) ||
245 StartsWithASCII(flag, "--type=", true) ||
248 StartsWithASCII(flag, "--flash-broker=", true) ||
251 StartsWithASCII(flag, "/prefetch:", true) ||
255 StartsWithASCII(flag, "--plugin-path=", true) ||
258 StartsWithASCII(flag, "--force-fieldtrials=", true) ||
297 if (!StartsWithASCII(flag, "--", true))
/external/chromium_org/chromeos/settings/
H A Dcros_settings_provider.cc29 !::StartsWithASCII(path, "cros.session.", true)) {
/external/chromium_org/ui/gl/
H A Dgl_version_info.cc38 is_angle = StartsWithASCII(renderer_str, "ANGLE", true);
/external/chromium_org/content/browser/webui/
H A Dshared_resources_data_source.cc32 if (StartsWithASCII(path, kAppImagesPath, false)) {
36 } else if (StartsWithASCII(path, kAppImagesPath2x, false)) {
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_homepage_unittest.cc42 EXPECT_TRUE(StartsWithASCII(
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_capture_util.cc25 if (!StartsWithASCII(device_id_param, kDeviceScheme, true))
/external/chromium_org/components/policy/core/common/
H A Dpreg_parser_win.cc179 if (!StartsWithASCII(value_name, kActionTriggerPrefix, true)) {
195 } else if (StartsWithASCII(action_trigger, kActionTriggerDeleteKeys, true)) {
202 } else if (StartsWithASCII(action_trigger, kActionTriggerDel, true)) {
206 } else if (StartsWithASCII(action_trigger, kActionTriggerDelVals, true)) {
209 } else if (StartsWithASCII(action_trigger, kActionTriggerSecureKey, true) ||
210 StartsWithASCII(action_trigger, kActionTriggerSoft, true)) {
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_permissions.cc38 if (StartsWithASCII(host, kClient, true)) {
55 StartsWithASCII(url.path(), "/webstore", true));
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_extended_manual_interactive_uitest.cc61 ASSERT_TRUE(StartsWithASCII(test_info->name(), "MANUAL_", true) ||
62 StartsWithASCII(test_info->name(), "DISABLED_", true));
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_permissions.cc38 if (StartsWithASCII(host, kClient, true)) {
55 StartsWithASCII(url.path(), "/webstore", true));
/external/chromium_org/chrome/browser/extensions/
H A Dblob_reader.cc24 if (StartsWithASCII(blob_uuid, "blob:blobinternal", true)) {
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_ui_prefs_migrator.cc57 if (StartsWithASCII(full_key, search_for, true /* case_sensitive */)) {

Completed in 584 milliseconds

123456789