HomeSort by relevance Sort by last modified time
    Searched refs:cellRowSpan (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h 199 BLINK_EXPORT unsigned cellRowSpan() const;
  /external/chromium_org/content/renderer/accessibility/
accessibility_node_serializer.cc 442 dst->AddIntAttribute(dst->ATTR_TABLE_CELL_ROW_SPAN, src.cellRowSpan());
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 988 unsigned WebAXObject::cellRowSpan() const
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebAXObjectProxy.cpp 909 unsigned rowSpan = accessibilityObject().cellRowSpan();
    [all...]

Completed in 288 milliseconds