Home
last modified time | relevance | path

Searched refs:emailValue_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.h80 NSString *emailValue_; // Email from the user variable
Dcrash_report_sender.m481 return [[emailValue_ retain] autorelease];
485 if (emailValue_ != value) {
486 [emailValue_ release];
487 emailValue_ = [value copy];