Home
last modified time | relevance | path

Searched refs:GeolocationOptionsHandler (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
Dgeolocation_options_handler.cc14 GeolocationOptionsHandler::GeolocationOptionsHandler() {} in GeolocationOptionsHandler() function in options::GeolocationOptionsHandler
16 GeolocationOptionsHandler::~GeolocationOptionsHandler() {} in ~GeolocationOptionsHandler()
18 void GeolocationOptionsHandler::GetLocalizedValues( in GetLocalizedValues()
22 void GeolocationOptionsHandler::InitializePage() { in InitializePage()
Dgeolocation_options_handler.h14 class GeolocationOptionsHandler : public OptionsPageUIHandler {
16 GeolocationOptionsHandler();
17 virtual ~GeolocationOptionsHandler();
24 DISALLOW_COPY_AND_ASSIGN(GeolocationOptionsHandler);
Doptions_ui.cc267 AddOptionsPageUIHandler(localized_strings, new GeolocationOptionsHandler()); in OptionsUI()