HomeSort by relevance Sort by last modified time
    Searched defs:WebDataSourceFactory (Results 1 - 2 of 2) 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);

Completed in 40 milliseconds