Searched defs:datasource (Results 1 - 3 of 3) sorted by relevance

/external/tremolo/Tremolo/
H A Divorbisfile.h60 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource);
61 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence);
62 int (*close_func) (void *datasource);
63 long (*tell_func) (void *datasource);
67 void *datasource; /* Pointer to a FILE *, etc. */ member in struct:OggVorbis_File
102 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
106 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h40 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource);
41 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence);
42 int (*close_func) (void *datasource);
43 long (*tell_func) (void *datasource);
112 void *datasource; /* Pointer to a FILE *, etc. */ member in struct:OggVorbis_File
152 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
156 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc1699 blink::WebDataSource* datasource) {
1708 render_view_->didCreateDataSource(frame, datasource);
1714 DocumentState::FromDataSource(datasource),
2148 // update the ExtraData on the datasource so that others who read the
1698 didCreateDataSource(blink::WebLocalFrame* frame, blink::WebDataSource* datasource) argument

Completed in 147 milliseconds