Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlogging_unittest.cc213 int GetCheckExceptionData(EXCEPTION_POINTERS* p, DWORD* code, void** addr) { in GetCheckExceptionData() function
231 GetCheckExceptionData(GetExceptionInformation(), &code1, &addr1)) { in TEST_F()
237 GetCheckExceptionData(GetExceptionInformation(), &code2, &addr2)) { in TEST_F()
243 GetCheckExceptionData(GetExceptionInformation(), &code3, &addr3)) { in TEST_F()