/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
|
/external/chromium_org/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 | 114 TRACEHANDLE registration_handle() const { return registration_handle_; } function in class:base::win::EtwTraceProvider
|