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

Side by Side Diff: content/browser/android/content_view_core_impl.h

Issue 2460173003: Revert "Allow selection change update before beginBatchEdit" on M54 (Closed)
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_BROWSER_ANDROID_CONTENT_VIEW_CORE_IMPL_H_ 5 #ifndef CONTENT_BROWSER_ANDROID_CONTENT_VIEW_CORE_IMPL_H_
6 #define CONTENT_BROWSER_ANDROID_CONTENT_VIEW_CORE_IMPL_H_ 6 #define CONTENT_BROWSER_ANDROID_CONTENT_VIEW_CORE_IMPL_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <memory> 10 #include <memory>
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 void ForceUpdateImeAdapter(long native_ime_adapter); 329 void ForceUpdateImeAdapter(long native_ime_adapter);
330 void UpdateImeAdapter(long native_ime_adapter, 330 void UpdateImeAdapter(long native_ime_adapter,
331 int text_input_type, 331 int text_input_type,
332 int text_input_flags, 332 int text_input_flags,
333 const std::string& text, 333 const std::string& text,
334 int selection_start, 334 int selection_start,
335 int selection_end, 335 int selection_end,
336 int composition_start, 336 int composition_start,
337 int composition_end, 337 int composition_end,
338 bool show_ime_if_needed, 338 bool show_ime_if_needed,
339 bool is_non_ime_change, 339 bool is_non_ime_change);
340 bool in_batch_edit_mode);
341 void SetTitle(const base::string16& title); 340 void SetTitle(const base::string16& title);
342 void OnBackgroundColorChanged(SkColor color); 341 void OnBackgroundColorChanged(SkColor color);
343 342
344 bool HasFocus(); 343 bool HasFocus();
345 void RequestDisallowInterceptTouchEvent(); 344 void RequestDisallowInterceptTouchEvent();
346 void OnGestureEventAck(const blink::WebGestureEvent& event, 345 void OnGestureEventAck(const blink::WebGestureEvent& event,
347 InputEventAckState ack_result); 346 InputEventAckState ack_result);
348 bool FilterInputEvent(const blink::WebInputEvent& event); 347 bool FilterInputEvent(const blink::WebInputEvent& event);
349 void OnSelectionChanged(const std::string& text); 348 void OnSelectionChanged(const std::string& text);
350 void OnSelectionEvent(ui::SelectionEventType event, 349 void OnSelectionEvent(ui::SelectionEventType event,
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 scoped_refptr<GinJavaBridgeDispatcherHost> java_bridge_dispatcher_host_; 475 scoped_refptr<GinJavaBridgeDispatcherHost> java_bridge_dispatcher_host_;
477 476
478 DISALLOW_COPY_AND_ASSIGN(ContentViewCoreImpl); 477 DISALLOW_COPY_AND_ASSIGN(ContentViewCoreImpl);
479 }; 478 };
480 479
481 bool RegisterContentViewCore(JNIEnv* env); 480 bool RegisterContentViewCore(JNIEnv* env);
482 481
483 } // namespace content 482 } // namespace content
484 483
485 #endif // CONTENT_BROWSER_ANDROID_CONTENT_VIEW_CORE_IMPL_H_ 484 #endif // CONTENT_BROWSER_ANDROID_CONTENT_VIEW_CORE_IMPL_H_
OLDNEW
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698