Searched refs:NPSPY_REG_KEY_X (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | profilew.cpp | 119 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()
|
D | profilew.h | 70 #define NPSPY_REG_KEY_X "x" macro
|