OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platform_channel
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
WebSharedWorkerImpl.cpp
72
RefPtr<PlatformMessagePortChannel>
platform_channel
=
local
74
webChannel->setClient(
platform_channel
.get());
76
MessagePortChannel::create(
platform_channel
);
WebWorkerImpl.cpp
123
RefPtr<PlatformMessagePortChannel>
platform_channel
=
local
125
webChannels[i]->setClient(
platform_channel
.get());
126
(*channels)[i] = MessagePortChannel::create(
platform_channel
);
WebWorkerClientImpl.cpp
215
RefPtr<PlatformMessagePortChannel>
platform_channel
=
local
217
channels[i]->setClient(
platform_channel
.get());
218
(*channels2)[i] = MessagePortChannel::create(
platform_channel
);
Completed in 215 milliseconds