GetFontTable       60 chrome/renderer/pepper/pepper_flash_font_file_host.cc     if (content::GetFontTable(fd_, table, 0 /* offset */, NULL, &length)) {
GetFontTable       64 chrome/renderer/pepper/pepper_flash_font_file_host.cc       if (content::GetFontTable(fd_, table, 0 /* offset */,
GetFontTable       59 chrome/renderer/pepper/ppb_pdf_impl.cc     bool rv = content::GetFontTable(
GetFontTable      235 chrome/renderer/pepper/ppb_pdf_impl.cc   return font->GetFontTable(table, output, output_length);
GetFontTable       50 content/public/common/child_process_sandbox_support_linux.h CONTENT_EXPORT bool GetFontTable(int fd, uint32_t table_tag, off_t offset,
GetFontTable       94 content/renderer/pepper/pepper_truetype_font_linux.cc   if (!GetFontTable(fd_,
GetFontTable      110 content/renderer/pepper/pepper_truetype_font_linux.cc   if (!GetFontTable(fd_,
GetFontTable      139 content/renderer/pepper/pepper_truetype_font_linux.cc   if (!GetFontTable(fd_, table_tag, offset, NULL, &table_size))
GetFontTable      144 content/renderer/pepper/pepper_truetype_font_linux.cc   if (!GetFontTable(fd_, table_tag, offset,
GetFontTable       51 ppapi/c/private/ppb_flash_font_file.h   PP_Bool (*GetFontTable)(PP_Resource font_file,
GetFontTable       50 ppapi/cpp/private/flash_font_file.cc         GetFontTable(pp_resource(), table, output, output_length);
GetFontTable       31 ppapi/cpp/private/flash_font_file.h   bool GetFontTable(uint32_t table, void* output, uint32_t* output_length);
GetFontTable       45 ppapi/proxy/flash_font_file_resource.cc   std::string* contents = GetFontTable(table);
GetFontTable       38 ppapi/proxy/flash_font_file_resource.h   virtual PP_Bool GetFontTable(uint32_t table,
GetFontTable       45 ppapi/proxy/flash_font_file_resource.h   std::string* GetFontTable(uint32_t table) const;
GetFontTable       17 ppapi/thunk/ppb_flash_font_file_api.h   virtual PP_Bool GetFontTable(uint32_t table,
GetFontTable       37 ppapi/thunk/ppb_flash_font_file_thunk.cc   return enter.object()->GetFontTable(table, output, output_length);
GetFontTable       43 ppapi/thunk/ppb_flash_font_file_thunk.cc   &GetFontTable
GetFontTable       57 ppapi/thunk/ppb_pdf_thunk.cc   return PP_ToBool(enter.object()->GetFontTable(table, output, output_length));