Searched refs:GeolocationOptionsHandler (Results 1 – 3 of 3) sorted by relevance
14 GeolocationOptionsHandler::GeolocationOptionsHandler() {} in GeolocationOptionsHandler() function in options::GeolocationOptionsHandler16 GeolocationOptionsHandler::~GeolocationOptionsHandler() {} in ~GeolocationOptionsHandler()18 void GeolocationOptionsHandler::GetLocalizedValues( in GetLocalizedValues()22 void GeolocationOptionsHandler::InitializePage() { in InitializePage()
14 class GeolocationOptionsHandler : public OptionsPageUIHandler {16 GeolocationOptionsHandler();17 virtual ~GeolocationOptionsHandler();24 DISALLOW_COPY_AND_ASSIGN(GeolocationOptionsHandler);
267 AddOptionsPageUIHandler(localized_strings, new GeolocationOptionsHandler()); in OptionsUI()