Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dbrowser_message_loop.cc37 const bool has_more_work = DirectRunWork(delegate, &next_run_time); in Run() local
38 if (!has_more_work) in Run()