OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IHttpNotify
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
httpbase.h
68
//
IHttpNotify
73
class
IHttpNotify
{
75
virtual ~
IHttpNotify
() {}
99
void notify(
IHttpNotify
* notify) { notify_ = notify; }
173
IHttpNotify
* notify_;
httpserver.h
80
class Connection : private
IHttpNotify
{
91
//
IHttpNotify
Interface
httpclient.h
59
class HttpClient : private
IHttpNotify
, public sigslot::has_slots<> {
156
//
IHttpNotify
Interface
httpbase_unittest.cc
47
class HttpBaseTest : public testing::Test, public
IHttpNotify
{
Completed in 97 milliseconds