Searched defs:AppListControllerDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate.h33 class AppListControllerDelegate { class
49 virtual ~AppListControllerDelegate();
H A Dapp_list_controller_delegate.cc51 AppListControllerDelegate::~AppListControllerDelegate() {}
53 bool AppListControllerDelegate::ForceNativeDesktop() const {
57 void AppListControllerDelegate::ViewClosing() {}
59 gfx::Rect AppListControllerDelegate::GetAppListBounds() {
63 void AppListControllerDelegate::OnShowChildDialog() {
65 void AppListControllerDelegate::OnCloseChildDialog() {
68 std::string AppListControllerDelegate::AppListSourceToString(
80 bool AppListControllerDelegate::UserMayModifySettings(
90 bool AppListControllerDelegate
[all...]

Completed in 616 milliseconds