OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SuggestionsCombiner
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.cc
24
SuggestionsCombiner
::
SuggestionsCombiner
(
25
SuggestionsCombiner
::Delegate* delegate,
35
SuggestionsCombiner
::~
SuggestionsCombiner
() {
38
void
SuggestionsCombiner
::AddSource(SuggestionsSource* source) {
44
void
SuggestionsCombiner
::EnableDebug(bool enable) {
51
void
SuggestionsCombiner
::FetchItems(Profile* profile) {
58
base::ListValue*
SuggestionsCombiner
::GetPageValues() {
62
void
SuggestionsCombiner
::OnItemsReady()
[
all
...]
suggestions_combiner.h
25
class
SuggestionsCombiner
{
28
// the
SuggestionsCombiner
.
34
//
SuggestionsCombiner
.
38
virtual ~
SuggestionsCombiner
();
40
explicit
SuggestionsCombiner
(
SuggestionsCombiner
::Delegate* delegate,
43
// Add a new source. The
SuggestionsCombiner
takes ownership of |source|.
90
SuggestionsCombiner
::Delegate* delegate_;
105
DISALLOW_COPY_AND_ASSIGN(
SuggestionsCombiner
);
Completed in 247 milliseconds