HomeSort by relevance Sort by last modified time
    Searched defs:GetCaretBounds (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/views/controls/
prefix_selector.cc 74 gfx::Rect PrefixSelector::GetCaretBounds() {
76 // TextInputClient::GetCaretBounds is expected to return a value in screen
85 // in screen coordinates and GetCaretBounds returns screen coordinates.
86 *rect = GetCaretBounds();
  /external/chromium_org/ui/views/ime/
input_method_bridge.cc 160 gfx::Rect InputMethodBridge::GetCaretBounds() {
165 return client->GetCaretBounds();
  /external/chromium_org/ui/base/ime/win/
tsf_text_store_unittest.cc 33 MOCK_METHOD0(GetCaretBounds, gfx::Rect());
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 699 gfx::Rect RenderWidgetHostViewViews::GetCaretBounds() {
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 973 gfx::Rect NativeTextfieldViews::GetCaretBounds() {
974 // TextInputClient::GetCaretBounds is expected to return a value in screen
1001 // in screen coordinates and GetCaretBounds returns screen coordinates
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc     [all...]
render_widget_host_view_win.cc     [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]

Completed in 176 milliseconds