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 122 TouchEditableImplAura* touch_editable) {
123 return touch_editable->rwhva_;
127 TouchEditableImplAura* touch_editable) {
128 return touch_editable->touch_selection_controller_.get();
131 ui::TextInputType GetTextInputType(TouchEditableImplAura* touch_editable) {
132 return touch_editable->text_input_type_;
147 TestTouchEditableImplAura* touch_editable = new TestTouchEditableImplAura; local
148 view_aura->SetTouchEditableForTest(touch_editable);
155 touch_editable->Reset();
157 touch_editable->WaitForSelectionChangeCallback()
198 TestTouchEditableImplAura* touch_editable = new TestTouchEditableImplAura; local
259 TestTouchEditableImplAura* touch_editable = new TestTouchEditableImplAura; local
296 TestTouchEditableImplAura* touch_editable = new TestTouchEditableImplAura; local
332 TestTouchEditableImplAura* touch_editable = new TestTouchEditableImplAura; local
    [all...]
web_contents_view_aura.h 53 TouchEditableImplAura* touch_editable);
web_contents_view_aura.cc 742 TouchEditableImplAura* touch_editable) {
743 touch_editable_.reset(touch_editable);
    [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 646 TestTouchEditable touch_editable(widget_->GetNativeView());
648 ui::TouchSelectionController::create(&touch_editable));
650 touch_editable.set_bounds(gfx::Rect(0, 0, 100, 20));
654 touch_editable.set_cursor_rect(gfx::Rect(2, 0, 1, 20));
660 touch_editable.set_cursor_rect(gfx::Rect(2, kBarMinHeight - 20, 1, 20));
666 touch_editable.set_cursor_rect(gfx::Rect(2, kBarMinHeight - 20 - 1, 1, 20));
672 touch_editable.set_cursor_rect(gfx::Rect(2, kBarBottomAllowance, 1, 20));
678 touch_editable.set_cursor_rect(gfx::Rect(2, kBarBottomAllowance + 1, 1, 20));

Completed in 215 milliseconds