Home | History | Annotate | Download | only in browser

Lines Matching refs:mobile

324   EXPECT_EQ(BookmarkNode::MOBILE, mobile_node->type());
983 TestNode mobile;
984 PopulateNodeFromString(data[i].mobile_contents, &mobile);
985 PopulateBookmarkNode(&mobile, model_.get(), model_->mobile_node());
989 VerifyModelMatchesNode(&mobile, model_->mobile_node());
1054 // Mobile node invisible by default
1065 model_->SetPermanentNodeVisible(BookmarkNode::MOBILE, true);
1067 model_->SetPermanentNodeVisible(BookmarkNode::MOBILE, false);
1077 // Mobile folder should be visible now that it has a child.