Searched refs:url_constants (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfake_fetchers.py18 import url_constants namespace
81 (url_constants.GITILES_BASE, url_constants.GITILES_SRC_ROOT))
83 (url_constants.GITILES_BASE,
84 url_constants.GITILES_SRC_ROOT,
85 url_constants.GITILES_BRANCHES_PATH))
185 url_constants.OMAHA_HISTORY: _FakeOmahaHistory(),
186 url_constants.OMAHA_PROXY_URL: _FakeOmahaProxy(),
187 '%s/.*' % url_constants.SVN_URL: _FakeSubversionServer(),
188 '%s/.*' % url_constants
[all...]
H A Drietveld_patcher_test.py18 import url_constants namespace
30 AppEngineUrlFetcher(url_constants.CODEREVIEW_SERVER))
H A Dtemplate_renderer.py7 from url_constants import GITHUB_BASE, EXTENSIONS_SAMPLES
H A Dsamples_model.py13 import url_constants namespace
153 url = url_constants.GITHUB_BASE + '/' + sample_path
154 icon_base = url_constants.RAW_GITHUB_BASE + '/' + sample_path
H A Dpatch_servlet.py21 import url_constants namespace
41 AppEngineUrlFetcher(url_constants.CODEREVIEW_SERVER)),
H A Dbranch_utility.py10 import url_constants namespace
61 return BranchUtility(url_constants.OMAHA_PROXY_URL,
62 url_constants.OMAHA_DEV_HISTORY,
191 data stored on omahaproxy (see url_constants).
H A Dsubversion_file_system.py16 import url_constants namespace
109 AppEngineUrlFetcher('%s/%s' % (url_constants.SVN_URL, svn_path)),
110 AppEngineUrlFetcher('%s/%s' % (url_constants.VIEWVC_URL, svn_path)),
H A Dgithub_file_system.py17 import url_constants namespace
68 '%s/GoogleChrome/chrome-app-samples' % url_constants.GITHUB_REPOS,
H A Dnew_github_file_system.py20 import url_constants namespace
104 url_constants.GITHUB_REPOS,
H A Dgitiles_file_system.py25 from url_constants import (GITILES_BASE,
/external/chromium_org/url/
H A Durl_lib.target.darwin-arm64.mk46 url/url_constants.cc \
H A Durl_lib.target.darwin-mips.mk46 url/url_constants.cc \
H A Durl_lib.target.darwin-mips64.mk46 url/url_constants.cc \
H A Durl_lib.target.darwin-x86.mk46 url/url_constants.cc \
H A Durl_lib.target.darwin-x86_64.mk46 url/url_constants.cc \
H A Durl_lib.target.linux-arm64.mk46 url/url_constants.cc \
H A Durl_lib.target.linux-mips.mk46 url/url_constants.cc \
H A Durl_lib.target.linux-mips64.mk46 url/url_constants.cc \
H A Durl_lib.target.linux-x86.mk46 url/url_constants.cc \
H A Durl_lib.target.linux-x86_64.mk46 url/url_constants.cc \
H A Durl_lib.target.darwin-arm.mk46 url/url_constants.cc \
H A Durl_lib.target.linux-arm.mk46 url/url_constants.cc \
/external/chromium_org/android_webview/
H A Dandroid_webview_common.target.darwin-arm.mk79 android_webview/common/url_constants.cc \
H A Dandroid_webview_common.target.darwin-arm64.mk79 android_webview/common/url_constants.cc \
H A Dandroid_webview_common.target.darwin-mips.mk79 android_webview/common/url_constants.cc \

Completed in 204 milliseconds

12