Home
last modified time | relevance | path

Searched refs:enter_instance (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_broker_thunk.cc54 EnterInstanceAPI<PPB_Broker_Instance_API> enter_instance(instance); in IsAllowed() local
55 if (enter_instance.failed()) in IsAllowed()
57 return enter_instance.functions()->IsAllowed(); in IsAllowed()
/external/chromium_org/ppapi/proxy/
Dppp_instance_proxy.cc75 EnterInstanceNoLock enter_instance(instance); in DidChangeView() local
76 if (!enter_instance.failed()) in DidChangeView()
77 flash_fullscreen = enter_instance.functions()->FlashIsFullscreen(instance); in DidChangeView()