OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistoryDBTaskImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
history_unittest.cc
797
class
HistoryDBTaskImpl
: public HistoryDBTask {
801
HistoryDBTaskImpl
() : invoke_count(0), done_invoked(false) {}
816
virtual ~
HistoryDBTaskImpl
() {}
818
DISALLOW_COPY_AND_ASSIGN(
HistoryDBTaskImpl
);
822
const int
HistoryDBTaskImpl
::kWantInvokeCount = 2;
830
scoped_refptr<
HistoryDBTaskImpl
> task(new
HistoryDBTaskImpl
());
833
// Run the message loop. When
HistoryDBTaskImpl
::DoneRunOnMainThread runs,
840
ASSERT_EQ(
HistoryDBTaskImpl
::kWantInvokeCount, task->invoke_count);
848
scoped_refptr<
HistoryDBTaskImpl
> task(new HistoryDBTaskImpl())
[
all
...]
/external/chromium_org/chrome/browser/history/
history_unittest.cc
[
all
...]
Completed in 24 milliseconds