OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistoryQueryTest
(Results
1 - 2
of
2
) 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
...]
Completed in 50 milliseconds