OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamHandleImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/streams/
stream_handle_impl.cc
12
StreamHandleImpl
::
StreamHandleImpl
(const base::WeakPtr<Stream>& stream,
21
StreamHandleImpl
::~
StreamHandleImpl
() {
26
const GURL&
StreamHandleImpl
::GetURL() {
30
const GURL&
StreamHandleImpl
::GetOriginalURL() {
34
const std::string&
StreamHandleImpl
::GetMimeType() {
stream_handle_impl.h
17
class
StreamHandleImpl
: public StreamHandle {
19
StreamHandleImpl
(const base::WeakPtr<Stream>& stream,
22
virtual ~
StreamHandleImpl
();
stream.h
22
class
StreamHandleImpl
;
129
StreamHandleImpl
* stream_handle_;
stream.cc
164
stream_handle_ = new
StreamHandleImpl
(weak_ptr_factory_.GetWeakPtr(),
Completed in 124 milliseconds