OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSupportedURL
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/net/
view_blob_internals_job_factory.h
18
static bool
IsSupportedURL
(const GURL& url);
view_http_cache_job_factory.h
18
static bool
IsSupportedURL
(const GURL& url);
view_blob_internals_job_factory.cc
15
bool ViewBlobInternalsJobFactory::
IsSupportedURL
(const GURL& url) {
view_http_cache_job_factory.cc
185
bool ViewHttpCacheJobFactory::
IsSupportedURL
(const GURL& url) {
/external/chromium_org/content/browser/net/
view_blob_internals_job_factory.cc
15
bool ViewBlobInternalsJobFactory::
IsSupportedURL
(const GURL& url) {
view_blob_internals_job_factory.h
23
static bool
IsSupportedURL
(const GURL& url);
view_http_cache_job_factory.h
20
static bool
IsSupportedURL
(const GURL& url);
view_http_cache_job_factory.cc
192
bool ViewHttpCacheJobFactory::
IsSupportedURL
(const GURL& url) {
/external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc
137
static bool
IsSupportedURL
(const GURL& url, FilePath* path);
266
if (DevToolsJobFactory::
IsSupportedURL
(request->url(), &path))
271
if (ViewHttpCacheJobFactory::
IsSupportedURL
(request->url()))
275
if (ViewAppCacheInternalsJobFactory::
IsSupportedURL
(request->url()))
279
if (ViewBlobInternalsJobFactory::
IsSupportedURL
(request->url()))
398
bool DevToolsJobFactory::
IsSupportedURL
(const GURL& url, FilePath* path) {
/external/chromium_org/content/browser/webui/
url_data_manager_backend.cc
393
if (ViewHttpCacheJobFactory::
IsSupportedURL
(request->url()))
405
if (ViewBlobInternalsJobFactory::
IsSupportedURL
(request->url())) {
Completed in 470 milliseconds