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

Unified Diff: Source/core/dom/Node.h

Issue 1347893002: Add WebElement::isEditable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index f79902a4efdab957979f3e83e7e6e98ec124ca04..379b950331f6eb48835e1af9d91b3b462c045abc 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -416,8 +416,8 @@ public:
UserSelectAllDoesNotAffectEditability,
UserSelectAllIsAlwaysNonEditable
};
- bool isContentEditable(UserSelectAllTreatment = UserSelectAllDoesNotAffectEditability);
- bool isContentRichlyEditable();
+ bool isContentEditable(UserSelectAllTreatment = UserSelectAllDoesNotAffectEditability) const;
+ bool isContentRichlyEditable() const;
bool hasEditableStyle(EditableType editableType = ContentIsEditable, UserSelectAllTreatment treatment = UserSelectAllIsAlwaysNonEditable) const
{
« no previous file with comments | « no previous file | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698