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

/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebEvent.cpp36 : m_type(static_cast<uint32_t>(NoType))
H A DWebEvent.h49 NoType = -1, enumerator in enum:WebKit::WebEvent::Type
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformEvent.h34 NoType = 0, enumerator in enum:WebCore::PlatformEvent::Type
95 : m_type(NoType)
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebPageAdapter.h225 : type(NoType)
230 NoType, enumerator in enum:QWebPageAdapter::MenuItemDescription::Type
H A DWebEventConversion.cpp258 return PlatformEvent::NoType;
H A DQWebPageAdapter.cpp848 if (description.type > MenuItem::NoType)
/macosx-10.9.5/WebKit2-7537.78.2/Shared/efl/
H A DWebEventFactory.cpp219 return WebEvent::NoType;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/qt/
H A DWebEventFactoryQt.cpp93 return WebEvent::NoType;
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMBinding.h532 struct NoType { struct in class:WebCore::HasMemoryCostMemberFunction
546 static NoType dummy(U*, TypeChecker<size_t (BaseMixin::*)(), &U::memoryCost>* = 0);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/x11/
H A DNetscapePluginX11.cpp525 case WebEvent::NoType:
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEventHandler.cpp250 m_type = NoType;
350 , m_baseEventType(PlatformEvent::NoType)
422 m_baseEventType = PlatformEvent::NoType;
2483 if (m_baseEventType == PlatformEvent::NoType && shouldTurnVerticalTicksIntoHorizontal(result, e))
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm1002 if (m_lastMouseEvent.type() != WebEvent::NoType)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.cpp812 WebEvent::Type type = WebEvent::NoType;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.cpp3569 case WebEvent::NoType:
3596 case WebEvent::NoType:
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp993 if (event.type() != WebEvent::NoType)

Completed in 307 milliseconds