Searched defs:GetCaretBounds (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/base/ime/
H A Ddummy_text_input_client.cc51 gfx::Rect DummyTextInputClient::GetCaretBounds() const { function in class:ui::DummyTextInputClient
H A Dremote_input_method_win_unittest.cc107 virtual gfx::Rect GetCaretBounds() const { function in class:ui::__anon16646::MockTextInputClient
/external/chromium_org/ui/views/controls/
H A Dprefix_selector.cc74 gfx::Rect PrefixSelector::GetCaretBounds() const { function in class:views::PrefixSelector
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/win8/metro_driver/ime/
H A Dtext_service.cc395 virtual RECT GetCaretBounds() { function in class:metro_driver::__anon17435::TextServiceImpl
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge.cc234 gfx::Rect InputMethodBridge::GetCaretBounds() const { function in class:views::InputMethodBridge
239 return client->GetCaretBounds();
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc996 return GetCaretBounds().bottom_right();
1423 gfx::Rect Textfield::GetCaretBounds() const { function in class:views::Textfield
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1532 gfx::Rect RenderWidgetHostViewAura::GetCaretBounds() const { function in class:content::RenderWidgetHostViewAura
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc1102 gfx::Rect PepperPluginInstanceImpl::GetCaretBounds() const { function in class:content::PepperPluginInstanceImpl

Completed in 292 milliseconds