Home
last modified time | relevance | path

Searched refs:createMessagePortChannel (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebKitClient.h176 virtual WebMessagePortChannel* createMessagePortChannel() { return 0; } in createMessagePortChannel() function
/external/webkit/Source/WebKit/chromium/src/
DPlatformMessagePortChannel.cpp125 m_webChannel = webKitClient()->createMessagePortChannel(); in PlatformMessagePortChannel()