HomeSort by relevance Sort by last modified time
    Searched full:url_prefix (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/extensions/common/
file_util_unittest.cc 15 #define URL_PREFIX "chrome-extension://extension-id/"
20 { URL_PREFIX "simple.html",
22 { URL_PREFIX "directory/to/file.html",
24 { URL_PREFIX "escape%20spaces.html",
26 { URL_PREFIX "%C3%9Cber.html",
29 { URL_PREFIX "C%3A/simple.html",
32 { URL_PREFIX "////simple.html",
34 { URL_PREFIX "/simple.html",
36 { URL_PREFIX "\\simple.html",
38 { URL_PREFIX "\\\\foo\\simple.html"
    [all...]
  /external/chromium/chrome/common/extensions/
extension_file_util_unittest.cc 195 #define URL_PREFIX "chrome-extension://extension-id/"
202 { URL_PREFIX "simple.html",
204 { URL_PREFIX "directory/to/file.html",
206 { URL_PREFIX "escape%20spaces.html",
208 { URL_PREFIX "%C3%9Cber.html",
211 { URL_PREFIX "C%3A/simple.html",
214 { URL_PREFIX "////simple.html",
216 { URL_PREFIX "/simple.html",
218 { URL_PREFIX "\\simple.html",
220 { URL_PREFIX "\\\\foo\\simple.html"
    [all...]
  /external/chromium/net/url_request/
view_cache_helper.h 40 // or the object is destroyed. |url_prefix| will be prepended to each entry
43 const std::string& url_prefix,
65 const std::string& url_prefix,
view_cache_helper.cc 65 const std::string& url_prefix) {
67 GURL url = GURL(url_prefix + key);
108 const std::string& url_prefix,
111 return GetInfoHTML(std::string(), context, url_prefix, out, callback);
118 const std::string& url_prefix,
125 url_prefix_ = url_prefix;
  /external/chromium_org/net/url_request/
view_cache_helper.h 41 // or the object is destroyed. |url_prefix| will be prepended to each entry
44 const std::string& url_prefix,
71 const std::string& url_prefix,
view_cache_helper.cc 33 const std::string& url_prefix) {
35 GURL url = GURL(url_prefix + key);
69 const std::string& url_prefix,
72 return GetInfoHTML(std::string(), context, url_prefix, out, callback);
119 const std::string& url_prefix,
126 url_prefix_ = url_prefix;
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_helper.h 22 std::string url_prefix; member in struct:SafeBrowsingProtocolConfig
ping_manager_unittest.cc 38 config.url_prefix = kUrlPrefix;
104 config.url_prefix = kUrlPrefix;
ping_manager.cc 37 url_prefix_(config.url_prefix) {
safe_browsing_service.cc 365 config.url_prefix = cmdline->GetSwitchValueASCII(switches::kSbURLPrefix);
367 config.url_prefix = kSbDefaultURLPrefix;
safe_browsing_test.cc 258 std::string url_prefix = test_server_->GetURL("safebrowsing").spec(); variable
259 command_line->AppendSwitchASCII(switches::kSbURLPrefix, url_prefix);
  /external/chromium_org/build/linux/
install-arm-sysroot.py 35 URL_PREFIX = 'https://commondatastorage.googleapis.com'
53 url = "%s/%s/%s/%s" % (URL_PREFIX, URL_PATH, REVISION, TARBALL)
install-chromeos-fonts.py 15 URL_PREFIX = 'https://commondatastorage.googleapis.com'
40 url = "%s/%s/%s" % (URL_PREFIX, URL_DIR, URL_FILE)
  /external/chromium_org/chrome/browser/autocomplete/
url_prefix.cc 5 #include "chrome/browser/autocomplete/url_prefix.h"
shortcuts_provider.h 14 #include "chrome/browser/autocomplete/url_prefix.h"
  /external/chromium_org/chrome/browser/webdata/
web_intents_table.h 44 // url_prefix URL prefix for which the default is invoked.
  /external/chromium_org/chrome/browser/history/
DEPS 23 "!chrome/browser/autocomplete/url_prefix.h",
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
install-debian.wheezy.sysroot.py 28 URL_PREFIX = 'https://commondatastorage.googleapis.com'
87 url = '%s/%s/%s/%s' % (URL_PREFIX, URL_PATH, REVISION, tarball_filename)
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 16 URL_PREFIX = r"""
150 makePattern(URL_PREFIX, URL_SUFFIX, buckets, isWebUrl=True)
  /external/chromium_org/chrome_frame/test/
util_unittests.cc 241 MATCHER_P(UrlPathStartsWith, url_prefix, "url starts with prefix") {
242 return StartsWith(UTF8ToWide(arg.spec()), url_prefix, false);
245 ACTION_P3(HandleZone, mock, url_prefix, zone) {
246 if (StartsWith(UTF8ToWide(arg0.spec()), url_prefix, false))
255 const wchar_t* url_prefix; member in struct:Zones
271 EXPECT_CALL(mock, IsZoneAllowed(UrlPathStartsWith(zone.url_prefix)))
  /external/chromium/chrome/browser/ui/tests/
browser_uitest.cc 111 std::wstring url_prefix(L"javascript:(function(){w=window.open();");
112 GURL fork_url(url_prefix +
  /external/chromium_org/components/url_matcher/
url_matcher.cc 115 // url_prefix(prefix) = BU prefix
116 // -> url_prefix("http://www.example") = BU http://www.example
200 case URL_PREFIX:
424 return CreateCondition(URLMatcherCondition::URL_PREFIX,
url_matcher.h 52 URL_PREFIX,
url_matcher_unittest.cc 75 EXPECT_TRUE(URLMatcherCondition(URLMatcherCondition::URL_PREFIX,
200 EXPECT_EQ(URLMatcherCondition::URL_PREFIX,
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 305 std::string url_prefix = local
309 command_line->AppendSwitchASCII(switches::kSbInfoURLPrefix, url_prefix);
310 command_line->AppendSwitchASCII(switches::kSbMacKeyURLPrefix, url_prefix);

Completed in 612 milliseconds

1 2