HomeSort by relevance Sort by last modified time
    Searched refs:init_config (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 251 const ProxyConfigServiceImpl::ProxyConfig& init_config) {
252 // Instantiate proxy config service with |init_config|.
253 config_service_ = new ProxyConfigServiceImpl(init_config);
284 ProxyConfigServiceImpl::ProxyConfig* init_config) {
289 SetAutomaticProxy(input.mode, source, input.pac_url, init_config,
290 &init_config->automatic_proxy);
294 init_config, &init_config->single_proxy);
298 init_config, &init_config->http_proxy)
316 ProxyConfigServiceImpl::ProxyConfig init_config; local
359 ProxyConfigServiceImpl::ProxyConfig init_config; local
370 &init_config, proxy); local
429 ProxyConfigServiceImpl::ProxyConfig init_config; local
448 ProxyConfigServiceImpl::ProxyConfig init_config; local
449 SetAutomaticProxy(MK_MODE(DIRECT), MK_SRC(OWNER), NULL, &init_config, local
568 ProxyConfigServiceImpl::ProxyConfig init_config; local
569 SetAutomaticProxy(MK_MODE(DIRECT), MK_SRC(OWNER), NULL, &init_config, local
    [all...]
proxy_config_service_impl.h 158 // |init_config| specifies the ProxyConfig to use for initialization.
159 explicit ProxyConfigServiceImpl(const ProxyConfig& init_config);
proxy_config_service_impl.cc 340 ProxyConfigServiceImpl::ProxyConfigServiceImpl(const ProxyConfig& init_config)
345 reference_config_ = init_config;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6venc.h 49 struct init_config { struct
99 #define VENC_IOCTL_INITIALIZE _IOW(VENC_IOCTL_MAGIC, 1, struct init_config)
103 #define VENC_IOCTL_ENCODE_CONFIG _IOW(VENC_IOCTL_MAGIC, 5, struct init_config)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6venc.h 49 struct init_config { struct
99 #define VENC_IOCTL_INITIALIZE _IOW(VENC_IOCTL_MAGIC, 1, struct init_config)
103 #define VENC_IOCTL_ENCODE_CONFIG _IOW(VENC_IOCTL_MAGIC, 5, struct init_config)
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 377 init_config ();
1793 init_config () function
    [all...]
  /external/grub/stage2/
shared.h 860 void init_config (void);
stage2.c 856 init_config ();
builtins.c 99 init_config (void) function
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 1218 static void init_config(VP8_COMP *cpi, VP8_CONFIG *oxcf) function
    [all...]

Completed in 104 milliseconds