Lines Matching full:getter
4451 // Sets the OS stack trace getter.
4453 // Does nothing if the input and the current OS stack trace getter are
4454 // the same; otherwise, deletes the old getter and makes the input the
4455 // current getter.
4457 OsStackTraceGetterInterface* getter) {
4458 if (os_stack_trace_getter_ != getter) {
4460 os_stack_trace_getter_ = getter;
4464 // Returns the current OS stack trace getter if it is not NULL;
4466 // getter, and returns it.