Searched defs:SetSelection (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/views/accessibility/
H A Dax_aura_obj_wrapper.h38 virtual void SetSelection(int32 start, int32 end) {} function in class:views::AXAuraObjWrapper
H A Dax_view_obj_wrapper.cc87 void AXViewObjWrapper::SetSelection(int32 start, int32 end) { function in class:views::AXViewObjWrapper
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dautomation_manager_ash.cc81 void AutomationManagerAsh::SetSelection(int32 id, int32 start, int32 end) { function in class:AutomationManagerAsh
83 current_tree_->SetSelection(id, start, end);
H A Dax_tree_source_ash.cc42 void AXTreeSourceAsh::SetSelection(int32 id, int32 start, int32 end) { function in class:AXTreeSourceAsh
45 obj->SetSelection(start, end);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_base_view.cc134 SetSelection(event.location());
158 SetSelection(event.location());
179 SetSelection(event->location());
216 void AutofillPopupBaseView::SetSelection(const gfx::Point& point) { function in class:autofill::AutofillPopupBaseView
/external/chromium_org/win8/delegate_execute/
H A Dcommand_execute_impl.cc132 // CommandExecuteImpl::SetSelection
296 STDMETHODIMP CommandExecuteImpl::SetSelection(IShellItemArray* item_array) { function in class:CommandExecuteImpl
/external/chromium_org/win8/metro_driver/ime/
H A Dtext_store.cc619 STDMETHODIMP TextStore::SetSelection( function in class:metro_driver::TextStore
659 ret = SetSelection(1, &selection);
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc334 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);
1343 void TabStripModel::SetSelection( function in class:TabStripModel
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc349 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(sourc
830 void MenuController::SetSelection(MenuItemView* menu_item, function in class:views::MenuController
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc809 void TabStrip::SetSelection(const ui::ListSelectionModel& old_selection, function in class:TabStrip

Completed in 3201 milliseconds