OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProtData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/
protocol_sink_wrap.h
47
class
ProtData
;
70
IInternetProtocolSink* sink,
ProtData
* prot_data);
98
scoped_refptr<
ProtData
> prot_data_;
102
class
ProtData
: public base::RefCounted<
ProtData
> {
104
ProtData
(IInternetProtocol* protocol, InternetProtocol_Read_Fn read_fun,
106
~
ProtData
();
116
static scoped_refptr<
ProtData
> DataFromProtocol(IInternetProtocol* protocol);
131
// Removes the mapping between the protocol and the
ProtData
.
139
typedef std::map<IInternetProtocol*,
ProtData
*> ProtocolDataMap
[
all
...]
protocol_sink_wrap.cc
105
ProtData
::ProtocolDataMap
ProtData
::datamap_;
106
base::Lock
ProtData
::datamap_lock_;
117
IInternetProtocolSink* sink,
ProtData
* data) {
224
void PutProtData(IBindCtx* pbc,
ProtData
* data) {
225
// AddRef and Release to avoid a potential leak of a
ProtData
instance if
341
//
ProtData
342
ProtData
::
ProtData
(IInternetProtocol* protocol,
357
ProtData
::~ProtData()
[
all
...]
Completed in 629 milliseconds