OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_line_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/
render_text_pango.cc
72
current_line_
(NULL),
127
for (GSList* it =
current_line_
->runs; it; it = it->next) {
156
current_line_
->runs : g_slist_last(
current_line_
->runs);
176
run->next : GSListPrevious(
current_line_
->runs, run);
228
pango_layout_line_get_x_ranges(
current_line_
,
290
if (
current_line_
) {
291
pango_layout_line_unref(
current_line_
);
292
current_line_
= NULL;
333
current_line_
= pango_layout_get_line_readonly(layout_, 0)
334
CHECK_NE(static_cast<PangoLayoutLine*>(NULL),
current_line_
);
local
[
all
...]
render_text_pango.h
73
PangoLayoutLine*
current_line_
;
member in class:gfx::RenderTextPango
text_elider.cc
877
base::string16
current_line_
;
member in class:gfx::__anon17666::RectangleText
[
all
...]
Completed in 2640 milliseconds