GetCaretBounds    261 content/browser/renderer_host/render_widget_host_view_aura.h   virtual gfx::Rect GetCaretBounds() const OVERRIDE;
GetCaretBounds    206 content/renderer/pepper/pepper_plugin_instance_impl.h   gfx::Rect GetCaretBounds() const;
GetCaretBounds   4165 content/renderer/render_view_impl.cc     gfx::Rect caret = focused_pepper_plugin_->GetCaretBounds();
GetCaretBounds     74 content/renderer/text_input_client_observer.cc     rect = render_view_impl_->focused_pepper_plugin()->GetCaretBounds();
GetCaretBounds     29 ui/base/ime/dummy_text_input_client.h   virtual gfx::Rect GetCaretBounds() const OVERRIDE;
GetCaretBounds    124 ui/base/ime/input_method_auralinux.cc       GetTextInputClient()->GetCaretBounds());
GetCaretBounds    166 ui/base/ime/input_method_chromeos.cc   const gfx::Rect rect = GetTextInputClient()->GetCaretBounds();
GetCaretBounds    158 ui/base/ime/input_method_win.cc   gfx::Rect screen_bounds(GetTextInputClient()->GetCaretBounds());
GetCaretBounds    532 ui/base/ime/input_method_win.cc     rect = client->GetCaretBounds();
GetCaretBounds    105 ui/base/ime/remote_input_method_win.cc     bounds.push_back(client->GetCaretBounds());
GetCaretBounds     77 ui/base/ime/text_input_client.h   virtual gfx::Rect GetCaretBounds() const = 0;
GetCaretBounds     86 ui/views/controls/prefix_selector.cc   *rect = GetCaretBounds();
GetCaretBounds     38 ui/views/controls/prefix_selector.h   virtual gfx::Rect GetCaretBounds() const OVERRIDE;
GetCaretBounds    898 ui/views/controls/textfield/textfield.cc   return GetCaretBounds().bottom_right();
GetCaretBounds    262 ui/views/controls/textfield/textfield.h   virtual gfx::Rect GetCaretBounds() const OVERRIDE;
GetCaretBounds     88 ui/views/ime/input_method_base.cc   gfx::Rect caret_bounds = client->GetCaretBounds();
GetCaretBounds    239 ui/views/ime/input_method_bridge.cc   return client->GetCaretBounds();
GetCaretBounds     63 ui/views/ime/input_method_bridge.h   virtual gfx::Rect GetCaretBounds() const OVERRIDE;
GetCaretBounds    323 win8/metro_driver/ime/text_store.cc         result = delegate_->GetCaretBounds();
GetCaretBounds    349 win8/metro_driver/ime/text_store.cc         result = delegate_->GetCaretBounds();
GetCaretBounds     43 win8/metro_driver/ime/text_store_delegate.h   virtual RECT GetCaretBounds() = 0;