Searched defs:timer_list (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/
H A Dtimer.h27 static ExpirationTimer * timer_list; member in class:Inkscape::Extension::ExpirationTimer
H A Dtimer.cpp23 ExpirationTimer * ExpirationTimer::timer_list = NULL; member in class:Inkscape::Extension::ExpirationTimer
41 if (timer_list == NULL) {
43 timer_list = this;
45 next = timer_list->next;
46 timer_list->next = this;
73 for (prev = timer_list;
83 where it is looking using the \c timer_list variable. */
84 if (timer_list == this)
85 timer_list = next;
89 timer_list
[all...]

Completed in 15 milliseconds