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

/external/chromium_org/extensions/browser/
H A Dcomputed_hashes_unittest.cc95 std::string content1 = "hello world"; local
99 ComputedHashes::ComputeHashesForContent(content1, block_size, &hashes1);
/external/chromium_org/content/browser/fileapi/
H A Ddragged_file_util_unittest.cc190 std::string content1, content2; local
191 EXPECT_TRUE(base::ReadFileToString(platform_path1, &content1));
193 EXPECT_EQ(content1, content2);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel_unittest.cc720 typename T::Content content1; local
721 CreateContent(0, kPcmuCodec, kH264Codec, &content1);
722 content1.AddStream(stream1);
724 EXPECT_TRUE(channel1_->SetLocalContent(&content1, CA_OFFER, NULL));
787 typename T::Content content1; local
788 CreateContent(0, kPcmuCodec, kH264Codec, &content1);
789 content1.AddStream(stream1);
791 EXPECT_TRUE(channel1_->SetRemoteContent(&content1, CA_OFFER, NULL));
849 typename T::Content content1; local
850 CreateContent(0, kPcmuCodec, kH264Codec, &content1);
961 typename T::Content content1; local
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc1334 content::WebContents* content1 = tab_strip->GetActiveWebContents(); local
1345 EXPECT_NE(content1a, content1);
1351 EXPECT_EQ(content1, tab_strip->GetActiveWebContents());
1353 EXPECT_EQ(content1, tab_strip->GetActiveWebContents());
1364 EXPECT_EQ(content1, browser()->tab_strip_model()->GetActiveWebContents());

Completed in 269 milliseconds