Home
last modified time | relevance | path

Searched refs:empty_string_once (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/url/
Dgurl.cc47 static pthread_once_t empty_string_once = PTHREAD_ONCE_INIT; variable
56 pthread_once(&empty_string_once, EmptyStringForGURLOnce); in EmptyStringForGURL()