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

1 2 3 4 5 6 7 8

  /external/chromium_org/chrome/browser/prefetch/
prefetch_field_trial.cc 17 if (StartsWithASCII(experiment, "ExperimentYes", false))
  /external/chromium_org/chromeos/ime/
extension_ime_util.cc 58 if (StartsWithASCII(engine_id, kComponentExtensionIMEPrefix, true) ||
59 StartsWithASCII(engine_id, kExtensionIMEPrefix, true)) {
62 if (StartsWithASCII(engine_id, "xkb:", true))
64 if (StartsWithASCII(engine_id, "vkd_", true))
66 if (StartsWithASCII(engine_id, "nacl_mozc_", true))
68 if (StartsWithASCII(engine_id, "hangul_", true))
71 if (StartsWithASCII(engine_id, "zh-", true) &&
75 if (StartsWithASCII(engine_id, "zh-", true) &&
79 if (StartsWithASCII(engine_id, "zh-", true) &&
90 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/sync_file_system/drive_backend/
metadata_db_migration_util.cc 26 if (StartsWithASCII(str, prefix, true))
56 DCHECK(!StartsWithASCII(resource_id, kWapiFileIdPrefix, true));
57 DCHECK(!StartsWithASCII(resource_id, kWapiFolderIdPrefix, true));
60 StartsWithASCII(resource_id, kWapiFileIdPrefix, true) ||
61 StartsWithASCII(resource_id, kWapiFolderIdPrefix, true))
67 DCHECK(!StartsWithASCII(resource_id, kWapiFileIdPrefix, true));
68 DCHECK(!StartsWithASCII(resource_id, kWapiFolderIdPrefix, true));
71 StartsWithASCII(resource_id, kWapiFileIdPrefix, true) ||
72 StartsWithASCII(resource_id, kWapiFolderIdPrefix, true))
90 if (StartsWithASCII(resource_id, kWapiFileIdPrefix, true)
    [all...]
  /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/dbus/
string_util.cc 17 if (!StartsWithASCII(value, "/", kCaseSensitive))
  /external/chromium_org/extensions/common/
csp_validator.cc 72 StartsWithASCII(source, "http://127.0.0.1:", false) ||
73 StartsWithASCII(source, "http://localhost:", false) ||
74 StartsWithASCII(source, "https://", true) ||
75 StartsWithASCII(source, "chrome://", true) ||
76 StartsWithASCII(source,
80 StartsWithASCII(source, "chrome-extension-resource:", true)) {
  /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 241 return StartsWithASCII(flag, "--channel=", true) ||
244 StartsWithASCII(flag, "--type=", true) ||
247 StartsWithASCII(flag, "--flash-broker=", true) ||
250 StartsWithASCII(flag, "/prefetch:", true) ||
254 StartsWithASCII(flag, "--plugin-path=", true) ||
257 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 34 return StartsWithASCII(device_id, kVirtualDeviceScheme, true);
  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment.cc 47 if (StartsWithASCII(group_name, kOneEightGroupPrefix, true)) {
53 } else if (StartsWithASCII(group_name, kOneFourGroupPrefix, 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 39 if (StartsWithASCII(host, kClient, true)) {
56 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/chrome/browser/extensions/
blob_reader.cc 24 if (StartsWithASCII(blob_uuid, "blob:blobinternal", true)) {
  /external/chromium_org/chrome/test/chromedriver/chrome/
performance_logger.cc 26 if (StartsWithASCII(method, kDomains[i_domain], true /* case_sensitive */))
  /external/chromium_org/chrome/utility/importer/
bookmark_html_reader.cc 120 while (StartsWithASCII(line, kHrTag, false)) {
192 if (StartsWithASCII(line, "<DL>", false)) {
203 } else if (StartsWithASCII(line, "</DL>", false)) {
245 if (StartsWithASCII(line, "<META", false) &&
269 if (!StartsWithASCII(line, kFolderOpen, true))
328 if (!StartsWithASCII(line, kItemOpen, true))
404 if (!StartsWithASCII(line, kItemOpen, false))
  /external/chromium_org/components/google/core/browser/
google_util.cc 164 StartsWithASCII(url.possibly_invalid_spec(), base_url.spec(), true);
190 return IsPathHomePageBase(path) || StartsWithASCII(path, "/ig", false);

Completed in 890 milliseconds

1 2 3 4 5 6 7 8