Searched refs:freeOwnedGPtr (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
H A DGOwnPtrGtk.h27 template <> void freeOwnedGPtr<GdkEvent>(GdkEvent*);
28 template <> void freeOwnedGPtr<GtkIconInfo>(GtkIconInfo*);
H A DGOwnPtrGtk.cpp26 template <> void freeOwnedGPtr<GdkEvent>(GdkEvent* ptr) function in namespace:WTF
32 template <> void freeOwnedGPtr<GtkIconInfo>(GtkIconInfo* info) function in namespace:WTF
H A DGeolocationServiceGtk.cpp30 template<> void freeOwnedGPtr<GeoclueAccuracy>(GeoclueAccuracy* accuracy) function in namespace:WTF
/external/webkit/Source/JavaScriptCore/wtf/gobject/
H A DGOwnPtr.cpp29 template <> void freeOwnedGPtr<GError>(GError* ptr) function in namespace:WTF
35 template <> void freeOwnedGPtr<GList>(GList* ptr) function in namespace:WTF
40 template <> void freeOwnedGPtr<GCond>(GCond* ptr) function in namespace:WTF
46 template <> void freeOwnedGPtr<GMutex>(GMutex* ptr) function in namespace:WTF
52 template <> void freeOwnedGPtr<GPatternSpec>(GPatternSpec* ptr) function in namespace:WTF
58 template <> void freeOwnedGPtr<GDir>(GDir* ptr) function in namespace:WTF
H A DGOwnPtr.h35 template <typename T> inline void freeOwnedGPtr(T* ptr);
36 template<> void freeOwnedGPtr<GError>(GError*);
37 template<> void freeOwnedGPtr<GList>(GList*);
38 template<> void freeOwnedGPtr<GCond>(GCond*);
39 template<> void freeOwnedGPtr<GMutex>(GMutex*);
40 template<> void freeOwnedGPtr<GPatternSpec>(GPatternSpec*);
41 template<> void freeOwnedGPtr<GDir>(GDir*);
47 ~GOwnPtr() { freeOwnedGPtr(m_ptr); }
66 freeOwnedGPtr(m_ptr);
74 freeOwnedGPtr(pt
131 template <typename T> inline void freeOwnedGPtr(T* ptr) function in namespace:WTF
[all...]
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DGOwnPtrGStreamer.cpp28 template <> void freeOwnedGPtr<GstElement>(GstElement* ptr) function in namespace:WTF
H A DGOwnPtrGStreamer.h30 template<> void freeOwnedGPtr<GstElement>(GstElement* ptr);
/external/webkit/Source/WebCore/platform/network/soup/
H A DGOwnPtrSoup.cpp27 template <> void freeOwnedGPtr<SoupURI>(SoupURI* ptr) function in namespace:WTF
H A DGOwnPtrSoup.h29 template<> void freeOwnedGPtr<SoupURI>(SoupURI* ptr);

Completed in 126 milliseconds