IsHostGlobals      29 content/renderer/pepper/host_globals.h     DCHECK(PpapiGlobals::Get()->IsHostGlobals());
IsHostGlobals      93 content/renderer/pepper/host_globals.h   virtual bool IsHostGlobals() const OVERRIDE;
IsHostGlobals     426 ppapi/proxy/raw_var_data.cc         DCHECK(PpapiGlobals::Get()->IsHostGlobals());
IsHostGlobals     128 ppapi/shared_impl/ppapi_globals.h   virtual bool IsHostGlobals() const;
IsHostGlobals      85 ppapi/shared_impl/test_globals.h   virtual bool IsHostGlobals() const OVERRIDE;
IsHostGlobals     176 ppapi/shared_impl/tracked_callback.cc       DCHECK(PpapiGlobals::Get()->IsHostGlobals());
IsHostGlobals     128 ppapi/thunk/enter.cc   if (PpapiGlobals::Get()->IsHostGlobals()) {