Searched refs:actual1 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/websockets/
H A Dwebsocket_inflater_test.cc35 scoped_refptr<IOBufferWithSize> actual1, actual2; local
39 actual1 = inflater.GetOutput(inflater.CurrentOutputSize());
40 ASSERT_TRUE(actual1.get());
41 EXPECT_EQ("Hello", ToString(actual1.get()));
117 scoped_refptr<IOBufferWithSize> actual1, actual2; local
121 actual1 = inflater.GetOutput(inflater.CurrentOutputSize());
122 ASSERT_TRUE(actual1.get());
123 EXPECT_EQ("Hello", ToString(actual1.get()));
141 scoped_refptr<IOBufferWithSize> actual1, actual2; local
146 actual1
162 scoped_refptr<IOBufferWithSize> actual1, actual2; local
174 scoped_refptr<IOBufferWithSize> actual1, actual2; local
[all...]
H A Dwebsocket_deflater_test.cc35 scoped_refptr<IOBufferWithSize> actual1, actual2; local
39 actual1 = deflater.GetOutput(deflater.CurrentOutputSize());
41 ToString(actual1.get()));
52 scoped_refptr<IOBufferWithSize> actual1, actual2; local
56 actual1 = deflater.GetOutput(deflater.CurrentOutputSize());
58 ToString(actual1.get()));
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api_unittest.cc2006 std::multimap<std::string, std::string> actual1; local
2008 actual1.insert(std::pair<std::string, std::string>(name, value));
2010 EXPECT_EQ(expected1, actual1);
2088 std::multimap<std::string, std::string> actual1; local
2090 actual1.insert(std::pair<std::string, std::string>(name, value));
2092 EXPECT_EQ(expected1, actual1);
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary_unittest.cc215 WordSet actual1 = custom_dictionary->GetWords(); local
216 EXPECT_EQ(actual1, expected1);

Completed in 1105 milliseconds