Searched refs:NPSPY_REG_KEY_HEIGHT (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | profilew.cpp | 115 res = RegQueryValueEx(hKey, NPSPY_REG_KEY_HEIGHT, 0L, NULL, (BYTE *)height, &size); in getSizeAndPosition() 139 res = RegSetValueEx(hKey, NPSPY_REG_KEY_HEIGHT, 0L, REG_DWORD, (const BYTE *)&height, size); in setSizeAndPosition()
|
D | profilew.h | 69 #define NPSPY_REG_KEY_HEIGHT "height" macro
|