OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateAppListViewDelegate
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ash/shell/
example_factory.h
26
app_list::AppListViewDelegate*
CreateAppListViewDelegate
();
shell_delegate_impl.cc
120
app_list::AppListViewDelegate* ShellDelegateImpl::
CreateAppListViewDelegate
() {
121
return ash::shell::
CreateAppListViewDelegate
();
shell_delegate_impl.h
47
virtual app_list::AppListViewDelegate*
CreateAppListViewDelegate
() OVERRIDE;
app_list.cc
354
app_list::AppListViewDelegate*
CreateAppListViewDelegate
() {
/external/chromium_org/ash/
shell_delegate.h
98
virtual app_list::AppListViewDelegate*
CreateAppListViewDelegate
() = 0;
/external/chromium_org/ash/test/
test_shell_delegate.h
43
virtual app_list::AppListViewDelegate*
CreateAppListViewDelegate
() OVERRIDE;
test_shell_delegate.cc
100
app_list::AppListViewDelegate* TestShellDelegate::
CreateAppListViewDelegate
() {
/external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.h
49
virtual app_list::AppListViewDelegate*
CreateAppListViewDelegate
() OVERRIDE;
chrome_shell_delegate.cc
104
ChromeShellDelegate::
CreateAppListViewDelegate
() {
/external/chromium_org/ash/wm/
app_list_controller.cc
165
Shell::GetInstance()->delegate()->
CreateAppListViewDelegate
());
Completed in 473 milliseconds