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

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityTableRow.cpp57 if (!isTableRow())
69 bool AccessibilityTableRow::isTableRow() const function in class:WebCore::AccessibilityTableRow
92 if (!isTableRow())
109 if (!m_renderer || !m_renderer->isTableRow())
H A DAccessibilityObject.h333 virtual bool isTableRow() const { return false; } function in class:WebCore::AccessibilityObject
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableRow.h97 virtual bool isTableRow() const { return true; } function in class:WebCore::FINAL
120 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isTableRow());
126 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isTableRow());
H A DRenderObject.h356 virtual bool isTableRow() const { return false; } function in class:WebCore::RenderObject
384 bool isTablePart() const { return isTableCell() || isRenderTableCol() || isTableCaption() || isTableRow() || isTableSection(); }
489 if (isTable() || isTableRow() || isTableSection() || isRenderTableCol() || isFrameSet() || isFlexibleBox() || isRenderGrid())
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DDeleteSelectionCommand.cpp47 static bool isTableRow(const Node* node) function in namespace:WebCore
60 if (!isTableRow(row))
189 m_startTableRow = enclosingNodeOfType(start, &isTableRow);
190 m_endTableRow = enclosingNodeOfType(end, &isTableRow);

Completed in 153 milliseconds