Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1109)

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h

Issue 1373813002: Remove unused methods AXLayoutObject::ariaSelectedrows() and AXLayoutObject::ariaListboxSelectedChi… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
index 163580e41166fb99bb83a48b7194f08426ebf600..9a41d1651b705da4cea97ded61c130252886ca00 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
@@ -202,7 +202,6 @@ protected:
private:
AXObject* treeAncestorDisallowingChild() const;
- void ariaListboxSelectedChildren(AccessibilityChildrenVector&);
bool nodeIsTextControl(const Node*) const;
bool isTabItemSelected() const;
bool isValidSelectionBound(const AXObject*) const;
@@ -222,7 +221,6 @@ private:
void addRemoteSVGChildren();
void addInlineTextBoxChildren(bool force);
- void ariaSelectedRows(AccessibilityChildrenVector&);
bool elementAttributeValue(const QualifiedName&) const;
LayoutRect computeElementRect() const;
AXRange textControlSelection() const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698