Home
last modified time | relevance | path

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

/external/chromium_org/third_party/npapi/npspy/windows/
Dprofilew.cpp119 res = RegQueryValueEx(hKey, NPSPY_REG_KEY_X, 0L, NULL, (BYTE *)x, &size); in getSizeAndPosition()
143 res = RegSetValueEx(hKey, NPSPY_REG_KEY_X, 0L, REG_DWORD, (const BYTE *)&x, size); in setSizeAndPosition()
Dprofilew.h70 #define NPSPY_REG_KEY_X "x" macro