OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CellSpan
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
CellSpan.java
27
public class
CellSpan
extends Activity {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h
41
class
CellSpan
{
43
CellSpan
(unsigned start, unsigned end)
266
CellSpan
fullTableRowSpan() const { return
CellSpan
(0, m_grid.size()); }
267
CellSpan
fullTableColumnSpan() const { return
CellSpan
(0, table()->columns().size()); }
272
CellSpan
dirtiedRows(const LayoutRect& repaintRect) const;
273
CellSpan
dirtiedColumns(const LayoutRect& repaintRect) const;
277
CellSpan
spannedRows(const LayoutRect& flippedRect) const;
278
CellSpan
spannedColumns(const LayoutRect& flippedRect) const
[
all
...]
Completed in 439 milliseconds