Searched refs:to_index (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip_observer.cc12 int to_index) {
10 TabStripMovedTab(TabStrip* tab_strip, int from_index, int to_index) argument
H A Dtab_strip_observer.h28 // The tab at |from_index| was moved to |to_index| in |tab_strip|.
31 int to_index);
H A Dtab_drag_controller.cc708 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);
H A Dtab_strip_unittest.cc68 int to_index) OVERRIDE {
70 last_tab_moved_to_ = to_index;
/external/chromium_org/ui/app_list/
H A Dapp_list_item_list.cc46 void AppListItemList::MoveItem(size_t from_index, size_t to_index) { argument
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_ite
108 size_t to_index = GetItemSortOrderIndex(new_position, item->id()); local
119 << " To: " << to_index; local
[all...]
H A Dapp_list_item_list_observer.h24 // 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,
26 OnListItemMoved(size_t from_index, size_t to_index, AppListItem* item) argument
H A Dapp_list_item_list.h42 // Moves item at |from_index| to |to_index|.
44 void MoveItem(size_t from_index, size_t to_index);
H A Dapp_list_folder_item.h87 size_t to_index,
H A Dapp_list_model.h137 size_t to_index,
H A Dapp_list_folder_item.cc226 size_t to_index,
228 if (from_index <= kNumFolderTopItems || to_index <= kNumFolderTopItems)
225 OnListItemMoved(size_t from_index, size_t to_index, AppListItem* item) argument
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fbench.c292 static double to_index; variable
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)
691 to_index
[all...]
/external/valgrind/main/perf/
H A Dfbench.c288 static double to_index; variable
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)
687 to_index
[all...]
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_observer.cc39 int to_index) {
37 TabMoved(WebContents* contents, int from_index, int to_index) argument
H A Dtab_strip_model_observer.h106 // The specified WebContents at |from_index| was moved to |to_index|.
109 int to_index);
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber.cc223 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)
221 TabStripMovedTab(TabStrip* tab_strip, int from_index, int to_index) argument
H A Dtab_scrubber.h65 int to_index) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dstartup_pages_handler.cc203 int to_index; local
205 CHECK(args->GetInteger(0, &to_index));
217 startup_custom_pages_table_model_->MoveURLs(to_index, index_list);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_model_builder.cc339 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) {
338 OnListItemMoved(size_t from_index, size_t to_index, app_list::AppListItem* item) argument
H A Dextension_app_model_builder.h88 size_t to_index,
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
H A Dtab_strip_model_observer_bridge.h48 int to_index) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_event_router.h60 int to_index) OVERRIDE;
H A Dtabs_event_router.cc368 int to_index) {
380 new FundamentalValue(to_index));
366 TabMoved(WebContents* contents, int from_index, int to_index) argument
/external/chromium_org/v8/src/
H A Ddebug-debugger.js1822 var to_index = kDefaultBacktraceLength;
1830 to_index = request.arguments.toFrame;
1834 from_index = total_frames - to_index;
1835 to_index = tmp_index;
1837 if (from_index < 0 || to_index < 0) {
1843 to_index = Math.min(total_frames, to_index);
1845 if (to_index <= from_index) {
1852 for (var i = from_index; i < to_index; i++) {
1857 toFrame: to_index,
[all...]
H A Darray.js302 var to_index = i + num_additional_args - 1;
308 array[to_index] = current;
310 delete array[to_index];
316 var to_index = i + num_additional_args;
322 array[to_index] = current;
324 delete array[to_index];
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.h374 size_t to_index,

Completed in 6446 milliseconds

12