Lines Matching full:getter
4209 // Sets the OS stack trace getter.
4211 // Does nothing if the input and the current OS stack trace getter are
4212 // the same; otherwise, deletes the old getter and makes the input the
4213 // current getter.
4215 OsStackTraceGetterInterface* getter) {
4216 if (os_stack_trace_getter_ != getter) {
4218 os_stack_trace_getter_ = getter;
4222 // Returns the current OS stack trace getter if it is not NULL;
4224 // getter, and returns it.