OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_unique
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/bookmarks/
bookmark_model_unittest.cc
869
bool
has_unique
= true;
local
870
VerifyUniqueIDImpl(bb_model_->GetBookmarkBarNode(), &ids, &
has_unique
);
871
VerifyUniqueIDImpl(bb_model_->other_node(), &ids, &
has_unique
);
872
ASSERT_TRUE(
has_unique
);
878
bool*
has_unique
) {
879
if (!*
has_unique
)
882
*
has_unique
= false;
887
VerifyUniqueIDImpl(node->GetChild(i), ids,
has_unique
);
888
if (!*
has_unique
)
[
all
...]
Completed in 741 milliseconds