Searched refs:CTP (Results 1 – 2 of 2) sorted by relevance
/external/chromium/base/ |
D | registry.h | 19 #define CTP const tchar* macro 29 RegKey(HKEY rootkey = NULL, CTP subkey = NULL, REGSAM access = KEY_READ); 34 bool Create(HKEY rootkey, CTP subkey, REGSAM access = KEY_READ); 36 bool CreateWithDisposition(HKEY rootkey, CTP subkey, DWORD* disposition, 39 bool Open(HKEY rootkey, CTP subkey, REGSAM access = KEY_READ); 42 bool CreateKey(CTP name, REGSAM access); 45 bool OpenKey(CTP name, REGSAM access); 58 bool DeleteKey(CTP name); 61 bool DeleteValue(CTP name); 63 bool ValueExists(CTP name); [all …]
|
D | registry.cc | 16 #define CTP const tchar* macro
|