HomeSort by relevance Sort by last modified time
    Searched refs:URL_PREFIX (Results 1 - 3 of 3) sorted by null

  /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...]
  /frameworks/base/tests/TileBenchmark/tests/src/com/test/tilebenchmark/
PerformanceTest.java 79 private static final String URL_PREFIX = "file://";
127 if (!loadUrl(URL_PREFIX + siteDir.getAbsolutePath()
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 16 URL_PREFIX = r"""
150 makePattern(URL_PREFIX, URL_SUFFIX, buckets, isWebUrl=True)

Completed in 320 milliseconds