HomeSort by relevance Sort by last modified time
    Searched refs:MessageKindTraits (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/Shared/CoreIPCSupport/
InjectedBundleMessageKinds.h 43 template<> struct MessageKindTraits<InjectedBundleMessage::Kind> {
WebContextMessageKinds.h 44 template<> struct MessageKindTraits<WebContextLegacyMessage::Kind> {
DrawingAreaMessageKinds.h 65 template<> struct MessageKindTraits<DrawingAreaLegacyMessage::Kind> {
DrawingAreaProxyMessageKinds.h 50 template<> struct MessageKindTraits<DrawingAreaProxyLegacyMessage::Kind> {
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
CoreIPCMessageKinds.h 45 template<> struct MessageKindTraits<CoreIPCMessage::Kind> {
MessageID.h 91 template<typename> struct MessageKindTraits { };
121 : m_messageID(stripMostSignificantBit(flags << 24 | (MessageKindTraits<EnumType>::messageClass) << 16 | messageKind))
136 ASSERT(getClass() == MessageKindTraits<EnumType>::messageClass);

Completed in 54 milliseconds