OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caret_bounds_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/base/ime/
input_method_ibus_unittest.cc
280
return
caret_bounds_
;
346
caret_bounds_
= gfx::Rect();
371
gfx::Rect
caret_bounds_
;
member in class:ui::InputMethodIBusTest
572
// Test if the new |
caret_bounds_
| is correctly sent to ibus-daemon.
579
caret_bounds_
= gfx::Rect(1, 2, 3, 4);
584
caret_bounds_
= gfx::Rect(0, 2, 3, 4);
589
caret_bounds_
= gfx::Rect(0, 2, 3, 4); // unchanged
[
all
...]
remote_input_method_win_unittest.cc
55
caret_bounds_
= gfx::Rect();
65
caret_bounds_
= caret_bounds;
93
return
caret_bounds_
;
108
gfx::Rect
caret_bounds_
;
member in class:ui::__anon17489::MockTextInputClient
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc
295
if (
caret_bounds_
!= caret_rect) {
296
caret_bounds_
= caret_rect;
700
return
caret_bounds_
;
render_widget_host_view_views.h
209
gfx::Rect
caret_bounds_
;
member in class:RenderWidgetHostViewViews
Completed in 3074 milliseconds