OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnsureLayout
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ui/gfx/
render_text_pango.h
41
virtual void
EnsureLayout
() OVERRIDE;
render_text_mac.h
49
virtual void
EnsureLayout
() OVERRIDE;
77
// The Core Text line of text. Created by |
EnsureLayout
()|.
84
// Visual dimensions of the text. Computed by |
EnsureLayout
()|.
87
// Common baseline for this line of text. Computed by |
EnsureLayout
()|.
render_text_mac.cc
27
EnsureLayout
();
32
EnsureLayout
();
42
EnsureLayout
();
58
EnsureLayout
();
108
void RenderTextMac::
EnsureLayout
() {
render_text_pango.cc
83
EnsureLayout
();
95
EnsureLayout
();
124
EnsureLayout
();
141
EnsureLayout
();
225
EnsureLayout
();
273
EnsureLayout
();
302
void RenderTextPango::
EnsureLayout
() {
render_text_win.h
85
virtual void
EnsureLayout
() OVERRIDE;
render_text.cc
687
EnsureLayout
();
717
EnsureLayout
();
745
EnsureLayout
();
784
EnsureLayout
();
851
EnsureLayout
();
[
all
...]
render_text_win.cc
521
EnsureLayout
();
529
EnsureLayout
();
556
EnsureLayout
();
569
EnsureLayout
();
737
EnsureLayout
();
754
void RenderTextWin::
EnsureLayout
() {
[
all
...]
render_text.h
487
virtual void
EnsureLayout
() = 0;
673
// Lines computed by
EnsureLayout
. These should be invalidated with
render_text_unittest.cc
214
rt_linux->
EnsureLayout
();
[
all
...]
Completed in 101 milliseconds