Home | History | Annotate | Download | only in sync

Lines Matching defs:history_backend_

134     history_backend_ = new HistoryBackendMock();
138 history_backend_.get()));
147 history_backend_ = NULL;
173 history_backend_.get(),
244 EXPECT_CALL((*history_backend_.get()), SetPageTitle(_, _)).Times(0);
245 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).Times(0);
246 EXPECT_CALL((*history_backend_.get()), GetURL(_, _)).Times(0);
247 EXPECT_CALL((*history_backend_.get()), DeleteURL(_)).Times(0);
286 scoped_refptr<HistoryBackendMock> history_backend_;
313 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
329 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
331 EXPECT_CALL((*history_backend_.get()), GetVisitsForURL(_, _)).
352 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
354 EXPECT_CALL((*history_backend_.get()), GetVisitsForURL(_, _)).
356 EXPECT_CALL((*history_backend_.get()),
363 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).
397 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
399 EXPECT_CALL((*history_backend_.get()), GetVisitsForURL(_, _)).
401 EXPECT_CALL((*history_backend_.get()),
408 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).
410 EXPECT_CALL((*history_backend_.get()), SetPageTitle(_, _)).
425 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
427 EXPECT_CALL((*history_backend_.get()), GetVisitsForURL(_, _)).
454 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
456 EXPECT_CALL((*history_backend_.get()), GetVisitsForURL(_, _)).
493 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
495 EXPECT_CALL((*history_backend_.get()), GetVisitsForURL(_, _)).
528 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
530 EXPECT_CALL((*history_backend_.get()), GetVisitsForURL(_, _)).