Home
last modified time | relevance | path

Searched refs:lastSetWindow (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.h76 NPWindow lastSetWindow; variable
DWebNetscapePluginView.mm866 if (window.x != lastSetWindow.x)
868 if (window.y != lastSetWindow.y)
870 if (window.width != lastSetWindow.width)
872 if (window.height != lastSetWindow.height)
874 if (window.clipRect.top != lastSetWindow.clipRect.top)
876 if (window.clipRect.left != lastSetWindow.clipRect.left)
878 if (window.clipRect.bottom != lastSetWindow.clipRect.bottom)
880 if (window.clipRect.right != lastSetWindow.clipRect.right)
882 if (window.type != lastSetWindow.type)
905 if (window.window != lastSetWindow.window)
[all …]