Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/shared_impl/
Dppp_instance_combined.cc12 base::Callback<const void*(const char*)> get_interface_func) { in Create() argument
14 const void* ppp_instance = get_interface_func.Run(PPP_INSTANCE_INTERFACE_1_1); in Create()
21 ppp_instance = get_interface_func.Run(PPP_INSTANCE_INTERFACE_1_0); in Create()