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

  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformDataPango.cpp 47 GHashTable* FontPlatformData::m_hashTable = 0;
172 if (!m_hashTable) {
176 m_hashTable = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_object_unref);
181 g_hash_table_insert(m_hashTable,
212 PangoFontFamily* family = reinterpret_cast<PangoFontFamily*>(g_hash_table_lookup(m_hashTable, pango_font_description_get_family(description)));
FontPlatformData.h 121 static GHashTable* m_hashTable;

Completed in 13 milliseconds