OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DataProtocolHandler
(Results
1 - 9
of
9
) 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
391
job_factory->SetProtocolHandler("data", new
DataProtocolHandler
);
url_request_unittest.cc
608
job_factory_.SetProtocolHandler("data", new
DataProtocolHandler
);
[
all
...]
/external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc
120
url::kDataScheme, new net::
DataProtocolHandler
());
/external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc
210
url::kDataScheme, new net::
DataProtocolHandler
);
/external/chromium_org/chromecast/shell/browser/
url_request_context_factory.cc
242
new net::
DataProtocolHandler
);
/external/chromium_org/chrome/browser/
io_thread.cc
693
new net::
DataProtocolHandler
());
[
all
...]
/external/chromium_org/chrome/browser/profiles/
profile_io_data.cc
[
all
...]
Completed in 135 milliseconds