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

  /external/chromium/webkit/glue/
webcursor_gtk.cc 208 if (unref_)
209 gdk_cursor_unref(unref_);
210 unref_ = cursor;
215 unref_ = NULL;
232 if (unref_) {
233 gdk_cursor_unref(unref_);
234 unref_ = NULL;
240 if (other.unref_)
241 unref_ = gdk_cursor_ref(other.unref_);
    [all...]
webcursor.h 157 GdkCursor* unref_; member in class:WebCursor

Completed in 838 milliseconds