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

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate_impl.h 25 class AppListControllerDelegateImpl : public AppListControllerDelegate {
27 explicit AppListControllerDelegateImpl(AppListService* service);
28 virtual ~AppListControllerDelegateImpl();
63 DISALLOW_COPY_AND_ASSIGN(AppListControllerDelegateImpl);
app_list_controller_delegate_impl.cc 20 AppListControllerDelegateImpl::AppListControllerDelegateImpl(
24 AppListControllerDelegateImpl::~AppListControllerDelegateImpl() {}
26 void AppListControllerDelegateImpl::DismissView() {
30 gfx::NativeWindow AppListControllerDelegateImpl::GetAppListWindow() {
34 gfx::ImageSkia AppListControllerDelegateImpl::GetWindowIcon() {
38 bool AppListControllerDelegateImpl::IsAppPinned(
43 void AppListControllerDelegateImpl::PinApp(const std::string& extension_id) {
47 void AppListControllerDelegateImpl::UnpinApp(const std::string& extension_id)
    [all...]

Completed in 97 milliseconds