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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.h

Issue 2012823003: Move IME related functions from WebFrame to WebLocalFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add CHECK in TextInputController::HasMarkedText() Created 4 years, 5 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
Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index 052dec55c90b4e55d8ec10db473c04b586946e37..82cde80036c857cd5e46decff5be5bf971238c29 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -82,33 +82,6 @@ public:
void dispatchWillSendRequest(WebURLRequest&) override;
WebURLLoader* createAssociatedURLLoader(const WebURLLoaderOptions&) override;
unsigned unloadListenerCount() const override;
- void insertText(const WebString&) override;
- void setMarkedText(const WebString&, unsigned location, unsigned length) override;
- void unmarkText() override;
- bool hasMarkedText() const override;
- WebRange markedRange() const override;
- bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const override;
- size_t characterIndexForPoint(const WebPoint&) const override;
- bool executeCommand(const WebString&) override;
- bool executeCommand(const WebString&, const WebString& value) override;
- bool isCommandEnabled(const WebString&) const override;
- void enableContinuousSpellChecking(bool) override;
- bool isContinuousSpellCheckingEnabled() const override;
- void requestTextChecking(const WebElement&) override;
- void removeSpellingMarkers() override;
- bool hasSelection() const override;
- WebRange selectionRange() const override;
- WebString selectionAsText() const override;
- WebString selectionAsMarkup() const override;
- bool selectWordAroundCaret() override;
- void selectRange(const WebPoint& base, const WebPoint& extent) override;
- void selectRange(const WebRange&) override;
- void moveRangeSelection(const WebPoint& base, const WebPoint& extent, WebFrame::TextGranularity = CharacterGranularity) override;
- void moveCaretSelection(const WebPoint&) override;
- bool setEditableSelectionOffsets(int start, int end) override;
- bool setCompositionFromExistingText(int compositionStart, int compositionEnd, const WebVector<WebCompositionUnderline>& underlines) override;
- void extendSelectionAndDelete(int before, int after) override;
- void setCaretVisible(bool) override;
int printBegin(const WebPrintParams&, const WebNode& constrainToNode) override;
float printPage(int pageToPrint, WebCanvas*) override;
float getPrintPageShrink(int page) override;
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp ('k') | third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698