Home | History | Annotate | Download | only in src

Lines Matching full:getter

3923 // Sets the OS stack trace getter.
3925 // Does nothing if the input and the current OS stack trace getter are
3926 // the same; otherwise, deletes the old getter and makes the input the
3927 // current getter.
3929 OsStackTraceGetterInterface* getter) {
3930 if (os_stack_trace_getter_ != getter) {
3932 os_stack_trace_getter_ = getter;
3936 // Returns the current OS stack trace getter if it is not NULL;
3938 // getter, and returns it.