HomeSort by relevance Sort by last modified time
    Searched refs:GetTextRange (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/ui/base/ime/
dummy_text_input_client.cc 65 bool DummyTextInputClient::GetTextRange(gfx::Range* range) const {
dummy_text_input_client.h 33 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
text_input_client.h 103 virtual bool GetTextRange(gfx::Range* range) const = 0;
131 // is out of the text range returned by GetTextRange().
input_method_win.cc 402 if (!client->GetTextRange(&text_range) || text_range.is_empty())
469 if (!client->GetTextRange(&text_range) || text_range.is_empty())
input_method_chromeos.cc 200 if (!GetTextInputClient()->GetTextRange(&text_range) ||
input_method_chromeos_unittest.cc 296 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE {
    [all...]
  /external/chromium_org/ui/views/controls/
prefix_selector.h 42 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
prefix_selector.cc 94 bool PrefixSelector::GetTextRange(gfx::Range* range) const {
  /external/chromium_org/ui/views/ime/
input_method_bridge.h 67 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
input_method_bridge.cc 257 bool InputMethodBridge::GetTextRange(gfx::Range* range) const {
259 return client ? client->GetTextRange(range) : false;
  /external/chromium_org/ui/views/controls/textfield/
textfield_model.h 193 void GetTextRange(gfx::Range* range) const;
textfield.h 295 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
textfield.cc     [all...]
textfield_model.cc 550 void TextfieldModel::GetTextRange(gfx::Range* range) const {
textfield_model_unittest.cc 821 model.GetTextRange(&range);
848 model.GetTextRange(&range);
    [all...]
textfield_unittest.cc     [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 91 void GetTextRange(const CPDF_Rect& rect, FX_INT32 & nStartChar, FX_INT32 & nEndChar) const;
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.cc 105 if (!GetTextInputClient()->GetTextRange(&text_range) ||
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 260 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
render_widget_host_view_aura.cc     [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 708 void CPWL_EditCtrl::GetTextRange(const CPDF_Rect& rect, FX_INT32 & nStartChar, FX_INT32 & nEndChar) const

Completed in 479 milliseconds