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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableElement.h104 inline bool isHTMLTableElement(const Node* node) function in namespace:WebCore
109 inline bool isHTMLTableElement(const Element* element) function in namespace:WebCore
116 ASSERT_WITH_SECURITY_IMPLICATION(!node || isHTMLTableElement(node));

Completed in 69 milliseconds