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 169 SendUpdateToPlugin(message);
176 SendUpdateToPlugin(new PpapiPluginMsg_URLLoader_FinishedLoading(PP_OK));
196 SendUpdateToPlugin(new PpapiPluginMsg_URLLoader_FinishedLoading(pp_error));
216 SendUpdateToPlugin(new PpapiPluginMsg_URLLoader_FinishedLoading(ret));
318 void PepperURLLoaderHost::SendUpdateToPlugin(IPC::Message* message) {
401 // SendUpdateToPlugin() for more details.
416 SendUpdateToPlugin(new PpapiPluginMsg_URLLoader_ReceivedResponse(data));
429 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 67 milliseconds