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

Side by Side Diff: third_party/WebKit/public/web/WebView.h

Issue 2608293002: [reland, refactor] - Move textInputInfo() and textInputType() from WebWidget to WebInputMethodContr… (Closed)
Patch Set: Addressing wjmaclean@'s comments Created 3 years, 11 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009, 2010, 2011, 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2009, 2010, 2011, 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 using WebWidget::layoutAndPaintAsync; 89 using WebWidget::layoutAndPaintAsync;
90 using WebWidget::compositeAndReadbackAsync; 90 using WebWidget::compositeAndReadbackAsync;
91 using WebWidget::themeChanged; 91 using WebWidget::themeChanged;
92 using WebWidget::handleInputEvent; 92 using WebWidget::handleInputEvent;
93 using WebWidget::setCursorVisibilityState; 93 using WebWidget::setCursorVisibilityState;
94 using WebWidget::hasTouchEventHandlersAt; 94 using WebWidget::hasTouchEventHandlersAt;
95 using WebWidget::applyViewportDeltas; 95 using WebWidget::applyViewportDeltas;
96 using WebWidget::mouseCaptureLost; 96 using WebWidget::mouseCaptureLost;
97 using WebWidget::setFocus; 97 using WebWidget::setFocus;
98 using WebWidget::compositionRange; 98 using WebWidget::compositionRange;
99 using WebWidget::textInputInfo;
100 using WebWidget::textInputType;
101 using WebWidget::selectionBounds; 99 using WebWidget::selectionBounds;
102 using WebWidget::selectionTextDirection; 100 using WebWidget::selectionTextDirection;
103 using WebWidget::isSelectionAnchorFirst; 101 using WebWidget::isSelectionAnchorFirst;
104 using WebWidget::caretOrSelectionRange; 102 using WebWidget::caretOrSelectionRange;
105 using WebWidget::setTextDirection; 103 using WebWidget::setTextDirection;
106 using WebWidget::isAcceleratedCompositingActive; 104 using WebWidget::isAcceleratedCompositingActive;
107 using WebWidget::isWebView; 105 using WebWidget::isWebView;
108 using WebWidget::isPagePopup; 106 using WebWidget::isPagePopup;
109 using WebWidget::willCloseLayerTreeView; 107 using WebWidget::willCloseLayerTreeView;
110 using WebWidget::didAcquirePointerLock; 108 using WebWidget::didAcquirePointerLock;
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 // completed. 495 // completed.
498 WebWidget* widget() { return this; } 496 WebWidget* widget() { return this; }
499 497
500 protected: 498 protected:
501 ~WebView() {} 499 ~WebView() {}
502 }; 500 };
503 501
504 } // namespace blink 502 } // namespace blink
505 503
506 #endif 504 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/public/web/WebLocalFrame.h ('k') | third_party/WebKit/public/web/WebWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698