Home | History | Annotate | Download | only in src

Lines Matching full:getter

4421 // Sets the OS stack trace getter.
4423 // Does nothing if the input and the current OS stack trace getter are
4424 // the same; otherwise, deletes the old getter and makes the input the
4425 // current getter.
4427 OsStackTraceGetterInterface* getter) {
4428 if (os_stack_trace_getter_ != getter) {
4430 os_stack_trace_getter_ = getter;
4434 // Returns the current OS stack trace getter if it is not NULL;
4436 // getter, and returns it.