Searched refs:ItemSelected (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dapp_list_shelf_item_delegate.h22 virtual bool ItemSelected(const ui::Event& event) OVERRIDE;
H A Dshelf_item_delegate.h36 virtual bool ItemSelected(const ui::Event& event) = 0;
H A Dapp_list_shelf_item_delegate.cc25 bool AppListShelfItemDelegate::ItemSelected(const ui::Event& event) { function in class:ash::AppListShelfItemDelegate
H A Dshelf_window_watcher_item_delegate.h28 virtual bool ItemSelected(const ui::Event& event) OVERRIDE;
H A Dshelf_window_watcher_item_delegate.cc31 bool ShelfWindowWatcherItemDelegate::ItemSelected(const ui::Event& event) { function in class:ash::ShelfWindowWatcherItemDelegate
H A Dshelf.cc112 item_delegate->ItemSelected(event);
H A Dshelf_view.cc1714 if (!item_delegate->ItemSelected(event))
H A Dshelf_view_unittest.cc141 virtual bool ItemSelected(const ui::Event& event) OVERRIDE {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDropDownMenu.js19 ItemSelected: "ItemSelected"
32 this.dispatchEventToListeners(WebInspector.DropDownMenu.Events.ItemSelected, selectedOption.id);
H A DTabbedPane.js528 this._dropDownMenu.addEventListener(WebInspector.DropDownMenu.Events.ItemSelected, this._dropDownMenuItemSelected, this);
/external/chromium_org/ash/shell/
H A Dwindow_watcher_shelf_item_delegate.cc25 bool WindowWatcherShelfItemDelegate::ItemSelected(const ui::Event& event) { function in class:ash::shell::WindowWatcherShelfItemDelegate
H A Dwindow_watcher_shelf_item_delegate.h25 virtual bool ItemSelected(const ui::Event& event) OVERRIDE;
/external/chromium_org/ash/test/
H A Dtest_shelf_item_delegate.cc20 bool TestShelfItemDelegate::ItemSelected(const ui::Event& event) { function in class:ash::test::TestShelfItemDelegate
H A Dtest_shelf_item_delegate.h26 virtual bool ItemSelected(const ui::Event& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dbrowser_shortcut_launcher_item_controller.h43 virtual bool ItemSelected(const ui::Event& event) OVERRIDE;
H A Dapp_shortcut_launcher_item_controller.h46 virtual bool ItemSelected(const ui::Event& event) OVERRIDE;
H A Dapp_window_launcher_item_controller.h62 virtual bool ItemSelected(const ui::Event& eent) OVERRIDE;
H A Dchrome_launcher_controller_browsertest.cc693 item1_controller->ItemSelected(click_event);
702 item1_controller->ItemSelected(click_event);
709 item1_controller->ItemSelected(click_event);
732 item1_controller->ItemSelected(click_event);
738 item1_controller->ItemSelected(click_event);
745 item1_controller->ItemSelected(click_event);
760 item1_controller->ItemSelected(click_event);
766 item1_controller->ItemSelected(click_event);
795 item1_controller->ItemSelected(click_event);
799 item1_controller->ItemSelected(click_even
[all...]
H A Dapp_shortcut_launcher_item_controller.cc195 bool AppShortcutLauncherItemController::ItemSelected(const ui::Event& event) { function in class:AppShortcutLauncherItemController
H A Dapp_window_launcher_item_controller.cc225 bool AppWindowLauncherItemController::ItemSelected(const ui::Event& event) { function in class:AppWindowLauncherItemController
H A Dbrowser_shortcut_launcher_item_controller.cc223 bool BrowserShortcutLauncherItemController::ItemSelected( function in class:BrowserShortcutLauncherItemController
H A Dchrome_launcher_controller_unittest.cc235 virtual bool ItemSelected(const ui::Event& event) OVERRIDE { return false; }
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DSourcesNavigator.js60 navigatorView.addEventListener(WebInspector.NavigatorView.Events.ItemSelected, this._sourceSelected, this);
H A DNavigatorView.js57 ItemSelected: "ItemSelected",
240 this.dispatchEventToListeners(WebInspector.NavigatorView.Events.ItemSelected, data);

Completed in 357 milliseconds