Home
last modified time | relevance | path

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

/external/chromium_org/third_party/npapi/npspy/windows/
Dprofilew.cpp115 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()
Dprofilew.h69 #define NPSPY_REG_KEY_HEIGHT "height" macro