Lines Matching full:visitor
71 // When this function returns true the visitor indicates that it accepted
129 // The maximum size of header data chunks delivered to the framer visitor
138 // Set callbacks to be called from the framer. A visitor must be set, or
139 // else the framer will likely crash. It is acceptable for the visitor
140 // to do nothing. If this is called multiple times, only the last visitor
142 void set_visitor(SpdyFramerVisitorInterface* visitor) {
143 visitor_ = visitor;
383 // Deliver the given control frame's compressed headers block to the visitor
384 // in decompressed form, in chunks. Returns true if the visitor has
389 // Deliver the given control frame's compressed headers block to the visitor
390 // in decompressed form, in chunks. Returns true if the visitor has
398 // visitor in chunks. Returns true if the visitor has accepted all of the
429 // our visitor; we instead buffer the entirety of the control frame and then
433 // streamed to the visitor.