OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RenderTextLinux
(Results
1 - 3
of
3
) 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
...]
render_text_unittest.cc
207
RenderTextLinux
* rt_linux = static_cast<
RenderTextLinux
*>(render_text.get());
[
all
...]
Completed in 116 milliseconds