HomeSort by relevance Sort by last modified time
    Searched full:set_active_url (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/common/
child_process_logging_win.cc 43 static MainSetActiveURL set_active_url = NULL; local
44 // note: benign race condition on set_active_url.
45 if (!set_active_url) {
49 set_active_url = reinterpret_cast<MainSetActiveURL>(
51 if (!set_active_url)
55 (set_active_url)(UTF8ToWide(url.possibly_invalid_spec()).c_str());

Completed in 26 milliseconds