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

  /external/webkit/Source/WebKit/chromium/src/
PlatformMessagePortChannel.cpp 188 WebCore::PlatformMessagePortChannel* platformChannel = (*channels)[i]->channel();
189 (*webChannels)[i] = platformChannel->webChannelRelease();
209 RefPtr<PlatformMessagePortChannel> platformChannel = create(webChannels[i]);
210 webChannels[i]->setClient(platformChannel.get());
211 (*channels)[i] = MessagePortChannel::create(platformChannel);
SharedWorkerRepository.cpp 148 PlatformMessagePortChannel* platformChannel = port->channel();
149 WebMessagePortChannel* webPort = platformChannel->webChannelRelease();

Completed in 72 milliseconds