OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebDataSourceFactory
(Results
1 - 4
of
4
) sorted by null
/external/chromium/webkit/glue/media/
web_data_source_factory.cc
11
class
WebDataSourceFactory
::BuildRequest
32
WebDataSourceFactory
::
WebDataSourceFactory
(
46
WebDataSourceFactory
::~
WebDataSourceFactory
() {}
48
media::DataSourceFactory*
WebDataSourceFactory
::Clone() const {
49
return new
WebDataSourceFactory
(render_loop_, frame_, factory_function_,
53
bool
WebDataSourceFactory
::AllowRequests() const {
58
WebDataSourceFactory
::CreateRequest(const std::string& url,
62
return new
WebDataSourceFactory
::BuildRequest(url, callback, data_source
[
all
...]
web_data_source_factory.h
19
class
WebDataSourceFactory
: public media::AsyncDataSourceFactoryBase {
24
WebDataSourceFactory
(MessageLoop* render_loop, WebKit::WebFrame* frame,
27
virtual ~
WebDataSourceFactory
();
46
DISALLOW_COPY_AND_ASSIGN(
WebDataSourceFactory
);
simple_data_source.cc
32
return new
WebDataSourceFactory
(render_loop, frame, &NewSimpleDataSource,
buffered_data_source.cc
41
return new
WebDataSourceFactory
(render_loop, frame, &NewBufferedDataSource,
Completed in 178 milliseconds