OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base_font_ref_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
platform_font_win.cc
68
PlatformFontWin::HFontRef* PlatformFontWin::
base_font_ref_
;
member in class:gfx::PlatformFontWin
209
if (
base_font_ref_
== NULL) {
219
base_font_ref_
= PlatformFontWin::CreateHFontRef(font);
220
//
base_font_ref_
is global, up the ref count so it's never deleted.
221
base_font_ref_
->AddRef();
223
return
base_font_ref_
;
platform_font_win.h
147
static HFontRef*
base_font_ref_
;
member in class:gfx::PlatformFontWin
Completed in 62 milliseconds