OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URL_PREFIX
(Results
1 - 6
of
6
) sorted by null
/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/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_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)
/external/chromium_org/components/url_matcher/
url_matcher.h
52
URL_PREFIX
,
Completed in 104 milliseconds