Searched defs:CreateResourceLoader (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/
H A Dwebkitplatformsupport_impl.cc30 WebKitPlatformSupportImpl::CreateResourceLoader( function in class:content::WebKitPlatformSupportImpl
/external/chromium_org/webkit/support/
H A Dtest_webkit_platform_support.cc231 TestWebKitPlatformSupport::CreateResourceLoader( function in class:TestWebKitPlatformSupport
/external/chromium/webkit/glue/media/
H A Dbuffered_data_source.cc78 BufferedResourceLoader* BufferedDataSource::CreateResourceLoader( function in class:webkit_glue::BufferedDataSource
234 loader_ = CreateResourceLoader(0, kPositionNotSpecified);
243 loader_ = CreateResourceLoader(kPositionNotSpecified,
320 loader_ = CreateResourceLoader(read_position_, kPositionNotSpecified);
357 loader_ = CreateResourceLoader(read_position_, kPositionNotSpecified);
484 loader_ = CreateResourceLoader(kPositionNotSpecified,
/external/chromium_org/content/renderer/media/
H A Dbuffered_data_source.cc110 BufferedResourceLoader* BufferedDataSource::CreateResourceLoader( function in class:content::BufferedDataSource
152 loader_.reset(CreateResourceLoader(0, kPositionNotSpecified));
157 loader_.reset(CreateResourceLoader(kPositionNotSpecified,
434 loader_.reset(CreateResourceLoader(

Completed in 352 milliseconds