HomeSort by relevance Sort by last modified time
    Searched refs:SendUpdateToPlugin (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_url_loader_host.cc 172 SendUpdateToPlugin(message);
178 SendUpdateToPlugin(new PpapiPluginMsg_URLLoader_FinishedLoading(PP_OK));
198 SendUpdateToPlugin(new PpapiPluginMsg_URLLoader_FinishedLoading(pp_error));
218 SendUpdateToPlugin(new PpapiPluginMsg_URLLoader_FinishedLoading(ret));
320 void PepperURLLoaderHost::SendUpdateToPlugin(IPC::Message* message) {
395 // SendUpdateToPlugin() for more details.
410 SendUpdateToPlugin(new PpapiPluginMsg_URLLoader_ReceivedResponse(data));
423 SendUpdateToPlugin(new PpapiPluginMsg_URLLoader_UpdateProgress(
pepper_url_loader_host.h 87 void SendUpdateToPlugin(IPC::Message* msg);
90 // used inside SendUpdateToPlugin for messages that are already ordered

Completed in 2315 milliseconds