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

  /external/chromium_org/chrome/browser/sync/glue/
proxy_data_type_controller.cc 12 DCHECK(syncer::ProxyTypes().Has(type_));
39 DCHECK(syncer::ProxyTypes().Has(type_));
44 DCHECK(syncer::ProxyTypes().Has(type_));
sync_backend_host.cc 622 types_to_download.RemoveAll(syncer::ProxyTypes());
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 28 var groupIDs = [ProxyFormController.ProxyTypes.DIRECT,
29 ProxyFormController.ProxyTypes.SYSTEM,
30 ProxyFormController.ProxyTypes.PAC,
31 ProxyFormController.ProxyTypes.FIXED];
124 ProxyFormController.ProxyTypes.FIXED);
156 document.getElementById(ProxyFormController.ProxyTypes.SYSTEM)
174 document.getElementById(ProxyFormController.ProxyTypes.DIRECT)
192 document.getElementById(ProxyFormController.ProxyTypes.PAC)
210 document.getElementById(ProxyFormController.ProxyTypes.FIXED)
220 mode: ProxyFormController.ProxyTypes.AUTO
    [all...]
  /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 68 if (!syncer::ProxyTypes().Has(it.Get())) {
106 if (!syncer::ProxyTypes().Has(it.Get())) {
migration_errors_test.cc 82 preferred_data_types.RemoveAll(syncer::ProxyTypes());
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 191 SYNC_EXPORT ModelTypeSet ProxyTypes();
  /external/chromium_org/sync/syncable/
model_type.cc 327 set.RemoveAll(ProxyTypes());
378 encryptable_user_types.RemoveAll(ProxyTypes());
398 ModelTypeSet ProxyTypes() {
directory.cc 670 disabled_types.RemoveAll(ProxyTypes());
    [all...]
  /external/chromium_org/sync/engine/
build_commit_command.cc 91 if (ProxyTypes().Has(iter->first))
download.cc 159 if (ProxyTypes().Has(it.Get()))
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 57 ProxyFormController.ProxyTypes = {
585 case ProxyFormController.ProxyTypes.SYSTEM:
587 case ProxyFormController.ProxyTypes.DIRECT:
589 case ProxyFormController.ProxyTypes.PAC:
598 case ProxyFormController.ProxyTypes.FIXED:
  /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/chrome/browser/sync/
sync_prefs.cc 75 user_types.PutAll(syncer::ProxyTypes());
  /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']

Completed in 1007 milliseconds