OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unref_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/webkit/common/cursors/
webcursor_gtk.cc
187
if (
unref_
)
188
gdk_cursor_unref(
unref_
);
189
unref_
= cursor;
194
unref_
= NULL;
211
if (
unref_
) {
212
gdk_cursor_unref(
unref_
);
213
unref_
= NULL;
219
if (other.
unref_
)
220
unref_
= gdk_cursor_ref(other.
unref_
);
[
all
...]
webcursor.h
191
GdkCursor*
unref_
;
member in class:WebCursor
/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 97 milliseconds