OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DhcpProxyScriptFetcherFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_factory.h
32
class NET_EXPORT
DhcpProxyScriptFetcherFactory
{
35
DhcpProxyScriptFetcherFactory
();
63
DISALLOW_COPY_AND_ASSIGN(
DhcpProxyScriptFetcherFactory
);
dhcp_proxy_script_fetcher_factory.cc
16
DhcpProxyScriptFetcherFactory
::
DhcpProxyScriptFetcherFactory
()
21
DhcpProxyScriptFetcher*
DhcpProxyScriptFetcherFactory
::Create(
36
void
DhcpProxyScriptFetcherFactory
::set_enabled(bool enabled) {
42
bool
DhcpProxyScriptFetcherFactory
::enabled() const {
47
bool
DhcpProxyScriptFetcherFactory
::IsSupported() {
Completed in 732 milliseconds