Searched refs:EnsureLayout (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/gfx/
H A Drender_text_linux.h41 virtual void EnsureLayout() OVERRIDE;
H A Drender_text_mac.h48 virtual void EnsureLayout() OVERRIDE;
76 // The Core Text line of text. Created by |EnsureLayout()|.
83 // Visual dimensions of the text. Computed by |EnsureLayout()|.
86 // Common baseline for this line of text. Computed by |EnsureLayout()|.
H A Drender_text_linux.cc83 EnsureLayout();
95 EnsureLayout();
104 EnsureLayout();
133 EnsureLayout();
229 EnsureLayout();
277 EnsureLayout();
305 void RenderTextLinux::EnsureLayout() { function in class:gfx::RenderTextLinux
H A Drender_text_mac.cc27 EnsureLayout();
32 EnsureLayout();
42 EnsureLayout();
104 void RenderTextMac::EnsureLayout() { function in class:gfx::RenderTextMac
H A Drender_text_win.h85 virtual void EnsureLayout() OVERRIDE;
H A Drender_text_win.cc224 EnsureLayout();
229 EnsureLayout();
237 EnsureLayout();
264 EnsureLayout();
433 EnsureLayout();
450 void RenderTextWin::EnsureLayout() { function in class:gfx::RenderTextWin
H A Drender_text.cc635 EnsureLayout();
665 EnsureLayout();
689 EnsureLayout();
728 EnsureLayout();
794 EnsureLayout();
H A Drender_text.h410 virtual void EnsureLayout() = 0;
H A Drender_text_unittest.cc208 rt_linux->EnsureLayout();
1115 render_text->EnsureLayout();

Completed in 127 milliseconds