#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 { … }
}