Home
last modified time | relevance | path

Searched refs:unref_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/webkit/common/cursors/
Dwebcursor_gtk.cc187 if (unref_) in GetCustomCursor()
188 gdk_cursor_unref(unref_); in GetCustomCursor()
189 unref_ = cursor; in GetCustomCursor()
194 unref_ = NULL; in InitPlatformData()
211 if (unref_) { in CleanupPlatformData()
212 gdk_cursor_unref(unref_); in CleanupPlatformData()
213 unref_ = NULL; in CleanupPlatformData()
219 if (other.unref_) in CopyPlatformData()
220 unref_ = gdk_cursor_ref(other.unref_); in CopyPlatformData()
Dwebcursor.h191 GdkCursor* unref_; variable
/external/chromium/webkit/glue/
Dwebcursor_gtk.cc208 if (unref_) in GetCustomCursor()
209 gdk_cursor_unref(unref_); in GetCustomCursor()
210 unref_ = cursor; in GetCustomCursor()
215 unref_ = NULL; in InitPlatformData()
232 if (unref_) { in CleanupPlatformData()
233 gdk_cursor_unref(unref_); in CleanupPlatformData()
234 unref_ = NULL; in CleanupPlatformData()
240 if (other.unref_) in CopyPlatformData()
241 unref_ = gdk_cursor_ref(other.unref_); in CopyPlatformData()
Dwebcursor.h157 GdkCursor* unref_; variable