Home
last modified time | relevance | path

Searched defs:GridCoordinate (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DGridCoordinate.h118 struct GridCoordinate { struct
120 GridCoordinate() in GridCoordinate() function
126 GridCoordinate(const GridSpan& r, const GridSpan& c) in GridCoordinate() argument
146 typedef HashMap<String, GridCoordinate> NamedGridAreaMap; argument