Searched defs:ActiveLoader (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/blink/
H A Dactive_loader.cc12 ActiveLoader::ActiveLoader(scoped_ptr<blink::WebURLLoader> loader) function in class:media::ActiveLoader
17 ActiveLoader::~ActiveLoader() {
21 void ActiveLoader::SetDeferred(bool deferred) {
H A Dactive_loader.h21 class MEDIA_EXPORT ActiveLoader { class in namespace:media
23 // Creates an ActiveLoader with the given loader. It is assumed that the
25 explicit ActiveLoader(scoped_ptr<blink::WebURLLoader> loader);
26 ~ActiveLoader();
38 DISALLOW_IMPLICIT_CONSTRUCTORS(ActiveLoader);

Completed in 66 milliseconds