OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistoryContentsProvider
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/autocomplete/
history_contents_provider.h
16
//
HistoryContentsProvider
is an AutocompleteProvider that provides results from
18
//
HistoryContentsProvider
gets results from two sources:
23
class
HistoryContentsProvider
: public HistoryProvider {
25
HistoryContentsProvider
(ACProviderListener* listener, Profile* profile);
34
~
HistoryContentsProvider
();
89
DISALLOW_COPY_AND_ASSIGN(
HistoryContentsProvider
);
history_contents_provider.cc
54
HistoryContentsProvider
::
HistoryContentsProvider
(ACProviderListener* listener,
66
void
HistoryContentsProvider
::Start(const AutocompleteInput& input,
145
NewCallback(this, &
HistoryContentsProvider
::QueryComplete));
150
void
HistoryContentsProvider
::Stop() {
160
HistoryContentsProvider
::~
HistoryContentsProvider
() {
163
void
HistoryContentsProvider
::QueryComplete(HistoryService::Handle handle,
174
void
HistoryContentsProvider
::ConvertResults() {
207
AutocompleteMatch
HistoryContentsProvider
::ResultToMatch
[
all
...]
history_contents_provider_unittest.cc
56
HistoryContentsProvider
* provider() const { return provider_.get(); }
85
provider_ = new
HistoryContentsProvider
(this, profile_.get());
106
scoped_refptr<
HistoryContentsProvider
> provider_;
autocomplete.h
174
class
HistoryContentsProvider
;
[
all
...]
autocomplete.cc
800
providers_.push_back(new
HistoryContentsProvider
(this, profile));
[
all
...]
Completed in 180 milliseconds