Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/cpp/private/
Dflash_file.cc140 template <> const char* interface_name<PPB_Flash_File_FileRef>() { in interface_name()
150 return has_interface<PPB_Flash_File_FileRef>(); in IsAvailable()
158 if (has_interface<PPB_Flash_File_FileRef>()) { in OpenFile()
159 result = get_interface<PPB_Flash_File_FileRef>()-> in OpenFile()
169 if (has_interface<PPB_Flash_File_FileRef>()) { in QueryFile()
170 result = get_interface<PPB_Flash_File_FileRef>()-> in QueryFile()
/external/chromium_org/ppapi/thunk/
Dppb_flash_file_fileref_thunk.cc45 const PPB_Flash_File_FileRef g_ppb_flash_file_fileref_thunk = {
52 const PPB_Flash_File_FileRef* GetPPB_Flash_File_FileRef_Thunk() { in GetPPB_Flash_File_FileRef_Thunk()
Dinterfaces_ppb_private_flash.h22 PPB_Flash_File_FileRef)
/external/chromium_org/ppapi/c/private/
Dppb_flash_file.h101 struct PPB_Flash_File_FileRef { struct