Searched defs:ProxyResolverInterface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dproxy_resolution_service_provider.h26 class ProxyResolverInterface;
90 explicit ProxyResolutionServiceProvider(ProxyResolverInterface *resovler);
95 ProxyResolverInterface* resolver);
120 scoped_ptr<ProxyResolverInterface> resolver_;
129 class ProxyResolverInterface { class in namespace:chromeos
145 virtual ~ProxyResolverInterface();
H A Dproxy_resolution_service_provider.cc25 // The ProxyResolverInterface implementation used in production.
26 class ProxyResolverImpl : public ProxyResolverInterface {
76 // ProxyResolverInterface override.
186 ProxyResolverInterface* resolver)
274 ProxyResolverInterface* resolver) {
278 ProxyResolverInterface::~ProxyResolverInterface() {

Completed in 264 milliseconds