Home
last modified time | relevance | path

Searched refs:lastSetPort (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginView.h78 PluginPort lastSetPort; variable
DWebNetscapePluginView.mm875 if (nPort.qdPort.portx != lastSetPort.qdPort.portx)
877 if (nPort.qdPort.porty != lastSetPort.qdPort.porty)
879 if (nPort.qdPort.port != lastSetPort.qdPort.port)
885 if (nPort.cgPort.window != lastSetPort.cgPort.window)
887 if (nPort.cgPort.context != lastSetPort.cgPort.context)
1016 lastSetPort = nPort;
/external/webkit/WebKit/mac/
DChangeLog-2007-10-1421592 the nPort and lastSetPort ivars more convenient now that the port type differs based on the
21594 … Changed types of nPort and lastSetPort to PluginPort so they can be used with any drawing model.