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

/macosx-10.9.5/WebCore-7537.78.1/Modules/battery/
H A DBatteryManager.cpp48 , m_batteryController(BatteryController::from(navigator->frame()->page()))
51 m_batteryController->addListener(this);
93 if (m_batteryController)
94 m_batteryController->removeListener(this);
99 if (m_batteryController)
100 m_batteryController->addListener(this);
105 if (m_batteryController)
106 m_batteryController->removeListener(this);
H A DBatteryManager.h56 void batteryControllerDestroyed() { m_batteryController = 0; }
78 BatteryController* m_batteryController; member in class:WebCore::BatteryManager

Completed in 136 milliseconds