HomeSort by relevance Sort by last modified time
    Searched full:table_count (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_mac.mm 312 int32_t table_count = GetTableTags(&table_tags);
313 if (table_count < 0)
314 return table_count; // PPAPI error code.
318 sizeof(FontDirectoryEntry) * table_count, 0);
344 uint16_t num_tables = base::checked_numeric_cast<uint16_t>(table_count);
362 for (int32_t i = 0; i < table_count; i++) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xresource.h 351 int /* table_count */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xresource.h 351 int /* table_count */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xresource.h 351 int /* table_count */,
  /external/chromium/chrome/browser/sync/util/
user_settings.cc 199 int table_count = table_query.column_int(0); local
201 if (table_count > 0) {

Completed in 177 milliseconds