HomeSort by relevance Sort by last modified time
    Searched refs:PostTaskToIOThread (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/signin/
signin_names_io_thread.h 62 void PostTaskToIOThread(int type, const base::string16& email);
signin_names_io_thread.cc 68 PostTaskToIOThread(type, UTF8ToUTF16(signin_details->username));
74 PostTaskToIOThread(type, UTF8ToUTF16(signout_details->username));
90 void SigninNamesOnIOThread::PostTaskToIOThread(

Completed in 53 milliseconds