HomeSort by relevance Sort by last modified time
    Searched defs:AppListControllerDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate.h 32 class AppListControllerDelegate {
48 virtual ~AppListControllerDelegate();
app_list_controller_delegate.cc 34 AppListControllerDelegate::~AppListControllerDelegate() {}
36 bool AppListControllerDelegate::ForceNativeDesktop() const {
40 void AppListControllerDelegate::ViewClosing() {}
42 void AppListControllerDelegate::OnShowExtensionPrompt() {}
43 void AppListControllerDelegate::OnCloseExtensionPrompt() {}
45 std::string AppListControllerDelegate::AppListSourceToString(
56 bool AppListControllerDelegate::UserMayModifySettings(
66 void AppListControllerDelegate::UninstallApp(Profile* profile,
74 bool AppListControllerDelegate::IsAppFromWebStore
    [all...]

Completed in 41 milliseconds