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

  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc 144 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) {
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->WaitForSelectionChangeCallback()
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...]
web_contents_view_aura.h 53 TouchEditableImplAura* touch_editable);
web_contents_view_aura.cc 763 TouchEditableImplAura* touch_editable) {
764 touch_editable_.reset(touch_editable);
    [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 651 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 179 milliseconds