Home
last modified time | relevance | path

Searched refs:GHashTable (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/gobject/
DGRefPtr.cpp28 template <> GHashTable* refGPtr(GHashTable* ptr) in refGPtr()
35 template <> void derefGPtr(GHashTable* ptr) in derefGPtr()
DGRefPtr.h202 template <> GHashTable* refGPtr(GHashTable* ptr);
203 template <> void derefGPtr(GHashTable* ptr);
DGTypedefs.h52 typedef struct _GHashTable GHashTable; typedef
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitsecurityorigin.cpp127 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()
Dwebkitwebhistoryitem.cpp81 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()
Dwebkitsecurityoriginprivate.h42 GHashTable* webDatabases;
Dwebkitwebhistoryitemprivate.h37 GHashTable* webkit_history_items();
Dwebkitwebviewprivate.h100 GRefPtr<GHashTable> subResources;
Dwebkitwebbackforwardlist.cpp74 GHashTable* table = webkit_history_items(); in webkit_web_back_forward_list_dispose()
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformData.h93 static GHashTable* m_hashTable;
DFontPlatformDataPango.cpp46 GHashTable* FontPlatformData::m_hashTable = 0;
/external/webkit/Source/WebKit/gtk/tests/
Dtestmimehandling.c39 const char *path, GHashTable *query, in server_callback()
Dtestwebresource.c46 const char *path, GHashTable *query, in server_callback()
Dtestwebview.c41 const char* path, GHashTable* query, in server_callback()
Dtestloading.c37 const char* path, GHashTable* query, in server_callback()
/external/webkit/Source/WebCore/platform/network/soup/
DResourceHandleSoup.cpp250 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/
DFrameLoaderClientGtk.cpp618 …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/
DChangeLog-2011-02-1617986 Remove GHashTable left-overs. GHashTable is ref-counted, and is
DChangeLog-2009-06-161447 Be able to use GOwnPtr for GHashTable as well. The assumption
1452 (WTF::GHashTable):
DChangeLog-2010-05-2412496 Fix memory leak and compiler warning in GRefPtr GHashTable template
/external/webkit/Source/WebKit/gtk/
DChangeLog2714 The storage for the subresources is a GHashTable which does not
/external/dbus/
DChangeLog.pre-1-05977 a GHashTable.