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

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

Issue 1999423002: tyrbot test for commitText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SetHasCompositionTextToTrue Created 4 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebPlugin.h ('k') | third_party/WebKit/public/web/WebWidget.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 using WebWidget::layoutAndPaintAsync; 91 using WebWidget::layoutAndPaintAsync;
92 using WebWidget::compositeAndReadbackAsync; 92 using WebWidget::compositeAndReadbackAsync;
93 using WebWidget::themeChanged; 93 using WebWidget::themeChanged;
94 using WebWidget::handleInputEvent; 94 using WebWidget::handleInputEvent;
95 using WebWidget::setCursorVisibilityState; 95 using WebWidget::setCursorVisibilityState;
96 using WebWidget::hasTouchEventHandlersAt; 96 using WebWidget::hasTouchEventHandlersAt;
97 using WebWidget::applyViewportDeltas; 97 using WebWidget::applyViewportDeltas;
98 using WebWidget::mouseCaptureLost; 98 using WebWidget::mouseCaptureLost;
99 using WebWidget::setFocus; 99 using WebWidget::setFocus;
100 using WebWidget::setComposition; 100 using WebWidget::setComposition;
101 using WebWidget::confirmComposition; 101 using WebWidget::commitText;
102 using WebWidget::finishComposingText;
102 using WebWidget::compositionRange; 103 using WebWidget::compositionRange;
103 using WebWidget::textInputInfo; 104 using WebWidget::textInputInfo;
104 using WebWidget::textInputType; 105 using WebWidget::textInputType;
105 using WebWidget::selectionBounds; 106 using WebWidget::selectionBounds;
106 using WebWidget::selectionTextDirection; 107 using WebWidget::selectionTextDirection;
107 using WebWidget::isSelectionAnchorFirst; 108 using WebWidget::isSelectionAnchorFirst;
108 using WebWidget::caretOrSelectionRange; 109 using WebWidget::caretOrSelectionRange;
109 using WebWidget::setTextDirection; 110 using WebWidget::setTextDirection;
110 using WebWidget::isAcceleratedCompositingActive; 111 using WebWidget::isAcceleratedCompositingActive;
111 using WebWidget::isWebView; 112 using WebWidget::isWebView;
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 // completed. 529 // completed.
529 WebWidget* widget() { return this; } 530 WebWidget* widget() { return this; }
530 531
531 protected: 532 protected:
532 ~WebView() {} 533 ~WebView() {}
533 }; 534 };
534 535
535 } // namespace blink 536 } // namespace blink
536 537
537 #endif 538 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/public/web/WebPlugin.h ('k') | third_party/WebKit/public/web/WebWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698