HomeSort by relevance Sort by last modified time
    Searched refs:SetSelection (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/api/automation_internal/
automation_action_adapter.h 25 virtual void SetSelection(int32 id, int32 start, int32 end) = 0;
automation_internal_api.cc 125 virtual void SetSelection(int32 id, int32 start, int32 end) OVERRIDE {
233 adapter->SetSelection(automation_id,
  /external/chromium_org/ui/views/accessibility/
ax_aura_obj_wrapper.h 38 virtual void SetSelection(int32 start, int32 end) {}
ax_view_obj_wrapper.h 28 virtual void SetSelection(int32 start, int32 end) OVERRIDE;
ax_view_obj_wrapper.cc 87 void AXViewObjWrapper::SetSelection(int32 start, int32 end) {
  /external/chromium_org/chrome/browser/ui/ash/accessibility/
automation_manager_ash.h 47 virtual void SetSelection(int32 id, int32 start, int32 end) OVERRIDE;
automation_manager_ash.cc 81 void AutomationManagerAsh::SetSelection(int32 id, int32 start, int32 end) {
83 current_tree_->SetSelection(id, start, end);
ax_tree_source_ash.cc 42 void AXTreeSourceAsh::SetSelection(int32 id, int32 start, int32 end) {
45 obj->SetSelection(start, end);
ax_tree_source_ash.h 31 void SetSelection(int32 id, int32 start, int32 end);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_base_view.cc 134 SetSelection(event.location());
158 SetSelection(event.location());
179 SetSelection(event->location());
216 void AutofillPopupBaseView::SetSelection(const gfx::Point& point) {
autofill_popup_base_view.h 75 void SetSelection(const gfx::Point& point);
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 75 STDMETHOD(SetSelection)(IShellItemArray* item_array);
command_execute_impl.cc 132 // CommandExecuteImpl::SetSelection
296 STDMETHODIMP CommandExecuteImpl::SetSelection(IShellItemArray* item_array) {
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 349 SetSelection(root, SELECTION_OPEN_SUBMENU | SELECTION_UPDATE_IMMEDIATELY);
380 SetSelection(NULL, SELECTION_UPDATE_IMMEDIATELY | SELECTION_EXIT);
432 SetSelection(NULL, SELECTION_UPDATE_IMMEDIATELY | SELECTION_EXIT);
466 SetSelection(NULL, SELECTION_UPDATE_IMMEDIATELY | SELECTION_EXIT);
505 SetSelection(part.menu ? part.menu : state_.item, SELECTION_OPEN_SUBMENU);
576 SetSelection(part.menu ? part.menu : state_.item,
621 SetSelection(part.menu ? part.menu : state_.item,
631 SetSelection(part.menu->GetParentMenuItem(),
711 SetSelection(menu_item, menu_item->HasSubmenu() ? SELECTION_OPEN_SUBMENU :
718 SetSelection(source->GetMenuItem(), SELECTION_OPEN_SUBMENU)
    [all...]
menu_controller_unittest.cc 178 controller_->SetSelection(menu_item.get(),
menu_controller.h 188 // Values supplied to SetSelection.
199 // SetSelection is being invoked as the result exiting or cancelling the
284 void SetSelection(MenuItemView* menu_item, int types);
submenu_view.cc 335 GetMenuItem()->GetMenuController()->SetSelection(
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 334 SetSelection(new_model, NOTIFY_DEFAULT);
450 SetSelection(new_model, user_gesture ? NOTIFY_USER_GESTURE : NOTIFY_DEFAULT);
458 SetSelection(new_model, NOTIFY_DEFAULT);
741 SetSelection(new_model, NOTIFY_DEFAULT);
764 SetSelection(new_model, NOTIFY_DEFAULT);
771 SetSelection(new_model, NOTIFY_DEFAULT);
782 SetSelection(source, NOTIFY_DEFAULT);
    [all...]
tab_strip_model.h 527 void SetSelection(const ui::ListSelectionModel& new_model,
  /external/chromium_org/win8/metro_driver/ime/
text_store.h 188 STDMETHOD(SetSelection)(ULONG selection_buffer_size,
text_store.cc 619 STDMETHODIMP TextStore::SetSelection(
659 ret = SetSelection(1, &selection);
  /external/sonivox/jet_tools/JetCreator/
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/chrome/browser/ui/views/tabs/
tab_strip.h 140 void SetSelection(const ui::ListSelectionModel& old_selection,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 415 virtual HRESULT STDMETHODCALLTYPE SetSelection(
590 HRESULT (STDMETHODCALLTYPE *SetSelection)(
749 #define ITextStoreACP_SetSelection(This,ulCount,pSelection) (This)->lpVtbl->SetSelection(This,ulCount,pSelection)
800 return This->lpVtbl->SetSelection(This,ulCount,pSelection);
    [all...]
devicetopology.h     [all...]

Completed in 805 milliseconds

1 2