HomeSort by relevance Sort by last modified time
    Searched defs:RenderTextLinux (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
render_text_linux.h 15 // RenderTextLinux is the Linux implementation of RenderText using Pango.
16 class RenderTextLinux : public RenderText {
18 RenderTextLinux();
19 virtual ~RenderTextLinux();
83 DISALLOW_COPY_AND_ASSIGN(RenderTextLinux);
render_text_linux.cc 70 RenderTextLinux::RenderTextLinux()
78 RenderTextLinux::~RenderTextLinux() {
82 Size RenderTextLinux::GetStringSize() {
94 int RenderTextLinux::GetBaseline() {
103 SelectionModel RenderTextLinux::FindCursorPosition(const Point& point) {
132 std::vector<RenderText::FontSpan> RenderTextLinux::GetFontSpansForTesting() {
149 SelectionModel RenderTextLinux::AdjacentCharSelectionModel(
189 SelectionModel RenderTextLinux::AdjacentWordSelectionModel
    [all...]

Completed in 1195 milliseconds