OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contains_guid
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/search_engines/
template_url_service_sync_unittest.cc
101
bool
contains_guid
(const std::string& guid) const {
function in class:__anon11429::TestChangeProcessor
106
DCHECK(
contains_guid
(guid));
653
EXPECT_TRUE(processor()->
contains_guid
("abc"));
654
EXPECT_TRUE(processor()->
contains_guid
("def"));
655
EXPECT_TRUE(processor()->
contains_guid
("xyz"));
730
ASSERT_TRUE(processor()->
contains_guid
("xyz"));
[
all
...]
/external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc
53
bool
contains_guid
(const std::string& guid) const {
function in class:browser_sync::__anon9390::TestChangeProcessor
58
DCHECK(
contains_guid
(guid));
[
all
...]
Completed in 243 milliseconds