Searched defs:HTMLDimension (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDimension.h41 class HTMLDimension { class in namespace:blink
47 HTMLDimension() function in class:blink::HTMLDimension
53 HTMLDimension(double value, HTMLDimensionType type) function in class:blink::HTMLDimension
67 bool operator==(const HTMLDimension& other) const
71 bool operator!=(const HTMLDimension& other) const { return !(*this == other); }
78 Vector<HTMLDimension> parseListOfDimensions(const String&);

Completed in 67 milliseconds