OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppSearchProvider
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/search/
app_search_provider.cc
27
class
AppSearchProvider
::App {
48
AppSearchProvider
::
AppSearchProvider
(Profile* profile,
57
AppSearchProvider
::~
AppSearchProvider
() {}
59
void
AppSearchProvider
::Start(const base::string16& query) {
63
void
AppSearchProvider
::Stop() {
66
void
AppSearchProvider
::StartImpl(const base::Time& current_time,
97
void
AppSearchProvider
::AddApps(const extensions::ExtensionSet& extensions) {
114
void
AppSearchProvider
::RefreshApps()
[
all
...]
app_search_provider.h
28
class
AppSearchProvider
: public SearchProvider,
31
AppSearchProvider
(Profile* profile,
33
virtual ~
AppSearchProvider
();
69
DISALLOW_COPY_AND_ASSIGN(
AppSearchProvider
);
app_search_provider_unittest.cc
40
app_search_.reset(new
AppSearchProvider
(profile_.get(), NULL));
64
scoped_ptr<
AppSearchProvider
> app_search_;
search_controller.cc
86
new
AppSearchProvider
(profile_, list_controller_)).Pass());
Completed in 330 milliseconds