HomeSort by relevance Sort by last modified time
    Searched refs:AppListControllerDelegateViews (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate_views.cc 10 AppListControllerDelegateViews::AppListControllerDelegateViews(
16 AppListControllerDelegateViews::~AppListControllerDelegateViews() {}
18 gfx::Rect AppListControllerDelegateViews::GetAppListBounds() {
28 void AppListControllerDelegateViews::ViewClosing() {
32 void AppListControllerDelegateViews::OnShowChildDialog() {
38 void AppListControllerDelegateViews::OnCloseChildDialog() {
44 bool AppListControllerDelegateViews::CanDoCreateShortcutsFlow() {
app_list_controller_delegate_views.h 14 class AppListControllerDelegateViews : public AppListControllerDelegateImpl {
16 explicit AppListControllerDelegateViews(AppListServiceViews* service);
17 virtual ~AppListControllerDelegateViews();
29 DISALLOW_COPY_AND_ASSIGN(AppListControllerDelegateViews);
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_controller_delegate_win.h 11 class AppListControllerDelegateWin : public AppListControllerDelegateViews {
app_list_controller_delegate_win.cc 18 : AppListControllerDelegateViews(service) {}
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_service_linux.cc 67 new AppListControllerDelegateViews(this))) {}

Completed in 1477 milliseconds