DecodeString      212 content/browser/indexed_db/indexed_db_backing_store.cc   if (DecodeString(&slice, found_string) && slice.empty())
DecodeString     1074 content/browser/indexed_db/indexed_db_backing_store.cc       if (!DecodeString(&slice, &object_store_name) || !slice.empty())
DecodeString     1660 content/browser/indexed_db/indexed_db_backing_store.cc       if (!DecodeString(&slice, &index_name) || !slice.empty())
DecodeString      467 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (!DecodeString(&subpiece, value))
DecodeString      565 content/browser/indexed_db/indexed_db_leveldb_coding.cc     if (!DecodeString(slice, &s))
DecodeString       48 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT WARN_UNUSED_RESULT bool DecodeString(base::StringPiece* slice,
DecodeString      328 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc TEST(IndexedDBLevelDBCodingTest, DecodeString) {
DecodeString      349 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_TRUE(DecodeString(&slice, &result));
DecodeString      356 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_TRUE(DecodeString(&slice, &result));
DecodeString       85 net/spdy/hpack_huffman_table.h   bool DecodeString(HpackInputStream* in,
DecodeString      269 net/spdy/hpack_huffman_table_test.cc   EXPECT_TRUE(table.DecodeString(&input_stream, input.size(), &buffer_out));
DecodeString      337 net/spdy/hpack_huffman_table_test.cc     EXPECT_TRUE(table.DecodeString(&input_stream, capacity, &buffer));
DecodeString      347 net/spdy/hpack_huffman_table_test.cc     EXPECT_FALSE(table.DecodeString(&input_stream, capacity, &buffer));
DecodeString      356 net/spdy/hpack_huffman_table_test.cc     EXPECT_FALSE(table.DecodeString(&input_stream, capacity, &buffer));
DecodeString      369 net/spdy/hpack_huffman_table_test.cc     EXPECT_FALSE(table.DecodeString(&input_stream, 4, &buffer));
DecodeString      396 net/spdy/hpack_huffman_table_test.cc     EXPECT_TRUE(table.DecodeString(&input_stream, decoded.size(), &buffer));
DecodeString      432 net/spdy/hpack_huffman_table_test.cc     EXPECT_TRUE(table.DecodeString(&input_stream, decoded.size(), &buffer));
DecodeString      454 net/spdy/hpack_huffman_table_test.cc     EXPECT_TRUE(table.DecodeString(&input_stream, input.size(), &buffer_out));
DecodeString      475 net/spdy/hpack_huffman_table_test.cc   EXPECT_TRUE(table.DecodeString(&input_stream, input.size(), &buffer_out));
DecodeString      127 net/spdy/hpack_input_stream.cc   return table.DecodeString(&bounded_reader, max_string_literal_size_, str);