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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityARIAGridCell.h 47 virtual void columnIndexRange(pair<unsigned, unsigned>& columnRange) OVERRIDE;
AccessibilityTableCell.h 49 virtual void columnIndexRange(pair<unsigned, unsigned>& columnRange);
AccessibilityARIAGridCell.cpp 102 void AccessibilityARIAGridCell::columnIndexRange(pair<unsigned, unsigned>& columnRange)
AccessibilityTableCell.cpp 130 void AccessibilityTableCell::columnIndexRange(pair<unsigned, unsigned>& columnRange)
AccessibilityTable.cpp 492 tableCellChild->columnIndexRange(columnRange);
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_cocoa.h 61 @property(nonatomic, readonly) NSValue* columnIndexRange;
  /external/chromium_org/third_party/WebKit/Source/web/
WebAccessibilityObject.cpp 944 static_cast<WebCore::AccessibilityTableCell*>(m_private.get())->columnIndexRange(columnRange);
957 static_cast<WebCore::AccessibilityTableCell*>(m_private.get())->columnIndexRange(columnRange);

Completed in 32 milliseconds