Searched refs:CrxFileSystemCallback (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/examples/crxfs/
H A Dcrxfs.cc40 void CrxFileSystemCallback(int32_t pp_error, pp::FileSystem file_system);
71 factory_.NewCallbackWithOutput(&MyInstance::CrxFileSystemCallback);
80 void MyInstance::CrxFileSystemCallback(int32_t pp_error, function in class:MyInstance
83 ReportResponse("CrxFileSystemCallback", pp_error);

Completed in 922 milliseconds