OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompareWithResult
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/printing/
printing_layout_uitest.cc
55
double
CompareWithResult
(const std::wstring& verification_name) {
297
EXPECT_EQ(0.,
CompareWithResult
(L"test1"));
336
EXPECT_EQ(0.,
CompareWithResult
(test.result)) << test.result;
344
EXPECT_EQ(0.,
CompareWithResult
(test.result)) << test.result;
352
EXPECT_EQ(0.,
CompareWithResult
(test.result)) << test.result;
360
EXPECT_EQ(0.,
CompareWithResult
(test.result)) << test.result;
393
EXPECT_EQ(0.,
CompareWithResult
(L"popup_delayed_print"))
425
EXPECT_EQ(0.,
CompareWithResult
(L"iframe")) << L"iframe";
/external/chromium_org/chrome/browser/printing/
printing_layout_browsertest.cc
115
double
CompareWithResult
(const std::wstring& verification_name) {
349
EXPECT_EQ(0.,
CompareWithResult
(L"test1"));
387
EXPECT_EQ(0.,
CompareWithResult
(test.result)) << test.result;
395
EXPECT_EQ(0.,
CompareWithResult
(test.result)) << test.result;
403
EXPECT_EQ(0.,
CompareWithResult
(test.result)) << test.result;
411
EXPECT_EQ(0.,
CompareWithResult
(test.result)) << test.result;
440
EXPECT_EQ(0.,
CompareWithResult
(L"popup_delayed_print"))
468
EXPECT_EQ(0.,
CompareWithResult
(L"iframe")) << L"iframe";
Completed in 34 milliseconds