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

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h194 static const int ReplyType = InstantiatePlugin; member in struct:WebKit::NetscapePluginInstanceProxy::InstantiatePluginReply
210 static const Reply::Type ReplyType = GetScriptableNPObject; member in struct:WebKit::NetscapePluginInstanceProxy::GetScriptableNPObjectReply
213 : Reply(ReplyType)
222 static const Reply::Type ReplyType = Boolean; member in struct:WebKit::NetscapePluginInstanceProxy::BooleanReply
225 : Reply(ReplyType)
234 static const Reply::Type ReplyType = BooleanAndData; member in struct:WebKit::NetscapePluginInstanceProxy::BooleanAndDataReply
237 : Reply(ReplyType)
263 ASSERT(reply->m_type == T::ReplyType);

Completed in 47 milliseconds