Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:model_

26   BookmarkIndexTest() : model_(new BookmarkModel(NULL)) {}
38 model_->AddURL(model_->other_node(), static_cast<int>(i),
54 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16(query), 1000, &matches);
89 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16(query), 1000, &matches);
100 scoped_ptr<BookmarkModel> model_;
148 model_.reset(new BookmarkModel(NULL));
173 model_.reset(new BookmarkModel(NULL));
183 model_->Remove(model_->other_node(), 0);
194 model_->SetTitle(model_->other_node()->GetChild(0), ASCIIToUTF16("blah"));
204 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16("ABc"), 1, &matches);
211 const BookmarkNode* n1 = model_->AddURL(model_->other_node(), 0,
216 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16("i"), 100, &matches);