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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelectorTest.cpp 13 TEST(CSSSelector, Representations)
  /external/chromium_org/net/spdy/
hpack_encoder.h 45 // literal representations are emitted, bypassing the header table. Huffman
60 // literal representations.
66 typedef std::vector<Representation> Representations;
85 // Representations which must be explicitly emitted are returned.
86 Representations DetermineEncodingDelta(
91 Representations* crumbs_out);
hpack_encoder.cc 44 Representations explicit_set(DetermineEncodingDelta(header_set));
45 for (Representations::const_iterator it = explicit_set.begin();
187 HpackEncoder::Representations HpackEncoder::DetermineEncodingDelta(
189 // Flatten & crumble headers into an ordered list of representations.
190 Representations full_set;
197 // Note std::map guarantees representations are ordered.
202 // Perform a linear merge of ordered representations with the (also ordered)
204 // and gather representations which must be explicitly emitted.
205 Representations::const_iterator r_it = full_set.begin();
209 Representations explicit_set
    [all...]
hpack_encoder_test.cc 37 typedef HpackEncoder::Representations Representations;
65 Representations tmp;
87 typedef test::HpackEncoderPeer::Representations Representations;

Completed in 73 milliseconds