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

  /external/chromium_org/ui/base/ime/
dummy_text_input_client.cc 55 bool DummyTextInputClient::GetCompositionCharacterBounds(
remote_input_method_win.cc 83 std::vector<gfx::Rect> GetCompositionCharacterBounds(
94 if (!client->GetCompositionCharacterBounds(i, &rect))
103 // GetCompositionCharacterBounds at all. crbug.com/133472
157 composition_character_bounds_ = GetCompositionCharacterBounds(client);
228 composition_character_bounds_ = GetCompositionCharacterBounds(client);
  /external/chromium_org/ui/views/controls/
prefix_selector.cc 82 bool PrefixSelector::GetCompositionCharacterBounds(uint32 index,
84 // TextInputClient::GetCompositionCharacterBounds is expected to fill |rect|
  /external/chromium_org/ui/views/ime/
input_method_bridge.cc 242 bool InputMethodBridge::GetCompositionCharacterBounds(uint32 index,
249 return client->GetCompositionCharacterBounds(index, rect);
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc     [all...]

Completed in 4256 milliseconds