OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ViewBlobInternalsJobFactory
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/net/
view_blob_internals_job_factory.cc
15
bool
ViewBlobInternalsJobFactory
::IsSupportedURL(const GURL& url) {
22
net::URLRequestJob*
ViewBlobInternalsJobFactory
::CreateJobForRequest(
view_blob_internals_job_factory.h
16
class
ViewBlobInternalsJobFactory
{
/external/chromium_org/content/browser/net/
view_blob_internals_job_factory.cc
15
bool
ViewBlobInternalsJobFactory
::IsSupportedURL(const GURL& url) {
21
net::URLRequestJob*
ViewBlobInternalsJobFactory
::CreateJobForRequest(
view_blob_internals_job_factory.h
21
class
ViewBlobInternalsJobFactory
{
/external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc
279
if (
ViewBlobInternalsJobFactory
::IsSupportedURL(request->url()))
280
return
ViewBlobInternalsJobFactory
::CreateJobForRequest(request);
/external/chromium_org/content/browser/webui/
url_data_manager_backend.cc
389
if (
ViewBlobInternalsJobFactory
::IsSupportedURL(request->url())) {
390
return
ViewBlobInternalsJobFactory
::CreateJobForRequest(
Completed in 303 milliseconds