Home | History | Annotate | Download | only in crypto

Lines Matching refs:location

10 #include "base/location.h"
65 // cases you should pass FROM_HERE as the |location|.
67 const tracked_objects::Location& location);
73 // Pass FROM_HERE as |location|, to help track the source of OpenSSL error
74 // messages. Note any diagnostic emitted will be tagged with the location of
76 explicit OpenSSLErrStackTracer(const tracked_objects::Location& location)
77 : location_(location) {
85 const tracked_objects::Location location_;