HomeSort by relevance Sort by last modified time
    Searched refs:HistoryQueryTest (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/history/
history_querying_unittest.cc 70 class HistoryQueryTest : public testing::Test {
72 HistoryQueryTest() {
80 NewCallback(this, &HistoryQueryTest::QueryHistoryComplete));
145 DISALLOW_COPY_AND_ASSIGN(HistoryQueryTest);
148 TEST_F(HistoryQueryTest, Basic) {
172 TEST_F(HistoryQueryTest, BasicCount) {
187 TEST_F(HistoryQueryTest, ReachedBeginning) {
215 TEST_F(HistoryQueryTest, FTS) {
245 TEST_F(HistoryQueryTest, FTSTitle) {
261 TEST_F(HistoryQueryTest, FTSPrefix)
    [all...]
history.h 60 class HistoryQueryTest;
595 friend class history::HistoryQueryTest;
    [all...]
  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 71 class HistoryQueryTest : public testing::Test {
73 HistoryQueryTest() : page_id_(0) {
82 base::Bind(&HistoryQueryTest::QueryHistoryComplete,
205 DISALLOW_COPY_AND_ASSIGN(HistoryQueryTest);
208 TEST_F(HistoryQueryTest, Basic) {
237 TEST_F(HistoryQueryTest, BasicCount) {
252 TEST_F(HistoryQueryTest, ReachedBeginning) {
317 TEST_F(HistoryQueryTest, TextSearch) {
347 TEST_F(HistoryQueryTest, TextSearchPrefix) {
362 TEST_F(HistoryQueryTest, TextSearchCount)
    [all...]
history_service.h 67 class HistoryQueryTest;
645 friend class history::HistoryQueryTest;
    [all...]

Completed in 60 milliseconds