chromium/ui/views/controls/textfield/textfield_test_api.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/views/controls/textfield/textfield_test_api.h"

#include "ui/gfx/geometry/rect.h"

namespace views {

TextfieldTestApi::TextfieldTestApi(Textfield* textfield)
    :{}

void TextfieldTestApi::UpdateContextMenu() {}

gfx::RenderText* TextfieldTestApi::GetRenderText() const {}

void TextfieldTestApi::CreateTouchSelectionControllerAndNotifyIt() {}

void TextfieldTestApi::ResetTouchSelectionController() {}

void TextfieldTestApi::SetCursorViewRect(gfx::Rect bounds) {}

bool TextfieldTestApi::ShouldShowCursor() const {}

int TextfieldTestApi::GetDisplayOffsetX() const {}

void TextfieldTestApi::SetDisplayOffsetX(int x) const {}

}  // namespace views