OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProxyEventRouter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api.h
47
class
ProxyEventRouter
{
49
static
ProxyEventRouter
* GetInstance();
61
friend struct DefaultSingletonTraits<
ProxyEventRouter
>;
63
ProxyEventRouter
();
64
~
ProxyEventRouter
();
66
DISALLOW_COPY_AND_ASSIGN(
ProxyEventRouter
);
proxy_api.cc
26
ProxyEventRouter
*
ProxyEventRouter
::GetInstance() {
27
return Singleton<
ProxyEventRouter
>::get();
30
ProxyEventRouter
::
ProxyEventRouter
() {
33
ProxyEventRouter
::~
ProxyEventRouter
() {
36
void
ProxyEventRouter
::OnProxyError(
56
void
ProxyEventRouter
::OnPACScriptError(
Completed in 598 milliseconds