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

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginDebug.h48 const char* prettyNameForEventModel(NPEventModel eventModel);
H A DPluginDebug.cpp79 const char* prettyNameForEventModel(NPEventModel eventModel)
157 result.append(prettyNameForEventModel(NPEventModel(uintptr_t(value))));
H A Dnpapi.h296 } NPEventModel; typedef in typeref:enum:__anon5823
H A DPluginView.cpp656 NPEventModel newEventModel = NPEventModel(uintptr_t(value));
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.h78 NPEventModel eventModel;
157 - (NPEventModel)eventModel;
H A DWebNetscapePluginView.mm1044 eventModel = (NPEventModel)-1;
1064 if (eventModel == (NPEventModel)-1) {
1199 - (NPEventModel)eventModel
2128 NPEventModel newEventModel = (NPEventModel)(uintptr_t)value;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h65 NPError setEventModel(NPEventModel);
342 NPEventModel m_eventModel;
H A DNetscapeBrowserFuncs.cpp561 NPEventModel eventModel = static_cast<NPEventModel>(reinterpret_cast<uintptr_t>(value));
H A DNetscapePlugin.cpp78 , m_eventModel(static_cast<NPEventModel>(-1))
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm75 NPError NetscapePlugin::setEventModel(NPEventModel eventModel)
236 if (m_eventModel == static_cast<NPEventModel>(-1)) {

Completed in 217 milliseconds