Searched defs:ReplyType (Results 1 - 1 of 1) sorted by relevance

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

Completed in 15 milliseconds