Home
last modified time | relevance | path

Searched refs:AboutProtocolHandler (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/net/
Dabout_protocol_handler.cc11 AboutProtocolHandler::AboutProtocolHandler() { in AboutProtocolHandler() function in chrome_browser_net::AboutProtocolHandler
14 net::URLRequestJob* AboutProtocolHandler::MaybeCreateJob( in MaybeCreateJob()
19 bool AboutProtocolHandler::IsSafeRedirectTarget(const GURL& location) const { in IsSafeRedirectTarget()
Dabout_protocol_handler.h15 class AboutProtocolHandler : public net::URLRequestJobFactory::ProtocolHandler {
17 AboutProtocolHandler();
24 DISALLOW_COPY_AND_ASSIGN(AboutProtocolHandler);
/external/chromium_org/chrome/browser/profiles/
Dprofile_io_data.cc1090 new chrome_browser_net::AboutProtocolHandler()); in SetUpJobFactoryDefaults()
/external/chromium_org/chrome/browser/extensions/api/web_request/
Dweb_request_api_unittest.cc236 new chrome_browser_net::AboutProtocolHandler()); in TEST_F()