HomeSort by relevance Sort by last modified time
    Searched refs:DataProtocolHandler (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/url_request/
data_protocol_handler.cc 11 DataProtocolHandler::DataProtocolHandler() {
14 URLRequestJob* DataProtocolHandler::MaybeCreateJob(
19 bool DataProtocolHandler::IsSafeRedirectTarget(const GURL& location) const {
data_protocol_handler.h 17 class NET_EXPORT DataProtocolHandler
20 DataProtocolHandler();
26 DISALLOW_COPY_AND_ASSIGN(DataProtocolHandler);
url_request_context_builder.cc 314 job_factory->SetProtocolHandler("data", new DataProtocolHandler);
url_request_unittest.cc 601 job_factory_.SetProtocolHandler("data", new DataProtocolHandler);
    [all...]
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 102 chrome::kDataScheme, new net::DataProtocolHandler());
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 207 new net::DataProtocolHandler);
  /external/chromium_org/chrome/browser/
io_thread.cc 641 new net::DataProtocolHandler());
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc     [all...]

Completed in 463 milliseconds