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

12 3 4 5 6 7 8 9

  /external/chromium_org/extensions/common/
csp_validator.cc 48 if (!StartsWithASCII(url, scheme_and_separator, true))
116 StartsWithASCII(source, "http://127.0.0.1:", true) ||
117 StartsWithASCII(source, "http://localhost:", true) ||
124 StartsWithASCII(source, "chrome-extension-resource:", true)) {
  /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/chrome/browser/ui/webui/interstitials/
interstitial_ui.cc 178 if (StartsWithASCII(path, "ssl", true)) {
180 } else if (StartsWithASCII(path, "safebrowsing", true)) {
  /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);
  /external/chromium_org/net/quic/
quic_in_memory_cache.cc 147 if (StartsWithASCII(base, "https://", false)) {
149 } else if (StartsWithASCII(base, "http://", false)) {
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service_unittest.cc 187 EXPECT_TRUE(StartsWithASCII(url.spec(), default_variations_url, true));
192 EXPECT_TRUE(StartsWithASCII(url.spec(), default_variations_url, true));
241 EXPECT_TRUE(StartsWithASCII(url.spec(), default_variations_url, true));
246 EXPECT_TRUE(StartsWithASCII(url.spec(), default_variations_url, true));
  /external/chromium_org/chrome/browser/ui/webui/
devtools_ui.cc 185 if (StartsWithASCII(path, bundled_path_prefix, false)) {
192 if (StartsWithASCII(path, kRemoteOpenPrefix, false)) {
206 if (StartsWithASCII(path, remote_path_prefix, false)) {
381 if (!StartsWithASCII(path, kRemoteOpenPrefix, false))
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_characteristic_service_provider.cc 32 DCHECK(StartsWithASCII(
fake_bluetooth_gatt_descriptor_service_provider.cc 32 DCHECK(StartsWithASCII(
  /external/chromium_org/net/http/
http_stream_factory.cc 41 if (StartsWithASCII(alternate_protocol_str, "p=", true)) {
  /external/chromium_org/storage/browser/blob/
blob_url_request_job_factory.cc 83 if (!StartsWithASCII(request->url().spec(), kPrefix, true))
  /external/chromium_org/chrome/browser/prerender/
prerender_util.cc 144 return StartsWithASCII(url.host(), std::string("www.google."), true);
151 StartsWithASCII(url.path(), std::string("/search"), true) ||
153 StartsWithASCII(url.path(), std::string("/webhp"), true));
  /external/chromium_org/chrome/utility/media_galleries/
media_metadata_parser.cc 169 if (StartsWithASCII(mime_type_, "audio/", true) ||
170 StartsWithASCII(mime_type_, "video/", true)) {
187 if (StartsWithASCII(mime_type_, "image/", true)) {
picasa_album_table_reader.cc 95 !StartsWithASCII(token, kAlbumTokenPrefix, false)) {
  /external/chromium_org/chromeos/ime/
component_extension_ime_manager.cc 63 if (StartsWithASCII(engine_id, "xkb:", true))
65 if (StartsWithASCII(engine_id, "vkd_", true))
68 !StartsWithASCII(engine_id, "zh-", true)) {
  /external/chromium_org/chrome/renderer/
content_settings_observer.cc 475 if (StartsWithASCII(frame_gurl.path(), kGoogleSupportPathPrefix, false)) {
477 } else if (StartsWithASCII(frame_gurl.path(),
486 if (StartsWithASCII(frame_gurl.path(), kGoogleReaderPathPrefix, false))
532 if (StartsWithASCII(frame_gurl.path(), kGoogleSupportPathPrefix, false)) {
534 } else if (StartsWithASCII(frame_gurl.path(),
543 if (StartsWithASCII(frame_gurl.path(), kGoogleReaderPathPrefix, false))
  /external/chromium_org/chrome/browser/chromeos/
version_loader.cc 93 if (StartsWithASCII(lines[i], kFirmwarePrefix, false)) {
  /external/chromium_org/chrome/browser/extensions/
extension_apitest.cc 39 if (!StartsWithASCII(request.relative_url, "/server-redirect?", true))
55 if (!StartsWithASCII(request.relative_url, "/echoheader?", true))
77 if (!StartsWithASCII(request.relative_url, "/set-cookie?", true))
99 if (!StartsWithASCII(request.relative_url, "/set-header?", true))
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_db_migration_util_unittest.cc 41 !StartsWithASCII(itr->key().ToString(), key, true));
  /external/chromium_org/chrome/renderer/extensions/
extension_localization_peer.cc 39 StartsWithASCII(mime_type, "text/css", false)) ?
  /external/chromium_org/content/browser/download/
download_stats.cc 469 if (StartsWithASCII(mime_type_string, "text/", true)) {
471 } else if (StartsWithASCII(mime_type_string, "image/", true)) {
474 } else if (StartsWithASCII(mime_type_string, "audio/", true)) {
476 } else if (StartsWithASCII(mime_type_string, "video/", true)) {
  /external/chromium_org/content/child/
simple_webmimeregistry_impl.cc 42 (StartsWithASCII(ascii_mime_type, "image/", true) &&
  /external/chromium_org/content/common/
appcache_interfaces.cc 111 return StartsWithASCII(url.spec(), namespace_url.spec(), true);
  /external/chromium_org/extensions/common/permissions/
permissions_info.cc 67 return StartsWithASCII(i->first, name + '.', true);
  /external/chromium_org/mojo/services/html_viewer/
webmimeregistry_impl.cc 43 (StartsWithASCII(ascii_mime_type, "image/", true) &&

Completed in 1109 milliseconds

12 3 4 5 6 7 8 9