HomeSort by relevance Sort by last modified time
    Searched refs:GetCaretBounds (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/win8/metro_driver/ime/
text_store_delegate.h 43 virtual RECT GetCaretBounds() = 0;
text_service.cc 395 virtual RECT GetCaretBounds() {
text_store.cc 323 result = delegate_->GetCaretBounds();
345 // Hack for PPAPI flash. PPAPI flash does not support GetCaretBounds, so
349 result = delegate_->GetCaretBounds();
  /external/chromium_org/ui/base/ime/
dummy_text_input_client.cc 51 gfx::Rect DummyTextInputClient::GetCaretBounds() const {
dummy_text_input_client.h 29 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
text_input_client.h 81 virtual gfx::Rect GetCaretBounds() const = 0;
input_method_auralinux.cc 93 GetTextInputClient()->GetCaretBounds());
input_method_win.cc 161 const gfx::Rect dip_screen_bounds(GetTextInputClient()->GetCaretBounds());
165 // TODO(ime): see comment in TextInputClient::GetCaretBounds(), this
539 dip_rect = client->GetCaretBounds();
remote_input_method_win.cc 105 bounds.push_back(client->GetCaretBounds());
input_method_chromeos.cc 183 const gfx::Rect rect = GetTextInputClient()->GetCaretBounds();
input_method_chromeos_unittest.cc 285 virtual gfx::Rect GetCaretBounds() const OVERRIDE {
    [all...]
remote_input_method_win_unittest.cc 107 virtual gfx::Rect GetCaretBounds() const {
  /external/chromium_org/ui/views/controls/
prefix_selector.cc 74 gfx::Rect PrefixSelector::GetCaretBounds() const {
76 // TextInputClient::GetCaretBounds is expected to return a value in screen
85 // in screen coordinates and GetCaretBounds returns screen coordinates.
86 *rect = GetCaretBounds();
prefix_selector.h 38 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
  /external/chromium_org/content/renderer/
text_input_client_observer.cc 74 rect = render_view_impl_->focused_pepper_plugin()->GetCaretBounds();
  /external/chromium_org/ui/views/ime/
input_method_base.cc 88 gfx::Rect caret_bounds = client->GetCaretBounds();
input_method_bridge.h 63 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
input_method_bridge.cc 234 gfx::Rect InputMethodBridge::GetCaretBounds() const {
239 return client->GetCaretBounds();
  /external/chromium_org/ui/app_list/views/
folder_header_view.cc 170 folder_name_view_->GetCaretBounds().width();
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 279 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
textfield.cc 950 return GetCaretBounds().bottom_right();
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 245 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 209 gfx::Rect GetCaretBounds() const;
    [all...]
pepper_plugin_instance_impl.cc     [all...]

Completed in 389 milliseconds

1 2