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

  /external/chromium_org/components/sync_driver/
proxy_data_type_controller.cc 15 DCHECK(syncer::ProxyTypes().Has(type_));
42 DCHECK(syncer::ProxyTypes().Has(type_));
47 DCHECK(syncer::ProxyTypes().Has(type_));
sync_prefs.cc 68 user_types.PutAll(syncer::ProxyTypes());
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 27 var groupIDs = [ProxyFormController.ProxyTypes.DIRECT,
28 ProxyFormController.ProxyTypes.SYSTEM,
29 ProxyFormController.ProxyTypes.PAC,
30 ProxyFormController.ProxyTypes.FIXED];
119 ProxyFormController.ProxyTypes.FIXED);
150 document.getElementById(ProxyFormController.ProxyTypes.SYSTEM)
168 document.getElementById(ProxyFormController.ProxyTypes.DIRECT)
186 document.getElementById(ProxyFormController.ProxyTypes.PAC)
204 document.getElementById(ProxyFormController.ProxyTypes.FIXED)
214 mode: ProxyFormController.ProxyTypes.AUTO
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 57 if (!syncer::ProxyTypes().Has(it.Get())) {
88 if (!syncer::ProxyTypes().Has(it.Get())) {
migration_test.cc 188 preferred_data_types.RemoveAll(syncer::ProxyTypes());
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 200 SYNC_EXPORT ModelTypeSet ProxyTypes();
  /external/chromium_org/sync/syncable/
model_type.cc 332 set.RemoveAll(ProxyTypes());
389 encryptable_user_types.RemoveAll(ProxyTypes());
409 ModelTypeSet ProxyTypes() {
    [all...]
directory.cc 727 disabled_types.RemoveAll(ProxyTypes());
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 57 ProxyFormController.ProxyTypes = {
593 case ProxyFormController.ProxyTypes.SYSTEM:
595 case ProxyFormController.ProxyTypes.DIRECT:
597 case ProxyFormController.ProxyTypes.PAC:
608 case ProxyFormController.ProxyTypes.FIXED:
  /external/chromium_org/sync/engine/
commit_util.cc 76 if (ProxyTypes().Has(it.Get()))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
weakref.py 28 ProxyTypes = (ProxyType, CallableProxyType)
32 "CallableProxyType", "ProxyTypes", "WeakValueDictionary", 'WeakSet']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
weakref.py 28 ProxyTypes = (ProxyType, CallableProxyType)
32 "CallableProxyType", "ProxyTypes", "WeakValueDictionary", 'WeakSet']
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.cc 604 enabled_types.RemoveAll(syncer::ProxyTypes());
sync_backend_host_impl.cc 367 types_to_download.RemoveAll(syncer::ProxyTypes());

Completed in 628 milliseconds