HomeSort by relevance Sort by last modified time
    Searched full:getheaderposition (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/tools/flip_server/
mem_cache_test.cc 74 ASSERT_EQ("value1", hello->headers()->GetHeaderPosition("key1")->second);
75 ASSERT_EQ("value2", hello->headers()->GetHeaderPosition("key2")->second);
77 hello->headers()->GetHeaderPosition("transfer-encoding")->second);
79 hello->headers()->GetHeaderPosition("connection")->second);
  /external/chromium_org/net/tools/balsa/
balsa_headers_test.cc 264 TEST_F(BalsaHeadersTest, GetHeaderPosition) {
270 headers_->GetHeaderPosition("key2");
273 headers_->GetHeaderPosition("foobar"));
275 headers_->GetHeaderPosition("key1"));
balsa_headers.cc 561 BalsaHeaders::const_header_lines_iterator BalsaHeaders::GetHeaderPosition(
    [all...]
balsa_headers.h 718 const_header_lines_iterator GetHeaderPosition(
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 99 public int getHeaderPosition(int position) {
599 int headerPos = getHeaderPosition(position);
AgendaWindowAdapter.java     [all...]

Completed in 688 milliseconds