OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RtlpGetExceptionList
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome_frame/crash_reporting/
veh_test.cc
62
MOCK_METHOD0(
RtlpGetExceptionList
, const EXCEPTION_REGISTRATION_RECORD*());
82
EXPECT_CALL(api,
RtlpGetExceptionList
())
vectored_handler-impl.h
88
const EXCEPTION_REGISTRATION_RECORD* seh = api_->
RtlpGetExceptionList
();
122
api_->
RtlpGetExceptionList
();
163
EXCEPTION_REGISTRATION_RECORD*
RtlpGetExceptionList
() {
vectored_handler_unittest.cc
29
MOCK_METHOD0(
RtlpGetExceptionList
, const EXCEPTION_REGISTRATION_RECORD*());
35
EXPECT_CALL(*this,
RtlpGetExceptionList
())
85
EXPECT_CALL(api,
RtlpGetExceptionList
()).Times(0);
Completed in 976 milliseconds