Lines Matching full:getter
3320 // Sets the OS stack trace getter.
3322 // Does nothing if the input and the current OS stack trace getter are
3323 // the same; otherwise, deletes the old getter and makes the input the
3324 // current getter.
3326 OsStackTraceGetterInterface* getter) {
3327 if (os_stack_trace_getter_ != getter) {
3329 os_stack_trace_getter_ = getter;
3333 // Returns the current OS stack trace getter if it is not NULL;
3335 // getter, and returns it.