HomeSort by relevance Sort by last modified time
    Searched refs:zip_content_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/
bug_report_data.cc 16 , zip_content_(NULL)
62 zip_content_ = zip_content;
bug_report_data.h 61 std::string* zip_content() const { return zip_content_; }
81 std::string* zip_content_; member in class:BugReportData
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 407 , zip_content_ ? zip_content_->c_str() : NULL
408 , zip_content_ ? zip_content_->length() : 0
418 if (zip_content_) {
419 delete zip_content_;
420 zip_content_ = NULL;

Completed in 866 milliseconds