Searched defs:touch_editable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura_browsertest.cc144 TouchEditableImplAura* touch_editable) {
145 return touch_editable->rwhva_;
149 TouchEditableImplAura* touch_editable) {
150 return touch_editable->touch_selection_controller_.get();
153 ui::TextInputType GetTextInputType(TouchEditableImplAura* touch_editable) { argument
154 return touch_editable->text_input_type_;
169 TestTouchEditableImplAura* touch_editable = new TestTouchEditableImplAura; local
170 view_aura->SetTouchEditableForTest(touch_editable);
177 touch_editable->Reset();
179 touch_editable
143 GetRenderWidgetHostViewAura( TouchEditableImplAura* touch_editable) argument
148 GetTouchSelectionController( TouchEditableImplAura* touch_editable) argument
220 TestTouchEditableImplAura* touch_editable = new TestTouchEditableImplAura; local
275 TestTouchEditableImplAura* touch_editable = new TestTouchEditableImplAura; local
331 TestTouchEditableImplAura* touch_editable = new TestTouchEditableImplAura; local
366 TestTouchEditableImplAura* touch_editable = new TestTouchEditableImplAura; local
404 TestTouchEditableImplAura* touch_editable = new TestTouchEditableImplAura; local
[all...]
H A Dweb_contents_view_aura.cc763 TouchEditableImplAura* touch_editable) {
764 touch_editable_.reset(touch_editable);
762 SetTouchEditableForTest( TouchEditableImplAura* touch_editable) argument

Completed in 77 milliseconds