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

  /external/chromium/chrome/browser/extensions/
extension_message_service.h 62 static void AllocatePortIdPair(int* port1, int* port2);
extension_message_service.cc 99 void ExtensionMessageService::AllocatePortIdPair(int* port1, int* port2) {
256 AllocatePortIdPair(&port1_id, &port2_id);
281 AllocatePortIdPair(&port1_id, &port2_id);
  /external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.cc 135 ExtensionMessageService::AllocatePortIdPair(port_id, &port2_id);
161 ExtensionMessageService::AllocatePortIdPair(port_id, &port2_id);

Completed in 288 milliseconds