Searched refs:GetEventName (Results 1 – 10 of 10) sorted by relevance
156 const char* GetEventName(Event event) { in GetEventName() function182 if (strcmp(name, GetEventName(static_cast<Event>(i))) == 0) { in GetEventFromName()
91 const char* GetEventName(Event event);
154 const char* event_name = GetEventName(event); in RecordStatefulEvent()251 const char* event_name = GetEventName(event); in RecordProductEvent()280 const char* event_name = GetEventName(event); in ClearProductEvent()
48 base::string16 GetEventName(const base::FilePath& chrome_exe) { in GetEventName() function65 SYNCHRONIZE, FALSE, GetEventName(chrome_exe).c_str())); in IsBrowserRunning()
709 const char* MediaSourcePlayer::GetEventName(PendingEventFlags event) { in GetEventName() function in media::MediaSourcePlayer732 DVLOG(1) << __FUNCTION__ << "(" << GetEventName(event) << ")"; in SetPendingEvent()740 DVLOG(1) << __FUNCTION__ << "(" << GetEventName(event) << ")"; in ClearPendingEvent()742 DCHECK(IsEventPending(event)) << GetEventName(event); in ClearPendingEvent()
185 static const char* GetEventName(PendingEventFlags event);
37 const std::string& GetEventName(MatcherID id);
81 const std::string& EventFilter::GetEventName(MatcherID id) { in GetEventName() function in extensions::EventFilter
365 GetEventName (uint32_t event_mask) const in GetEventName() function
260 const std::string& event_name = event_filter.GetEventName(matcher_id); in DetachFilteredEvent()