Lines Matching refs:whole_file_view_
230 this->whole_file_view_ = new View(0, size, contents, 0, false, in open()
232 this->add_view(this->whole_file_view_); in open()
343 if (this->whole_file_view_) in find_view()
345 return this->whole_file_view_; in find_view()
382 if (this->whole_file_view_ != NULL) in do_read()
387 memcpy(p, this->whole_file_view_->data() + start, size); in do_read()
566 if (this->whole_file_view_ == NULL in find_or_make_view()
569 this->whole_file_view_ = this->make_view(0, this->size_, 0, cache); in find_or_make_view()
805 || p->second == this->whole_file_view_) in clear_views()
817 if (p->second == this->whole_file_view_) in clear_views()
818 this->whole_file_view_ = NULL; in clear_views()