HomeSort by relevance Sort by last modified time
    Searched refs:ItemSelected (Results 1 - 24 of 24) 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 22 virtual bool ItemSelected(const ui::Event& event) OVERRIDE;
shelf_window_watcher_item_delegate.h 28 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 31 bool ShelfWindowWatcherItemDelegate::ItemSelected(const ui::Event& event) {
shelf.cc 112 item_delegate->ItemSelected(event);
shelf_view.cc     [all...]
shelf_view_unittest.cc 141 virtual bool ItemSelected(const ui::Event& event) OVERRIDE {
    [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/third_party/WebKit/Source/devtools/front_end/ui/
DropDownMenu.js 19 ItemSelected: "ItemSelected"
32 this.dispatchEventToListeners(WebInspector.DropDownMenu.Events.ItemSelected, selectedOption.id);
TabbedPane.js 528 this._dropDownMenu.addEventListener(WebInspector.DropDownMenu.Events.ItemSelected, this._dropDownMenuItemSelected, this);
    [all...]
  /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 43 virtual bool ItemSelected(const ui::Event& event) OVERRIDE;
app_window_launcher_item_controller.h 62 virtual bool ItemSelected(const ui::Event& eent) OVERRIDE;
chrome_launcher_controller_browsertest.cc 693 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_event)
    [all...]
app_shortcut_launcher_item_controller.cc 195 bool AppShortcutLauncherItemController::ItemSelected(const ui::Event& event) {
app_window_launcher_item_controller.cc 225 bool AppWindowLauncherItemController::ItemSelected(const ui::Event& event) {
browser_shortcut_launcher_item_controller.cc 223 bool BrowserShortcutLauncherItemController::ItemSelected(
chrome_launcher_controller_unittest.cc 235 virtual bool ItemSelected(const ui::Event& event) OVERRIDE { return false; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SourcesNavigator.js 60 navigatorView.addEventListener(WebInspector.NavigatorView.Events.ItemSelected, this._sourceSelected, this);
NavigatorView.js 57 ItemSelected: "ItemSelected",
240 this.dispatchEventToListeners(WebInspector.NavigatorView.Events.ItemSelected, data);
    [all...]

Completed in 182 milliseconds