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

  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 176 base::WaitableEvent* done_creating) {
179 done_creating->Signal();
184 void BlockFileThreadOnDirectoryCreate(base::WaitableEvent* done_creating) {
185 done_creating->Wait();
192 base::WaitableEvent* done_creating = new base::WaitableEvent(false, false); local
196 done_creating));
202 base::Owned(done_creating)));
    [all...]

Completed in 69 milliseconds