TouchEditableImplAura   28 content/browser/web_contents/touch_editable_impl_aura.cc TouchEditableImplAura::~TouchEditableImplAura() {
TouchEditableImplAura   33 content/browser/web_contents/touch_editable_impl_aura.cc TouchEditableImplAura* TouchEditableImplAura::Create() {
TouchEditableImplAura   35 content/browser/web_contents/touch_editable_impl_aura.cc     return new TouchEditableImplAura();
TouchEditableImplAura   39 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::AttachToView(RenderWidgetHostViewAura* view) {
TouchEditableImplAura   51 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::UpdateEditingController() {
TouchEditableImplAura   72 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::OverscrollStarted() {
TouchEditableImplAura   76 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::OverscrollCompleted() {
TouchEditableImplAura   99 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::StartTouchEditing() {
TouchEditableImplAura  111 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::EndTouchEditing(bool quick) {
TouchEditableImplAura  122 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::OnSelectionOrCursorChanged(const gfx::Rect& anchor,
TouchEditableImplAura  129 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::OnTextInputTypeChanged(ui::TextInputType type) {
TouchEditableImplAura  133 content/browser/web_contents/touch_editable_impl_aura.cc bool TouchEditableImplAura::HandleInputEvent(const ui::Event* event) {
TouchEditableImplAura  204 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::GestureEventAck(int gesture_event_type) {
TouchEditableImplAura  223 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::OnViewDestroyed() {
TouchEditableImplAura  230 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::SelectRect(const gfx::Point& start,
TouchEditableImplAura  239 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::MoveCaretTo(const gfx::Point& point) {
TouchEditableImplAura  248 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::GetSelectionEndPoints(gfx::Rect* p1,
TouchEditableImplAura  254 content/browser/web_contents/touch_editable_impl_aura.cc gfx::Rect TouchEditableImplAura::GetBounds() {
TouchEditableImplAura  259 content/browser/web_contents/touch_editable_impl_aura.cc gfx::NativeView TouchEditableImplAura::GetNativeView() const {
TouchEditableImplAura  263 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::ConvertPointToScreen(gfx::Point* point) {
TouchEditableImplAura  273 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::ConvertPointFromScreen(gfx::Point* point) {
TouchEditableImplAura  283 content/browser/web_contents/touch_editable_impl_aura.cc bool TouchEditableImplAura::DrawsHandles() {
TouchEditableImplAura  287 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::OpenContextMenu(const gfx::Point& anchor) {
TouchEditableImplAura  297 content/browser/web_contents/touch_editable_impl_aura.cc bool TouchEditableImplAura::IsCommandIdChecked(int command_id) const {
TouchEditableImplAura  302 content/browser/web_contents/touch_editable_impl_aura.cc bool TouchEditableImplAura::IsCommandIdEnabled(int command_id) const {
TouchEditableImplAura  329 content/browser/web_contents/touch_editable_impl_aura.cc bool TouchEditableImplAura::GetAcceleratorForCommandId(
TouchEditableImplAura  335 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::ExecuteCommand(int command_id, int event_flags) {
TouchEditableImplAura  365 content/browser/web_contents/touch_editable_impl_aura.cc TouchEditableImplAura::TouchEditableImplAura()
TouchEditableImplAura  375 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::Cleanup() {
TouchEditableImplAura  387 content/browser/web_contents/touch_editable_impl_aura.cc RenderFrameHost* TouchEditableImplAura::GetFocusedFrame() {
TouchEditableImplAura   28 content/browser/web_contents/touch_editable_impl_aura.h class CONTENT_EXPORT TouchEditableImplAura
TouchEditableImplAura   32 content/browser/web_contents/touch_editable_impl_aura.h   virtual ~TouchEditableImplAura();
TouchEditableImplAura   34 content/browser/web_contents/touch_editable_impl_aura.h   static TouchEditableImplAura* Create();
TouchEditableImplAura   74 content/browser/web_contents/touch_editable_impl_aura.h   TouchEditableImplAura();
TouchEditableImplAura  116 content/browser/web_contents/touch_editable_impl_aura.h   DISALLOW_COPY_AND_ASSIGN(TouchEditableImplAura);
TouchEditableImplAura   31 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc class TestTouchEditableImplAura : public TouchEditableImplAura {
TouchEditableImplAura   49 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     TouchEditableImplAura::OnSelectionOrCursorChanged(anchor, focus);
TouchEditableImplAura   56 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     TouchEditableImplAura::GestureEventAck(gesture_event_type);
TouchEditableImplAura  652 content/browser/web_contents/web_contents_view_aura.cc       touch_editable_(TouchEditableImplAura::Create()) {
TouchEditableImplAura  675 content/browser/web_contents/web_contents_view_aura.cc     TouchEditableImplAura* touch_editable) {
TouchEditableImplAura   33 content/browser/web_contents/web_contents_view_aura.h class TouchEditableImplAura;
TouchEditableImplAura   51 content/browser/web_contents/web_contents_view_aura.h   void SetTouchEditableForTest(TouchEditableImplAura* touch_editable);
TouchEditableImplAura  222 content/browser/web_contents/web_contents_view_aura.h   scoped_ptr<TouchEditableImplAura> touch_editable_;