GetCompositionTextRange  266 content/browser/renderer_host/render_widget_host_view_aura.h   virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
GetCompositionTextRange   34 ui/base/ime/dummy_text_input_client.h   virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
GetCompositionTextRange  405 ui/base/ime/input_method_win.cc     result = client->GetCompositionTextRange(&target_range);
GetCompositionTextRange   91 ui/base/ime/remote_input_method_win.cc     if (client->GetCompositionTextRange(&range)) {
GetCompositionTextRange   99 ui/base/ime/text_input_client.h   virtual bool GetCompositionTextRange(gfx::Range* range) const = 0;
GetCompositionTextRange   43 ui/views/controls/prefix_selector.h   virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
GetCompositionTextRange 1354 ui/views/controls/textfield/textfield.cc   model_->GetCompositionTextRange(range);
GetCompositionTextRange  267 ui/views/controls/textfield/textfield.h   virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
GetCompositionTextRange  222 ui/views/controls/textfield/textfield_model.h   void GetCompositionTextRange(gfx::Range* range) const;
GetCompositionTextRange  855 ui/views/controls/textfield/textfield_model_unittest.cc   model.GetCompositionTextRange(&range);
GetCompositionTextRange 1090 ui/views/controls/textfield/textfield_unittest.cc   EXPECT_TRUE(client->GetCompositionTextRange(&range));
GetCompositionTextRange  264 ui/views/ime/input_method_bridge.cc   return client ? client->GetCompositionTextRange(range) : false;
GetCompositionTextRange   68 ui/views/ime/input_method_bridge.h   virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;