OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:other_store
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/components/dom_distiller/core/
dom_distiller_store_unittest.cc
425
DomDistillerStore*
other_store
= owned_other_store.get();
local
430
EXPECT_FALSE(AreEntriesEqual(
other_store
->GetEntries(), expected_model));
431
ASSERT_TRUE(AreEntriesEqual(
other_store
->GetEntries(), other_db_model));
441
EXPECT_TRUE(AreEntriesEqual(
other_store
->GetEntries(), expected_model));
Completed in 163 milliseconds