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 25 // TouchEditableImplAura, public:
27 TouchEditableImplAura::~TouchEditableImplAura() {
32 TouchEditableImplAura* TouchEditableImplAura::Create() {
34 return new TouchEditableImplAura();
38 void TouchEditableImplAura::AttachToView(RenderWidgetHostViewAura* view) {
50 void TouchEditableImplAura::UpdateEditingController() {
63 void TouchEditableImplAura::OverscrollStarted() {
67 void TouchEditableImplAura::OverscrollCompleted()
    [all...]
touch_editable_impl_aura.h 27 class CONTENT_EXPORT TouchEditableImplAura
31 virtual ~TouchEditableImplAura();
33 static TouchEditableImplAura* Create();
75 TouchEditableImplAura();
111 DISALLOW_COPY_AND_ASSIGN(TouchEditableImplAura);
touch_editable_impl_aura_browsertest.cc 33 class TestTouchEditableImplAura : public TouchEditableImplAura {
55 TouchEditableImplAura::OnSelectionOrCursorChanged(anchor, focus);
63 TouchEditableImplAura::GestureEventAck(gesture_event_type);
70 TouchEditableImplAura::DidStopFlinging();
144 TouchEditableImplAura* touch_editable) {
149 TouchEditableImplAura* touch_editable) {
153 ui::TextInputType GetTextInputType(TouchEditableImplAura* touch_editable) {
web_contents_view_aura.h 35 class TouchEditableImplAura;
53 TouchEditableImplAura* touch_editable);
233 scoped_ptr<TouchEditableImplAura> touch_editable_;
web_contents_view_aura.cc 743 touch_editable_(TouchEditableImplAura::Create()),
763 TouchEditableImplAura* touch_editable) {
    [all...]

Completed in 249 milliseconds