Home | History | Annotate | Download | only in browser

Lines Matching full:globals

79   struct Globals {
102 explicit SystemRequestContextLeakChecker(Globals* globals);
106 Globals* const globals_;
109 Globals();
110 ~Globals();
191 Globals* globals();
193 // Allows overriding Globals in tests where IOThread::Init() and
196 void SetGlobalsForTesting(Globals* globals);
300 Globals* globals_;