Searched refs:GHashTable (Results 1 – 22 of 22) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/gobject/ |
D | GRefPtr.cpp | 28 template <> GHashTable* refGPtr(GHashTable* ptr) in refGPtr() 35 template <> void derefGPtr(GHashTable* ptr) in derefGPtr()
|
D | GRefPtr.h | 202 template <> GHashTable* refGPtr(GHashTable* ptr); 203 template <> void derefGPtr(GHashTable* ptr);
|
D | GTypedefs.h | 52 typedef struct _GHashTable GHashTable; typedef
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitsecurityorigin.cpp | 127 static GHashTable* webkit_security_origins() in webkit_security_origins() 129 …static GHashTable* securityOrigins = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, g_… in webkit_security_origins() 386 GHashTable* databaseHash = priv->webDatabases; in webkit_security_origin_get_web_database() 413 GHashTable* table = webkit_security_origins(); in kit()
|
D | webkitwebhistoryitem.cpp | 81 GHashTable* webkit_history_items() in webkit_history_items() 83 …static GHashTable* historyItems = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, g_obj… in webkit_history_items() 91 GHashTable* table = webkit_history_items(); in webkit_history_item_add() 517 GHashTable* table = webkit_history_items(); in kit()
|
D | webkitsecurityoriginprivate.h | 42 GHashTable* webDatabases;
|
D | webkitwebhistoryitemprivate.h | 37 GHashTable* webkit_history_items();
|
D | webkitwebviewprivate.h | 100 GRefPtr<GHashTable> subResources;
|
D | webkitwebbackforwardlist.cpp | 74 GHashTable* table = webkit_history_items(); in webkit_web_back_forward_list_dispose()
|
/external/webkit/Source/WebCore/platform/graphics/pango/ |
D | FontPlatformData.h | 93 static GHashTable* m_hashTable;
|
D | FontPlatformDataPango.cpp | 46 GHashTable* FontPlatformData::m_hashTable = 0;
|
/external/webkit/Source/WebKit/gtk/tests/ |
D | testmimehandling.c | 39 const char *path, GHashTable *query, in server_callback()
|
D | testwebresource.c | 46 const char *path, GHashTable *query, in server_callback()
|
D | testwebview.c | 41 const char* path, GHashTable* query, in server_callback()
|
D | testloading.c | 37 const char* path, GHashTable* query, in server_callback()
|
/external/webkit/Source/WebCore/platform/network/soup/ |
D | ResourceHandleSoup.cpp | 250 static void contentSniffedCallback(SoupMessage*, const char*, GHashTable*, gpointer); 317 static void contentSniffedCallback(SoupMessage* msg, const char* sniffedType, GHashTable *params, g… in contentSniffedCallback()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | FrameLoaderClientGtk.cpp | 618 …GRefPtr<GHashTable> hash = adoptGRef(g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free… in createPlugin()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 17986 Remove GHashTable left-overs. GHashTable is ref-counted, and is
|
D | ChangeLog-2009-06-16 | 1447 Be able to use GOwnPtr for GHashTable as well. The assumption 1452 (WTF::GHashTable):
|
D | ChangeLog-2010-05-24 | 12496 Fix memory leak and compiler warning in GRefPtr GHashTable template
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 2714 The storage for the subresources is a GHashTable which does not
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 5977 a GHashTable.
|