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

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_port.h 14 class NativeMessagePort : public MessageService::MessagePort {
message_service.h 58 class MessageService : public ProfileKeyedAPI,
67 // One side of the communication handled by extensions::MessageService.
107 explicit MessageService(Profile* profile);
108 virtual ~MessageService();
111 static ProfileKeyedAPIFactory<MessageService>* GetFactoryInstance();
113 // Convenience method to get the MessageService for a profile.
114 static MessageService* Get(Profile* profile);
156 friend class ProfileKeyedAPIFactory<MessageService>;
176 // Have MessageService take ownership of |channel|, and remove any pending
222 return "MessageService";
    [all...]
message_service.cc 69 struct MessageService::MessageChannel {
74 struct MessageService::OpenChannelParams {
129 MessageService::MessagePort::GetRenderProcessHost() {
134 void MessageService::AllocatePortIdPair(int* port1, int* port2) {
160 MessageService::MessageService(Profile* profile)
170 MessageService::~MessageService() {
175 static base::LazyInstance<ProfileKeyedAPIFactory<MessageService> >
179 ProfileKeyedAPIFactory<MessageService>* MessageService::GetFactoryInstance()
    [all...]
extension_message_port.h 19 class ExtensionMessagePort : public MessageService::MessagePort {
  /external/chromium_org/chrome/browser/extensions/
message_handler.cc 49 MessageService* message_service = MessageService::Get(profile);
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_message_filter.cc 286 extensions::MessageService::AllocatePortIdPair(port_id, &port2_id);
301 extensions::MessageService::Get(profile_)->OpenChannelToExtension(
312 extensions::MessageService::AllocatePortIdPair(port_id, &port2_id);
327 extensions::MessageService::Get(profile_)->OpenChannelToNativeApp(
336 extensions::MessageService::AllocatePortIdPair(port_id, &port2_id);
352 extensions::MessageService::Get(profile_)->OpenChannelToTab(
466 extensions::MessageService* message_service =
467 extensions::MessageService::Get(profile_);

Completed in 1759 milliseconds