Home
last modified time | relevance | path

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

/external/chromium/base/
Dregistry.h215 bool RegisterCOMServer(const tchar* guid, const tchar* name,
217 bool RegisterCOMServer(const tchar* guid, const tchar* name, HINSTANCE module);
Dregistry.cc399 bool RegisterCOMServer(const tchar* guid, in RegisterCOMServer() function
411 bool RegisterCOMServer(const tchar* guid, const tchar* name, HINSTANCE module) { in RegisterCOMServer() function
415 return RegisterCOMServer(guid, name, module_path); in RegisterCOMServer()