Searched refs:column_index (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dsimple_grid_layout.h124 Column* GetColumn(int column_index) { argument
125 DCHECK(column_index >=0 && column_index < num_columns());
126 return columns_[column_index];
130 float ColumnLocation(int column_index);
/external/chromium_org/ui/views/controls/table/
H A Dtable_header.h44 ColumnResizeDetails() : column_index(0), initial_x(0), initial_width(0) {}
47 int column_index; member in struct:views::TableHeader::ColumnResizeDetails
H A Dtable_header.cc195 table_->SetVisibleColumnWidth(resize_details_->column_index,
231 resize_details_->column_index = index;
245 resize_details_->column_index,
/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer_test.cc132 int column_index = 0; local
134 jacobian_matrix.col(column_index++) <<
141 jacobian_matrix.col(column_index++) <<
149 jacobian_matrix.col(column_index++) <<
157 jacobian_matrix.col(column_index++) <<
167 int column_index = 0; local
169 gradient[column_index++] = f1 + f4 * sqrt(10.0) * 2.0 * (x1 - x4);
173 gradient[column_index++] = f1 * 10.0 + f3 * 2.0 * (x2 - 2.0 * x3);
177 gradient[column_index++] =
182 gradient[column_index
[all...]
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter_win.cc47 "column_index",
179 LONG column_index; local
180 if (acc_obj->get_columnIndex(&column_index) == S_OK)
181 dict->SetInteger("column_index", column_index);
H A Dbrowser_accessibility_win.h296 long column_index,
311 long* column_index);
420 CONTENT_EXPORT STDMETHODIMP get_columnIndex(long* column_index);
H A Dbrowser_accessibility_win.cc1217 long* column_index) {
1221 if (!column_index)
1239 *column_index = col_index;
1708 STDMETHODIMP BrowserAccessibilityWin::get_columnIndex(long* column_index) { argument
1712 if (!column_index)
1718 *column_index = column;
1833 long* column_index,
1841 !column_index ||
1860 *column_index = column;
1216 get_columnIndex(long cell_index, long* column_index) argument
1831 get_rowColumnExtents( long* row_index, long* column_index, long* row_extents, long* column_extents, boolean* is_selected) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc894 unsigned column_index = accessibility_object_.cellColumnIndex(); local
896 return base::StringPrintf("{%d, %d}", column_index, column_span);

Completed in 308 milliseconds