/external/chromium_org/chrome/browser/ui/views/autofill/ |
D | autofill_popup_base_view.cc | 134 SetSelection(event.location()); in OnMouseDragged() 158 SetSelection(event.location()); in OnMouseMoved() 179 SetSelection(event->location()); in OnGestureEvent() 216 void AutofillPopupBaseView::SetSelection(const gfx::Point& point) { in SetSelection() function in autofill::AutofillPopupBaseView
|
D | autofill_popup_base_view.h | 75 void SetSelection(const gfx::Point& point);
|
/external/chromium_org/ui/views/controls/menu/ |
D | menu_controller.cc | 349 SetSelection(root, SELECTION_OPEN_SUBMENU | SELECTION_UPDATE_IMMEDIATELY); in Run() 380 SetSelection(NULL, SELECTION_UPDATE_IMMEDIATELY | SELECTION_EXIT); in Run() 432 SetSelection(NULL, SELECTION_UPDATE_IMMEDIATELY | SELECTION_EXIT); in Run() 466 SetSelection(NULL, SELECTION_UPDATE_IMMEDIATELY | SELECTION_EXIT); in Cancel() 505 SetSelection(part.menu ? part.menu : state_.item, SELECTION_OPEN_SUBMENU); in OnMouseDragged() 576 SetSelection(part.menu ? part.menu : state_.item, in OnMouseReleased() 621 SetSelection(part.menu ? part.menu : state_.item, in OnGestureEvent() 631 SetSelection(part.menu->GetParentMenuItem(), in OnGestureEvent() 711 SetSelection(menu_item, menu_item->HasSubmenu() ? SELECTION_OPEN_SUBMENU : in OnDragUpdated() 718 SetSelection(source->GetMenuItem(), SELECTION_OPEN_SUBMENU); in OnDragUpdated() [all …]
|
D | menu_controller_unittest.cc | 178 controller_->SetSelection(menu_item.get(), in RunMenu()
|
D | menu_controller.h | 284 void SetSelection(MenuItemView* menu_item, int types);
|
D | submenu_view.cc | 335 GetMenuItem()->GetMenuController()->SetSelection( in SetSelectedRow()
|
/external/chromium_org/chrome/browser/ui/ash/accessibility/ |
D | automation_manager_ash.cc | 81 void AutomationManagerAsh::SetSelection(int32 id, int32 start, int32 end) { in SetSelection() function in AutomationManagerAsh 83 current_tree_->SetSelection(id, start, end); in SetSelection()
|
D | ax_tree_source_ash.cc | 42 void AXTreeSourceAsh::SetSelection(int32 id, int32 start, int32 end) { in SetSelection() function in AXTreeSourceAsh 45 obj->SetSelection(start, end); in SetSelection()
|
D | automation_manager_ash.h | 47 virtual void SetSelection(int32 id, int32 start, int32 end) OVERRIDE;
|
D | ax_tree_source_ash.h | 31 void SetSelection(int32 id, int32 start, int32 end);
|
/external/chromium_org/chrome/browser/extensions/api/automation_internal/ |
D | automation_action_adapter.h | 25 virtual void SetSelection(int32 id, int32 start, int32 end) = 0;
|
D | automation_internal_api.cc | 125 virtual void SetSelection(int32 id, int32 start, int32 end) OVERRIDE { in SetSelection() function in extensions::RenderFrameHostActionAdapter 233 adapter->SetSelection(automation_id, in RouteActionToAdapter()
|
/external/chromium_org/ui/views/accessibility/ |
D | ax_aura_obj_wrapper.h | 38 virtual void SetSelection(int32 start, int32 end) {} in SetSelection() function
|
D | ax_view_obj_wrapper.h | 28 virtual void SetSelection(int32 start, int32 end) OVERRIDE;
|
D | ax_view_obj_wrapper.cc | 87 void AXViewObjWrapper::SetSelection(int32 start, int32 end) { in SetSelection() function in views::AXViewObjWrapper
|
/external/chromium_org/chrome/browser/ui/tabs/ |
D | tab_strip_model.cc | 334 SetSelection(new_model, NOTIFY_DEFAULT); in InsertWebContentsAt() 450 SetSelection(new_model, user_gesture ? NOTIFY_USER_GESTURE : NOTIFY_DEFAULT); in ActivateTabAt() 458 SetSelection(new_model, NOTIFY_DEFAULT); in AddTabAtToSelection() 741 SetSelection(new_model, NOTIFY_DEFAULT); in ExtendSelectionTo() 764 SetSelection(new_model, NOTIFY_DEFAULT); in ToggleSelectionAt() 771 SetSelection(new_model, NOTIFY_DEFAULT); in AddSelectionFromAnchorTo() 782 SetSelection(source, NOTIFY_DEFAULT); in SetSelectionFromModel() 1343 void TabStripModel::SetSelection( in SetSelection() function in TabStripModel
|
D | tab_strip_model.h | 527 void SetSelection(const ui::ListSelectionModel& new_model,
|
/external/chromium_org/win8/delegate_execute/ |
D | command_execute_impl.h | 75 STDMETHOD(SetSelection)(IShellItemArray* item_array);
|
D | command_execute_impl.cc | 296 STDMETHODIMP CommandExecuteImpl::SetSelection(IShellItemArray* item_array) { in SetSelection() function in CommandExecuteImpl
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 439 self.time[self.iCtrl].SetSelection(-1,-1) 481 self.time[0].SetSelection(-1,-1) 482 self.time[1].SetSelection(-1,-1) 483 self.time[2].SetSelection(-1,-1)
|
/external/chromium_org/win8/metro_driver/ime/ |
D | text_store.h | 188 STDMETHOD(SetSelection)(ULONG selection_buffer_size,
|
D | text_store.cc | 619 STDMETHODIMP TextStore::SetSelection( in SetSelection() function in metro_driver::TextStore 659 ret = SetSelection(1, &selection); in SetText()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab_strip.h | 140 void SetSelection(const ui::ListSelectionModel& old_selection,
|
D | browser_tab_strip_controller.cc | 449 tabstrip_->SetSelection(old_model, model_->selection_model()); in TabSelectionChanged()
|
D | tab_strip.cc | 809 void TabStrip::SetSelection(const ui::ListSelectionModel& old_selection, in SetSelection() function in TabStrip
|