OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createMessagePortChannel
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebKitClient.h
176
virtual WebMessagePortChannel*
createMessagePortChannel
() { return 0; }
/external/webkit/Source/WebKit/chromium/src/
PlatformMessagePortChannel.cpp
125
m_webChannel = webKitClient()->
createMessagePortChannel
();
Completed in 216 milliseconds