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

/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h198 static const int ReplyType = InstantiatePlugin; member in struct:WebKit::NetscapePluginInstanceProxy::InstantiatePluginReply
214 static const Reply::Type ReplyType = GetScriptableNPObject; member in struct:WebKit::NetscapePluginInstanceProxy::GetScriptableNPObjectReply
217 : Reply(ReplyType)
226 static const Reply::Type ReplyType = Boolean; member in struct:WebKit::NetscapePluginInstanceProxy::BooleanReply
229 : Reply(ReplyType)
238 static const Reply::Type ReplyType = BooleanAndData; member in struct:WebKit::NetscapePluginInstanceProxy::BooleanAndDataReply
241 : Reply(ReplyType)
267 ASSERT(reply->m_type == T::ReplyType);

Completed in 110 milliseconds