OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NetworkDelegate
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/base/
network_delegate.h
18
// on other net/ submodules from net/base/), because otherwise
NetworkDelegate
30
class
NetworkDelegate
: public base::NonThreadSafe {
32
virtual ~
NetworkDelegate
() {}
57
// This is the interface for subclasses of
NetworkDelegate
to implement. This
/external/chromium_org/mojo/shell/
network_delegate.cc
14
NetworkDelegate
::
NetworkDelegate
() {
18
bool
NetworkDelegate
::OnCanAccessFile(const net::URLRequest& request,
network_delegate.h
14
class
NetworkDelegate
: public net::
NetworkDelegate
{
16
NetworkDelegate
();
/external/chromium_org/net/base/
network_delegate.h
27
// on other net/ submodules from net/base/), because otherwise
NetworkDelegate
41
class NET_EXPORT
NetworkDelegate
: public base::NonThreadSafe {
43
// AuthRequiredResponse indicates how a
NetworkDelegate
handles an
62
virtual ~
NetworkDelegate
() {}
110
// This is the interface for subclasses of
NetworkDelegate
to implement. These
Completed in 834 milliseconds