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

  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 23 // TouchEditableImplAura, public:
25 TouchEditableImplAura::~TouchEditableImplAura() {
30 TouchEditableImplAura* TouchEditableImplAura::Create() {
32 return new TouchEditableImplAura();
36 void TouchEditableImplAura::AttachToView(RenderWidgetHostViewAura* view) {
48 void TouchEditableImplAura::UpdateEditingController() {
69 void TouchEditableImplAura::OverscrollStarted() {
73 void TouchEditableImplAura::OverscrollCompleted()
    [all...]
touch_editable_impl_aura.h 26 class CONTENT_EXPORT TouchEditableImplAura
30 virtual ~TouchEditableImplAura();
32 static TouchEditableImplAura* Create();
72 TouchEditableImplAura();
112 DISALLOW_COPY_AND_ASSIGN(TouchEditableImplAura);
web_contents_view_aura.h 31 class TouchEditableImplAura;
49 void SetTouchEditableForTest(TouchEditableImplAura* touch_editable);
230 scoped_ptr<TouchEditableImplAura> touch_editable_;
touch_editable_impl_aura_browsertest.cc 31 class TestTouchEditableImplAura : public TouchEditableImplAura {
49 TouchEditableImplAura::OnSelectionOrCursorChanged(anchor, focus);
56 TouchEditableImplAura::GestureEventAck(gesture_event_type);
web_contents_view_aura.cc 793 touch_editable_(TouchEditableImplAura::Create()) {
818 TouchEditableImplAura* touch_editable) {
    [all...]

Completed in 93 milliseconds