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

  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 78 STDMETHOD(SetSelection)(IShellItemArray* item_array);
command_execute_impl.cc 129 // CommandExecuteImpl::SetSelection
368 STDMETHODIMP CommandExecuteImpl::SetSelection(IShellItemArray* item_array) {
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 332 SetSelection(root, SELECTION_OPEN_SUBMENU | SELECTION_UPDATE_IMMEDIATELY);
361 SetSelection(NULL, SELECTION_UPDATE_IMMEDIATELY | SELECTION_EXIT);
390 SetSelection(NULL, SELECTION_UPDATE_IMMEDIATELY | SELECTION_EXIT);
427 SetSelection(NULL, SELECTION_UPDATE_IMMEDIATELY | SELECTION_EXIT);
466 SetSelection(part.menu ? part.menu : state_.item, SELECTION_OPEN_SUBMENU);
524 SetSelection(part.menu ? part.menu : state_.item,
570 SetSelection(part.menu ? part.menu : state_.item,
580 SetSelection(part.menu->GetParentMenuItem(),
660 SetSelection(menu_item, menu_item->HasSubmenu() ? SELECTION_OPEN_SUBMENU :
667 SetSelection(source->GetMenuItem(), SELECTION_OPEN_SUBMENU)
    [all...]
menu_controller.h 152 // Values supplied to SetSelection.
163 // SetSelection is being invoked as the result exiting or cancelling the
248 void SetSelection(MenuItemView* menu_item, int types);
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 201 SetSelection(new_model, NOTIFY_DEFAULT);
316 SetSelection(new_model, user_gesture ? NOTIFY_USER_GESTURE : NOTIFY_DEFAULT);
324 SetSelection(new_model, NOTIFY_DEFAULT);
606 SetSelection(new_model, NOTIFY_DEFAULT);
629 SetSelection(new_model, NOTIFY_DEFAULT);
636 SetSelection(new_model, NOTIFY_DEFAULT);
647 SetSelection(source, NOTIFY_DEFAULT);
    [all...]
tab_strip_model.h 531 void SetSelection(const ui::ListSelectionModel& new_model,
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.h 328 void SetSelection(LONG start, LONG end);
330 // Like SetSelection(), but takes a CHARRANGE.
332 SetSelection(sel.cpMin, sel.cpMax);
autocomplete_edit_view_win.cc 671 SetSelection(current_text.length(), start + 1);
694 SetSelection(GetTextLength(), 0);
696 SetSelection(0, GetTextLength());
802 SetSelection(position, position);
840 SetSelection(static_cast<LONG>(display_text.length()),
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_win.h 300 void SetSelection(LONG start, LONG end);
302 // Like SetSelection(), but takes a CHARRANGE.
304 SetSelection(sel.cpMin, sel.cpMax);
omnibox_view_win.cc 718 SetSelection(current_text.length(), start + 1);
741 SetSelection(GetTextLength(), 0);
743 SetSelection(0, GetTextLength());
    [all...]
  /external/chromium_org/ui/base/ime/win/
tsf_text_store.h 178 STDMETHOD(SetSelection)(ULONG selection_buffer_size,
tsf_text_store.cc 619 STDMETHODIMP TSFTextStore::SetSelection(
659 ret = SetSelection(1, &selection);
tsf_text_store_unittest.cc 178 EXPECT_EQ(expected_result, text_store_->SetSelection(1, &selection));
    [all...]
  /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 108 void SetSelection(const ui::ListSelectionModel& old_selection,
browser_tab_strip_controller.cc 406 tabstrip_->SetSelection(old_model, model_->selection_model());
tab_strip.cc 825 void TabStrip::SetSelection(const ui::ListSelectionModel& old_selection,
    [all...]

Completed in 565 milliseconds