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

1 2

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_observer.cc 12 int to_index) {
tab_strip_observer.h 28 // The tab at |from_index| was moved to |to_index| in |tab_strip|.
31 int to_index);
tab_drag_controller.cc 708 int to_index = GetInsertionIndexForDraggedBounds( local
728 to_index = std::min(to_index, attach_index_);
730 to_index = std::max(to_index, attach_index_);
731 if (to_index != attach_index_)
749 attached_model->MoveSelectedTabsTo(to_index);
    [all...]
tab_strip_unittest.cc 68 int to_index) OVERRIDE {
70 last_tab_moved_to_ = to_index;
  /external/chromium_org/ui/app_list/
app_list_item_list_observer.h 24 // Triggered after |item| has been moved from |from_index| to |to_index|.
25 // Note: |from_index| may equal |to_index| if only the ordinal has changed.
27 size_t to_index,
app_list_item_list.cc 46 void AppListItemList::MoveItem(size_t from_index, size_t to_index) {
48 DCHECK_LT(to_index, item_count());
49 if (from_index == to_index)
53 DVLOG(2) << "MoveItem: " << from_index << " -> " << to_index << " ["
60 AppListItem* prev = to_index > 0 ? app_list_items_[to_index - 1] : NULL;
62 to_index < item_count() ? app_list_items_[to_index] : NULL;
74 FixItemPosition(to_index); variable
85 app_list_items_.insert(app_list_items_.begin() + to_index, target_item)
108 size_t to_index = GetItemSortOrderIndex(new_position, item->id()); local
119 << " To: " << to_index; local
    [all...]
app_list_folder_item.h 87 size_t to_index,
app_list_item_list.h 42 // Moves item at |from_index| to |to_index|.
44 void MoveItem(size_t from_index, size_t to_index);
app_list_model.h 137 size_t to_index,
app_list_folder_item.cc 226 size_t to_index,
228 if (from_index <= kNumFolderTopItems || to_index <= kNumFolderTopItems)
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 292 static double to_index; variable
599 TO_INDEX Refractive index of medium being
629 rang_sin = (from_index / to_index) *
639 object_distance = object_distance * (to_index / from_index);
640 axis_slope_angle = axis_slope_angle * (from_index / to_index);
654 rang_sin = (from_index / to_index) *
667 rang = -asin((from_index / to_index) *
669 object_distance = object_distance * ((to_index *
689 to_index = s[i][2];
690 if (to_index > 1.0
    [all...]
  /external/valgrind/main/perf/
fbench.c 288 static double to_index; variable
595 TO_INDEX Refractive index of medium being
625 rang_sin = (from_index / to_index) *
635 object_distance = object_distance * (to_index / from_index);
636 axis_slope_angle = axis_slope_angle * (from_index / to_index);
650 rang_sin = (from_index / to_index) *
663 rang = -asin((from_index / to_index) *
665 object_distance = object_distance * ((to_index *
685 to_index = s[i][2];
686 if (to_index > 1.0
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_observer.cc 39 int to_index) {
tab_strip_model_observer.h 106 // The specified WebContents at |from_index| was moved to |to_index|.
109 int to_index);
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 223 int to_index) {
228 highlighted_tab_ = to_index;
229 else if (from_index < highlighted_tab_&& highlighted_tab_<= to_index)
231 else if (from_index > highlighted_tab_ && highlighted_tab_ >= to_index)
tab_scrubber.h 65 int to_index) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/options/
startup_pages_handler.cc 203 int to_index; local
205 CHECK(args->GetInteger(0, &to_index));
217 startup_custom_pages_table_model_->MoveURLs(to_index, index_list);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 123 to_index = map_to_index(params)
129 if n.type == token.NAME and n.value in to_index:
130 subscripts = [c.clone() for c in to_index[n.value]]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 123 to_index = map_to_index(params)
129 if n.type == token.NAME and n.value in to_index:
130 subscripts = [c.clone() for c in to_index[n.value]]
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_model_builder.cc 339 size_t to_index,
350 for (size_t idx = to_index; idx > 0; --idx) {
358 for (size_t idx = to_index; idx < item_list->item_count() - 1; ++idx) {
extension_app_model_builder.h 88 size_t to_index,
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_event_router.h 60 int to_index) OVERRIDE;
tabs_event_router.cc 368 int to_index) {
380 new FundamentalValue(to_index));
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 48 int to_index) OVERRIDE;
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 1684 OMX_U32 i, from_index, to_index; local
1717 OMX_U32 i, from_index, to_index; local
    [all...]

Completed in 453 milliseconds

1 2