OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProxyConfigServiceLinux
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/proxy/
proxy_config_service_linux.h
30
class NET_EXPORT_PRIVATE
ProxyConfigServiceLinux
: public ProxyConfigService {
143
//
ProxyConfigServiceLinux
is created on the UI thread, and
159
//
ProxyConfigServiceLinux
is deleted from the IO thread.
161
// The substance of the
ProxyConfigServiceLinux
implementation is
163
//
ProxyConfigServiceLinux
, Delegate::OnDestroy() is posted to either
203
// setting getter in use. Called from
ProxyConfigServiceLinux
's destructor.
277
ProxyConfigServiceLinux
();
279
explicit
ProxyConfigServiceLinux
(base::Environment* env_var_getter);
280
ProxyConfigServiceLinux
(base::Environment* env_var_getter,
283
virtual ~
ProxyConfigServiceLinux
();
[
all
...]
proxy_config_service_linux.cc
93
ProxyConfigServiceLinux
::Delegate::~Delegate() {
96
bool
ProxyConfigServiceLinux
::Delegate::GetProxyFromEnvVarForScheme(
116
bool
ProxyConfigServiceLinux
::Delegate::GetProxyFromEnvVar(
122
bool
ProxyConfigServiceLinux
::Delegate::GetConfigFromEnv(ProxyConfig* config) {
202
class SettingGetterImplGConf : public
ProxyConfigServiceLinux
::SettingGetter {
294
ProxyConfigServiceLinux
::Delegate* delegate) OVERRIDE {
504
ProxyConfigServiceLinux
::Delegate* notify_delegate_;
521
: public
ProxyConfigServiceLinux
::SettingGetter {
608
ProxyConfigServiceLinux
::Delegate* delegate) OVERRIDE {
776
ProxyConfigServiceLinux
::Delegate* notify_delegate_
[
all
...]
proxy_config_service_linux_unittest.cc
141
: public
ProxyConfigServiceLinux
::SettingGetter {
143
typedef
ProxyConfigServiceLinux
::SettingGetter SettingGetter;
188
virtual bool SetUpNotifications(
ProxyConfigServiceLinux
::Delegate* delegate)
261
// This helper class runs
ProxyConfigServiceLinux
::GetLatestProxyConfig() on
267
explicit SynchConfigGetter(net::
ProxyConfigServiceLinux
* config_service)
341
net::
ProxyConfigServiceLinux
* config_service_;
690
new
ProxyConfigServiceLinux
(env, setting_getter));
[
all
...]
proxy_service.cc
[
all
...]
Completed in 162 milliseconds