Home
last modified time | relevance | path

Searched refs:NPCocoaEventDrawRect (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginEventHandlerCocoa.mm53 initializeEvent(&event, NPCocoaEventDrawRect);
234 bool result = [m_pluginView sendEvent:event isDrawRect:event->type == NPCocoaEventDrawRect];
/external/webkit/Source/WebCore/bridge/
Dnpapi.h637 NPCocoaEventDrawRect = 1, enumerator
/external/webkit/Examples/NetscapeCocoaPlugin/
Dmain.m328 case NPCocoaEventDrawRect:
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
Dmain.cpp569 case NPCocoaEventDrawRect: { in handleEventCocoa()
/external/webkit/Examples/NetscapeInputMethodPlugin/
Dmain.m358 case NPCocoaEventDrawRect:
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
DNetscapePluginMac.mm395 NPCocoaEvent event = initializeEvent(NPCocoaEventDrawRect);