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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableCellElement.h67 inline bool isHTMLTableCellElement(const HTMLElement& element) function in namespace:blink
H A DHTMLTableElement.cpp246 if (isHTMLTableCellElement(*element))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp76 if (isHTMLTableCellElement(*node()))
84 if (isHTMLTableCellElement(*node()))
100 ASSERT(isHTMLTableCellElement(*node()));
H A DRenderObject.cpp2953 if (!isPositioned() && (isHTMLTableElement(*node) || isHTMLTableCellElement(*node)))
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTable.cpp233 if (isHTMLTableCellElement(*cellNode)) {
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleAdjuster.cpp306 if (isHTMLTableCellElement(element)) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dhtmlediting.cpp772 return r ? r->isTableCell() : isHTMLTableCellElement(*node);
H A Dmarkup.cpp448 return isHTMLTableCellElement(*node)

Completed in 757 milliseconds