/external/chromium_org/chrome/browser/chromeos/input_method/ |
D | textinput_surroundingtext_browsertest.cc | 48 EXPECT_EQ(expected_range1, helper.GetSelectionRange()); in IN_PROC_BROWSER_TEST_F() 53 EXPECT_EQ(expected_range2, helper.GetSelectionRange()); in IN_PROC_BROWSER_TEST_F() 92 EXPECT_EQ(expected_range, helper.GetSelectionRange()); in IN_PROC_BROWSER_TEST_F() 114 EXPECT_EQ(zero_range, helper.GetSelectionRange()); in IN_PROC_BROWSER_TEST_F() 122 EXPECT_EQ(expected_range, helper.GetSelectionRange()); in IN_PROC_BROWSER_TEST_F() 130 EXPECT_EQ(zero_range, helper.GetSelectionRange()); in IN_PROC_BROWSER_TEST_F()
|
D | textinput_test_helper.cc | 58 gfx::Range TextInputTestHelper::GetSelectionRange() const { in GetSelectionRange() function in chromeos::TextInputTestHelper 108 !GetTextInputClient()->GetSelectionRange(&selection_range_)) in OnCaretBoundsChanged()
|
D | textinput_test_helper.h | 41 gfx::Range GetSelectionRange() const;
|
/external/chromium_org/ui/base/ime/ |
D | dummy_text_input_client.cc | 73 bool DummyTextInputClient::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in ui::DummyTextInputClient
|
D | text_input_client.h | 111 virtual bool GetSelectionRange(gfx::Range* range) const = 0;
|
D | dummy_text_input_client.h | 35 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
|
D | input_method_win.cc | 411 if (!client->GetSelectionRange(&target_range) || in OnDocumentFeed() 473 if (!client->GetSelectionRange(&selection_range) || in OnReconvertString()
|
D | input_method_chromeos.cc | 202 !GetTextInputClient()->GetSelectionRange(&selection_range)) { in OnCaretBoundsChanged()
|
D | input_method_chromeos_unittest.cc | 303 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE { in GetSelectionRange() function in ui::InputMethodChromeOSTest
|
/external/chromium_org/ui/views/ime/ |
D | input_method_bridge.cc | 267 bool InputMethodBridge::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in views::InputMethodBridge 269 return client ? client->GetSelectionRange(range) : false; in GetSelectionRange()
|
D | input_method_bridge.h | 69 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
|
/external/chromium_org/ui/views/controls/ |
D | prefix_selector.h | 44 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
|
D | prefix_selector.cc | 104 bool PrefixSelector::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in views::PrefixSelector
|
/external/chromium_org/ui/views/cocoa/ |
D | bridged_content_view.mm | 203 if (!textInputClient_->GetSelectionRange(&selectionRange)) 283 textInputClient_->GetSelectionRange(&range);
|
/external/chromium_org/content/browser/web_contents/ |
D | touch_editable_impl_aura.cc | 279 rwhva_->GetSelectionRange(&selection_range); in IsCommandIdEnabled()
|
/external/chromium_org/ui/views/controls/textfield/ |
D | textfield.h | 297 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
|
D | textfield.cc | 1473 bool Textfield::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in views::Textfield
|
D | textfield_unittest.cc | 1161 EXPECT_TRUE(client->GetSelectionRange(&range)); in TEST_F()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_aura.h | 262 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
|
D | render_widget_host_view_aura.cc | 1565 bool RenderWidgetHostViewAura::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in content::RenderWidgetHostViewAura
|