OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ItemSelected
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/ash/shelf/
shelf_item_delegate.h
36
virtual bool
ItemSelected
(const ui::Event& event) = 0;
app_list_shelf_item_delegate.h
23
virtual bool
ItemSelected
(const ui::Event& event) OVERRIDE;
shelf_window_watcher_item_delegate.h
31
virtual bool
ItemSelected
(const ui::Event& event) OVERRIDE;
app_list_shelf_item_delegate.cc
25
bool AppListShelfItemDelegate::
ItemSelected
(const ui::Event& event) {
shelf_window_watcher_item_delegate.cc
28
bool ShelfWindowWatcherItemDelegate::
ItemSelected
(const ui::Event& event) {
shelf_view.cc
[
all
...]
/external/chromium_org/ash/shell/
window_watcher_shelf_item_delegate.h
25
virtual bool
ItemSelected
(const ui::Event& event) OVERRIDE;
window_watcher_shelf_item_delegate.cc
25
bool WindowWatcherShelfItemDelegate::
ItemSelected
(const ui::Event& event) {
/external/chromium_org/ash/test/
test_shelf_item_delegate.h
26
virtual bool
ItemSelected
(const ui::Event& event) OVERRIDE;
test_shelf_item_delegate.cc
20
bool TestShelfItemDelegate::
ItemSelected
(const ui::Event& event) {
/external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.h
46
virtual bool
ItemSelected
(const ui::Event& event) OVERRIDE;
browser_shortcut_launcher_item_controller.h
40
virtual bool
ItemSelected
(const ui::Event& event) OVERRIDE;
shell_window_launcher_item_controller.h
65
virtual bool
ItemSelected
(const ui::Event& eent) OVERRIDE;
chrome_launcher_controller_browsertest.cc
655
item1_controller->
ItemSelected
(click_event);
664
item1_controller->
ItemSelected
(click_event);
671
item1_controller->
ItemSelected
(click_event);
694
item1_controller->
ItemSelected
(click_event);
700
item1_controller->
ItemSelected
(click_event);
707
item1_controller->
ItemSelected
(click_event);
722
item1_controller->
ItemSelected
(click_event);
728
item1_controller->
ItemSelected
(click_event);
757
item1_controller->
ItemSelected
(click_event);
761
item1_controller->
ItemSelected
(click_event)
[
all
...]
shell_window_launcher_item_controller.cc
179
bool ShellWindowLauncherItemController::
ItemSelected
(const ui::Event& event) {
app_shortcut_launcher_item_controller.cc
194
bool AppShortcutLauncherItemController::
ItemSelected
(const ui::Event& event) {
browser_shortcut_launcher_item_controller.cc
204
bool BrowserShortcutLauncherItemController::
ItemSelected
(
chrome_launcher_controller_unittest.cc
233
virtual bool
ItemSelected
(const ui::Event& event) OVERRIDE { return false; }
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SourcesNavigator.js
42
this._sourcesView.addEventListener(WebInspector.NavigatorView.Events.
ItemSelected
, this._sourceSelected, this);
48
this._contentScriptsView.addEventListener(WebInspector.NavigatorView.Events.
ItemSelected
, this._sourceSelected, this);
54
this._snippetsView.addEventListener(WebInspector.NavigatorView.Events.
ItemSelected
, this._sourceSelected, this);
NavigatorView.js
65
ItemSelected
: "
ItemSelected
",
181
this.dispatchEventToListeners(WebInspector.NavigatorView.Events.
ItemSelected
, data);
[
all
...]
/external/chromium_org/ash/launcher/
launcher.cc
115
item_delegate->
ItemSelected
(event);
Completed in 243 milliseconds