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

Unified Diff: Source/core/rendering/HitTestResult.h

Issue 15179002: Remove code that is unused after ContextMenu cleanup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove canHandleRequest code from DRT Created 7 years, 7 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 | « Source/core/page/Settings.in ('k') | Source/core/rendering/HitTestResult.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/HitTestResult.h
diff --git a/Source/core/rendering/HitTestResult.h b/Source/core/rendering/HitTestResult.h
index c39102b62210aeace894be1aa8586371668864ce..e6136147fc153b8232d8e0e99b6d93467e1f87d4 100644
--- a/Source/core/rendering/HitTestResult.h
+++ b/Source/core/rendering/HitTestResult.h
@@ -95,30 +95,16 @@ public:
bool isSelected() const;
String spellingToolTip(TextDirection&) const;
String title(TextDirection&) const;
- String innerTextIfTruncated(TextDirection&) const;
String altDisplayString() const;
String titleDisplayString() const;
Image* image() const;
IntRect imageRect() const;
KURL absoluteImageURL() const;
- KURL absolutePDFURL() const;
KURL absoluteMediaURL() const;
KURL absoluteLinkURL() const;
String textContent() const;
bool isLiveLink() const;
bool isContentEditable() const;
- void toggleMediaControlsDisplay() const;
- void toggleMediaLoopPlayback() const;
- void enterFullscreenForVideo() const;
- bool mediaControlsEnabled() const;
- bool mediaLoopEnabled() const;
- bool mediaPlaying() const;
- bool mediaSupportsFullscreen() const;
- void toggleMediaPlayState() const;
- bool mediaHasAudio() const;
- bool mediaIsVideo() const;
- bool mediaMuted() const;
- void toggleMediaMuteState() const;
// Returns true if it is rect-based hit test and needs to continue until the rect is fully
// enclosed by the boundaries of a node.
« no previous file with comments | « Source/core/page/Settings.in ('k') | Source/core/rendering/HitTestResult.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698