Searched refs:BookmarkIndexTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index_unittest.cc24 class BookmarkIndexTest : public TestingBrowserProcessTest { class in inherits:TestingBrowserProcessTest
26 BookmarkIndexTest() : model_(new BookmarkModel(NULL)) {} function in class:BookmarkIndexTest
103 DISALLOW_COPY_AND_ASSIGN(BookmarkIndexTest);
108 TEST_F(BookmarkIndexTest, Tests) {
153 TEST_F(BookmarkIndexTest, MatchPositions) {
178 TEST_F(BookmarkIndexTest, Remove) {
188 TEST_F(BookmarkIndexTest, ChangeTitle) {
199 TEST_F(BookmarkIndexTest, HonorMax) {
210 TEST_F(BookmarkIndexTest, EmptyMatchOnMultiwideLowercaseString) {
222 TEST_F(BookmarkIndexTest, GetResultsSortedByTypedCoun
[all...]
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_index_unittest.cc26 class BookmarkIndexTest : public testing::Test { class in inherits:testing::Test
28 BookmarkIndexTest() : model_(new BookmarkModel(NULL)) {} function in class:BookmarkIndexTest
106 DISALLOW_COPY_AND_ASSIGN(BookmarkIndexTest);
111 TEST_F(BookmarkIndexTest, Tests) {
159 TEST_F(BookmarkIndexTest, MatchPositions) {
189 TEST_F(BookmarkIndexTest, Remove) {
199 TEST_F(BookmarkIndexTest, ChangeTitle) {
210 TEST_F(BookmarkIndexTest, HonorMax) {
221 TEST_F(BookmarkIndexTest, EmptyMatchOnMultiwideLowercaseString) {
233 TEST_F(BookmarkIndexTest, GetResultsSortedByTypedCoun
[all...]

Completed in 215 milliseconds