Home
last modified time | relevance | path

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

/external/webkit/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.h193 static const int ReplyType = InstantiatePlugin; member
209 static const Reply::Type ReplyType = GetScriptableNPObject; member
212 : Reply(ReplyType) in GetScriptableNPObjectReply()
221 static const Reply::Type ReplyType = Boolean; member
224 : Reply(ReplyType) in BooleanReply()
233 static const Reply::Type ReplyType = BooleanAndData; member
236 : Reply(ReplyType) in BooleanAndDataReply()
261 ASSERT(reply->m_type == T::ReplyType); in waitForReply()