SystemInfoEventRouter   59 chrome/browser/extensions/api/system_info/system_info_api.cc   static SystemInfoEventRouter* GetInstance();
SystemInfoEventRouter   61 chrome/browser/extensions/api/system_info/system_info_api.cc   SystemInfoEventRouter();
SystemInfoEventRouter   62 chrome/browser/extensions/api/system_info/system_info_api.cc   virtual ~SystemInfoEventRouter();
SystemInfoEventRouter   93 chrome/browser/extensions/api/system_info/system_info_api.cc   DISALLOW_COPY_AND_ASSIGN(SystemInfoEventRouter);
SystemInfoEventRouter   96 chrome/browser/extensions/api/system_info/system_info_api.cc static base::LazyInstance<SystemInfoEventRouter>::Leaky
SystemInfoEventRouter  100 chrome/browser/extensions/api/system_info/system_info_api.cc SystemInfoEventRouter* SystemInfoEventRouter::GetInstance() {
SystemInfoEventRouter  104 chrome/browser/extensions/api/system_info/system_info_api.cc SystemInfoEventRouter::SystemInfoEventRouter()
SystemInfoEventRouter  108 chrome/browser/extensions/api/system_info/system_info_api.cc SystemInfoEventRouter::~SystemInfoEventRouter() {
SystemInfoEventRouter  116 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoEventRouter::AddEventListener(const std::string& event_name) {
SystemInfoEventRouter  138 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoEventRouter::RemoveEventListener(const std::string& event_name) {
SystemInfoEventRouter  166 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoEventRouter::OnRemovableStorageAttached(
SystemInfoEventRouter  175 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoEventRouter::OnRemovableStorageDetached(
SystemInfoEventRouter  186 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoEventRouter::OnDisplayBoundsChanged(
SystemInfoEventRouter  191 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoEventRouter::OnDisplayAdded(const gfx::Display& new_display) {
SystemInfoEventRouter  195 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoEventRouter::OnDisplayRemoved(const gfx::Display& old_display) {
SystemInfoEventRouter  199 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoEventRouter::OnDisplayChanged() {
SystemInfoEventRouter  204 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoEventRouter::DispatchEvent(const std::string& event_name,
SystemInfoEventRouter  211 chrome/browser/extensions/api/system_info/system_info_api.cc   SystemInfoEventRouter::GetInstance()->AddEventListener(event_name);
SystemInfoEventRouter  215 chrome/browser/extensions/api/system_info/system_info_api.cc   SystemInfoEventRouter::GetInstance()->RemoveEventListener(event_name);