Searched refs:IsHostGlobals (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dppapi_globals.cc64 bool PpapiGlobals::IsHostGlobals() const { function in class:ppapi::PpapiGlobals
H A Dppapi_globals.h128 virtual bool IsHostGlobals() const;
H A Dtest_globals.cc78 bool TestGlobals::IsHostGlobals() const { function in class:ppapi::TestGlobals
H A Dtest_globals.h86 virtual bool IsHostGlobals() const OVERRIDE;
H A Dtracked_callback.cc181 DCHECK(PpapiGlobals::Get()->IsHostGlobals());
/external/chromium_org/content/renderer/pepper/
H A Dhost_globals.h29 DCHECK(PpapiGlobals::Get()->IsHostGlobals());
93 virtual bool IsHostGlobals() const OVERRIDE;
H A Dhost_globals.cc268 bool HostGlobals::IsHostGlobals() const { function in class:content::HostGlobals
/external/chromium_org/ppapi/thunk/
H A Denter.cc124 if (PpapiGlobals::Get()->IsHostGlobals()) {
/external/chromium_org/ppapi/proxy/
H A Draw_var_data.cc426 DCHECK(PpapiGlobals::Get()->IsHostGlobals());

Completed in 148 milliseconds