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 25 class AppListControllerDelegate {
27 virtual ~AppListControllerDelegate();
app_list_controller_delegate.cc 12 AppListControllerDelegate::~AppListControllerDelegate() {}
14 void AppListControllerDelegate::ViewClosing() {}
16 void AppListControllerDelegate::ViewActivationChanged(bool active) {}
18 gfx::ImageSkia AppListControllerDelegate::GetWindowIcon() {
22 bool AppListControllerDelegate::IsAppPinned(const std::string& extension_id) {
26 void AppListControllerDelegate::PinApp(const std::string& extension_id) {}
28 void AppListControllerDelegate::UnpinApp(const std::string& extension_id) {}
30 void AppListControllerDelegate::DoCreateShortcutsFlow(
34 void AppListControllerDelegate::CreateNewWindow(Profile* profile
    [all...]

Completed in 36 milliseconds