Searched refs:full_event_name (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/
H A Devent_router.h81 static std::string GetBaseEventName(const std::string& full_event_name);
H A Devent_router.cc139 std::string EventRouter::GetBaseEventName(const std::string& full_event_name) { argument
140 size_t slash_sep = full_event_name.find('/');
141 return full_event_name.substr(0, slash_sep);

Completed in 227 milliseconds