HomeSort by relevance Sort by last modified time
    Searched refs:StartsWithASCII (Results 1 - 25 of 206) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_db_migration_util.cc 49 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(key, kMultiBackingParentAndTitleKeyPrefix, true) |
    [all...]
  /external/chromium_org/chrome/browser/prefetch/
prefetch_field_trial.cc 17 return StartsWithASCII(experiment, "ExperimentDisable", false);
  /external/chromium_org/chromeos/ime/
extension_ime_util.cc 64 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_id
    [all...]
  /external/chromium_org/chrome/browser/net/
async_dns_field_trial.cc 31 return StartsWithASCII(group_name, "AsyncDns", false /* case_sensitive */);
  /external/chromium_org/chrome/browser/chromeos/
chromeos_utils.cc 39 if (StartsWithASCII(board, kChromeboxBoards[i], true))
43 if (StartsWithASCII(board, kChromebaseBoards[i], true))
  /external/chromium_org/extensions/shell/common/
shell_content_client_unittest.cc 22 EXPECT_TRUE(StartsWithASCII(user_agent, "Mozilla/5.0", false)) << user_agent;
  /external/chromium_org/chrome/browser/google/
google_brand.cc 106 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/
aw_media_url_interceptor.cc 22 if (StartsWithASCII(url, asset_file_prefix, true)) {
  /external/chromium_org/content/browser/service_worker/
service_worker_utils.cc 18 return StartsWithASCII(url.spec(), scope.spec(), true);
  /external/chromium_org/dbus/
string_util.cc 17 if (!StartsWithASCII(value, "/", kCaseSensitive))
  /external/chromium_org/chrome/browser/android/
new_tab_page_url_handler.cc 28 if (StartsWithASCII(ref, kLegacyBookmarksFragment, true)) {
  /external/chromium_org/chrome/browser/chromeos/policy/
variations_service_policy_browsertest.cc 48 EXPECT_TRUE(StartsWithASCII(url.spec(), default_variations_url, true));
  /external/chromium_org/chrome/common/
pref_names_util.cc 16 if (!StartsWithASCII(pref_path, kWebKitFontPrefPrefix, true))
crash_keys.cc 242 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/
cros_settings_provider.cc 29 !::StartsWithASCII(path, "cros.session.", true)) {
  /external/chromium_org/ui/gl/
gl_version_info.cc 38 is_angle = StartsWithASCII(renderer_str, "ANGLE", true);
  /external/chromium_org/content/browser/webui/
shared_resources_data_source.cc 32 if (StartsWithASCII(path, kAppImagesPath, false)) {
36 } else if (StartsWithASCII(path, kAppImagesPath2x, false)) {
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_homepage_unittest.cc 42 EXPECT_TRUE(StartsWithASCII(
  /external/chromium_org/content/browser/media/capture/
web_contents_capture_util.cc 25 if (!StartsWithASCII(device_id_param, kDeviceScheme, true))
  /external/chromium_org/components/policy/core/common/
preg_parser_win.cc 179 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/
web_request_permissions.cc 38 if (StartsWithASCII(host, kClient, true)) {
55 StartsWithASCII(url.path(), "/webstore", true));
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_manual_interactive_uitest.cc 61 ASSERT_TRUE(StartsWithASCII(test_info->name(), "MANUAL_", true) ||
62 StartsWithASCII(test_info->name(), "DISABLED_", true));
  /external/chromium_org/extensions/browser/api/web_request/
web_request_permissions.cc 38 if (StartsWithASCII(host, kClient, true)) {
55 StartsWithASCII(url.path(), "/webstore", true));
  /external/chromium_org/chrome/browser/extensions/
blob_reader.cc 24 if (StartsWithASCII(blob_uuid, "blob:blobinternal", true)) {
  /external/chromium_org/chrome/browser/prefs/
browser_ui_prefs_migrator.cc 57 if (StartsWithASCII(full_key, search_for, true /* case_sensitive */)) {

Completed in 911 milliseconds

1 2 3 4 5 6 7 8 9