OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tls_instance
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome_frame/
buggy_bho_handling.cc
107
BuggyBhoTls*
tls_instance
= s_bad_object_tls_.Get();
local
108
if (!
tls_instance
) {
109
tls_instance
= new BuggyBhoTls();
112
return
tls_instance
;
117
BuggyBhoTls*
tls_instance
= s_bad_object_tls_.Get();
local
118
if (
tls_instance
) {
119
delete
tls_instance
;
Completed in 3433 milliseconds