Searched refs:iphoto_callback_ (Results 1 – 2 of 2) sorted by relevance
26 iphoto_callback_ = callback; in ParseIPhotoLibrary()92 } else if (!iphoto_callback_.is_null()) { in OnUtilityProcessStarted()109 DCHECK(!iphoto_callback_.is_null()); in OnGotIPhotoLibrary()116 base::Bind(iphoto_callback_, result, library)); in OnGotIPhotoLibrary()150 if (!iphoto_callback_.is_null()) in OnError()
110 IPhotoParserCallback iphoto_callback_; variable