OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateApplicationMenu
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/ash/shelf/
shelf_item_delegate.h
55
virtual ShelfMenuModel*
CreateApplicationMenu
(int event_flags) = 0;
app_list_shelf_item_delegate.h
26
virtual ShelfMenuModel*
CreateApplicationMenu
(int event_flags) OVERRIDE;
shelf_window_watcher_item_delegate.h
34
virtual ShelfMenuModel*
CreateApplicationMenu
(int event_flags) OVERRIDE;
app_list_shelf_item_delegate.cc
44
ShelfMenuModel* AppListShelfItemDelegate::
CreateApplicationMenu
(
shelf_window_watcher_item_delegate.cc
54
ShelfMenuModel* ShelfWindowWatcherItemDelegate::
CreateApplicationMenu
(
shelf_view.cc
[
all
...]
/external/chromium_org/ash/shell/
window_watcher_shelf_item_delegate.h
28
virtual ShelfMenuModel*
CreateApplicationMenu
(int event_flags) OVERRIDE;
window_watcher_shelf_item_delegate.cc
43
ShelfMenuModel* WindowWatcherShelfItemDelegate::
CreateApplicationMenu
(
/external/chromium_org/ash/test/
test_shelf_item_delegate.h
29
virtual ShelfMenuModel*
CreateApplicationMenu
(int event_flags) OVERRIDE;
test_shelf_item_delegate.cc
39
ShelfMenuModel* TestShelfItemDelegate::
CreateApplicationMenu
(int event_flags) {
/external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.h
50
virtual ash::ShelfMenuModel*
CreateApplicationMenu
(int event_flags) OVERRIDE;
browser_shortcut_launcher_item_controller.h
44
virtual ash::ShelfMenuModel*
CreateApplicationMenu
(int event_flags) OVERRIDE;
shell_window_launcher_item_controller.h
68
virtual ash::ShelfMenuModel*
CreateApplicationMenu
(int event_flags) OVERRIDE;
shell_window_launcher_item_controller.cc
232
ash::ShelfMenuModel* ShellWindowLauncherItemController::
CreateApplicationMenu
(
app_shortcut_launcher_item_controller.cc
215
ash::ShelfMenuModel* AppShortcutLauncherItemController::
CreateApplicationMenu
(
browser_shortcut_launcher_item_controller.cc
233
BrowserShortcutLauncherItemController::
CreateApplicationMenu
(int event_flags) {
chrome_launcher_controller_unittest.cc
247
virtual ash::ShelfMenuModel*
CreateApplicationMenu
(int event_flags) OVERRIDE {
[
all
...]
Completed in 64 milliseconds