Searched refs:IPCDataSource (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/utility/media_galleries/
H A Dipc_data_source.cc13 IPCDataSource::IPCDataSource(int64 total_size) function in class:metadata::IPCDataSource
20 IPCDataSource::~IPCDataSource() {
24 void IPCDataSource::Stop() {
28 void IPCDataSource::Read(int64 position, int size, uint8* data,
33 base::Bind(&IPCDataSource::ReadOnUtilityThread, base::Unretained(this),
37 bool IPCDataSource::GetSize(int64* size_out) {
43 bool IPCDataSource::IsStreaming() {
48 void IPCDataSource
[all...]
H A Dipc_data_source.h26 class IPCDataSource: public media::DataSource, class in namespace:metadata
30 explicit IPCDataSource(int64 total_size);
31 virtual ~IPCDataSource();
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc347 // Only one IPCDataSource may be created and added to the list of handlers.
348 metadata::IPCDataSource* source = new metadata::IPCDataSource(total_size);

Completed in 140 milliseconds