OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:registration_handle
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/win/
event_trace_provider_unittest.cc
34
EXPECT_EQ(NULL, provider.
registration_handle
());
60
EXPECT_EQ(NULL, provider.
registration_handle
());
76
EXPECT_EQ(NULL, provider.
registration_handle
());
86
EXPECT_NE(NULL, provider.
registration_handle
());
88
EXPECT_EQ(NULL, provider.
registration_handle
());
101
EXPECT_NE(NULL, provider.
registration_handle
());
109
EXPECT_EQ(NULL, provider.
registration_handle
());
event_trace_provider.h
110
TRACEHANDLE
registration_handle
() const { return registration_handle_; }
function in class:base::win::EtwTraceProvider
Completed in 176 milliseconds