HomeSort by relevance Sort by last modified time
    Searched defs:InterfaceList (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/proxy/
interface_list.h 19 class InterfaceList {
21 InterfaceList();
22 ~InterfaceList();
24 static InterfaceList* GetInstance();
98 DISALLOW_COPY_AND_ASSIGN(InterfaceList);
interface_list.cc 172 InterfaceList::InterfaceList() {
292 InterfaceList::~InterfaceList() {
296 InterfaceList* InterfaceList::GetInstance() {
297 return Singleton<InterfaceList>::get();
301 void InterfaceList::SetProcessGlobalPermissions(
306 ApiID InterfaceList::GetIDForPPBInterface(const std::string& name) const {
314 ApiID InterfaceList::GetIDForPPPInterface(const std::string& name) const
    [all...]

Completed in 29 milliseconds