Home | History | Annotate | Download | only in npapi

Lines Matching defs:PluginURLFetcher

79 PluginURLFetcher::PluginURLFetcher(PluginStreamUrl* plugin_stream,
161 PluginURLFetcher::~PluginURLFetcher() {
164 void PluginURLFetcher::Cancel() {
167 // Due to races and nested event loops, PluginURLFetcher may still receive
177 void PluginURLFetcher::URLRedirectResponse(bool allow) {
189 void PluginURLFetcher::OnUploadProgress(uint64 position, uint64 size) {
192 bool PluginURLFetcher::OnReceivedRedirect(
239 void PluginURLFetcher::OnReceivedResponse(const ResourceResponseInfo& info) {
328 void PluginURLFetcher::OnDownloadedData(int len,
332 void PluginURLFetcher::OnReceivedData(const char* data,
358 void PluginURLFetcher::OnCompletedRequest(