Searched defs:get_property (Results 1 - 10 of 10) sorted by path

/external/chromium_org/net/proxy/
H A Dproxy_config_service_android.cc67 const GetPropertyCallback& get_property,
70 std::string proxy_host = get_property.Run(prefix + ".proxyHost");
72 std::string proxy_port = get_property.Run(prefix + ".proxyPort");
76 proxy_host = get_property.Run("proxyHost");
78 std::string proxy_port = get_property.Run("proxyPort");
84 ProxyServer LookupSocksProxy(const GetPropertyCallback& get_property) { argument
85 std::string proxy_host = get_property.Run("socksProxyHost");
87 std::string proxy_port = get_property.Run("socksProxyPort");
95 const GetPropertyCallback& get_property,
108 get_property
66 LookupProxy(const std::string& prefix, const GetPropertyCallback& get_property, ProxyServer::Scheme scheme) argument
94 AddBypassRules(const std::string& scheme, const GetPropertyCallback& get_property, ProxyBypassRules* bypass_rules) argument
125 GetProxyRules(const GetPropertyCallback& get_property, ProxyConfig::ProxyRules* rules) argument
152 GetLatestProxyConfigInternal(const GetPropertyCallback& get_property, ProxyConfig* config) argument
[all...]
/external/chromium_org/third_party/freetype/include/freetype/internal/services/
H A Dsvbdf.h45 FT_BDF_GetPropertyFunc get_property; local
68 clazz->get_property = get_property_; \
H A Dsvprop.h43 FT_Properties_GetFunc get_property; local
67 clazz->get_property = get_property_; \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/freetype/include/internal/services/
H A Dsvbdf.h45 FT_BDF_GetPropertyFunc get_property; local
68 clazz->get_property = get_property_; \
H A Dsvprop.h43 FT_Properties_GetFunc get_property; local
67 clazz->get_property = get_property_; \
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
H A Dsvbdf.h45 FT_BDF_GetPropertyFunc get_property; local
68 clazz->get_property = get_property_; \
H A Dsvprop.h43 FT_Properties_GetFunc get_property; local
67 clazz->get_property = get_property_; \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
H A Dsvbdf.h45 FT_BDF_GetPropertyFunc get_property; local
68 clazz->get_property = get_property_; \
H A Dsvprop.h43 FT_Properties_GetFunc get_property; local
67 clazz->get_property = get_property_; \

Completed in 1331 milliseconds