Home | History | Annotate | Download | only in extensions

Lines Matching full:instance

12 ExtensionsDelegate* instance = NULL;
17 DCHECK(!instance);
18 instance = this;
22 DCHECK(instance);
23 instance = NULL;
28 DCHECK(instance);
29 DCHECK_EQ(context, instance->GetBrowserContext());
30 return instance;
35 DCHECK(instance);
36 delete instance;