OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
220
if (
base_font_ref_
== NULL) {
230
base_font_ref_
= PlatformFontWin::CreateHFontRef(font);
231
//
base_font_ref_
is global, up the ref count so it's never deleted.
232
base_font_ref_
->AddRef();
234
return
base_font_ref_
;
platform_font_win.h
152
static HFontRef*
base_font_ref_
;
member in class:gfx::PlatformFontWin
Completed in 1089 milliseconds