Searched refs:touch_editable (Results 1 - 4 of 4) 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.h53 TouchEditableImplAura* touch_editable);
H A Dweb_contents_view_aura.cc763 TouchEditableImplAura* touch_editable) {
764 touch_editable_.reset(touch_editable);
762 SetTouchEditableForTest( TouchEditableImplAura* touch_editable) argument
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl_unittest.cc651 TestTouchEditable touch_editable(widget_->GetNativeView());
653 ui::TouchSelectionController::create(&touch_editable));
655 touch_editable.set_bounds(gfx::Rect(0, 0, 100, 20));
659 touch_editable.set_cursor_rect(gfx::Rect(2, 0, 1, 20));
665 touch_editable.set_cursor_rect(gfx::Rect(2, kBarMinHeight - 20, 1, 20));
671 touch_editable.set_cursor_rect(gfx::Rect(2, kBarMinHeight - 20 - 1, 1, 20));
677 touch_editable.set_cursor_rect(gfx::Rect(2, kBarBottomAllowance, 1, 20));
683 touch_editable.set_cursor_rect(gfx::Rect(2, kBarBottomAllowance + 1, 1, 20));

Completed in 123 milliseconds