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

Unified Diff: public/web/WebRange.h

Issue 763043004: Remove some unused WebRange functions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | « Source/web/WebRange.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebRange.h
diff --git a/public/web/WebRange.h b/public/web/WebRange.h
index 2a27890162ea628178a0faf2b78376fd3bb646e4..ee752c915da23a850bb0926252c28f829e542fe1 100644
--- a/public/web/WebRange.h
+++ b/public/web/WebRange.h
@@ -62,14 +62,8 @@ public:
BLINK_EXPORT int startOffset() const;
BLINK_EXPORT int endOffset() const;
- BLINK_EXPORT WebNode startContainer(int& exceptionCode) const;
- BLINK_EXPORT WebNode endContainer(int& exceptionCode) const;
-
- BLINK_EXPORT WebString toHTMLText() const;
BLINK_EXPORT WebString toPlainText() const;
- BLINK_EXPORT WebRange expandedToParagraph() const;
-
BLINK_EXPORT static WebRange fromDocumentRange(WebLocalFrame*, int start, int length);
#if BLINK_IMPLEMENTATION
« no previous file with comments | « Source/web/WebRange.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698