Searched refs:GetSurroundingText (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dtextinput_surroundingtext_browsertest.cc47 EXPECT_EQ(sample_text1, helper.GetSurroundingText());
52 EXPECT_EQ(surrounding_text2, helper.GetSurroundingText());
91 EXPECT_EQ(sample_text, helper.GetSurroundingText());
113 EXPECT_TRUE(helper.GetSurroundingText().empty());
121 EXPECT_EQ(expected_text, helper.GetSurroundingText());
129 EXPECT_TRUE(helper.GetSurroundingText().empty());
H A Dtextinput_test_helper.h38 base::string16 GetSurroundingText() const;
H A Dtextinput_test_helper.cc46 base::string16 TextInputTestHelper::GetSurroundingText() const { function in class:chromeos::TextInputTestHelper
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.h221 void GetSurroundingText(base::string16* text, gfx::Range* range) const;
H A Dpepper_plugin_instance_impl.cc1085 void PepperPluginInstanceImpl::GetSurroundingText(base::string16* text, function in class:content::PepperPluginInstanceImpl
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc3744 render_view_->focused_pepper_plugin_->GetSurroundingText(&text, &range);

Completed in 5408 milliseconds