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

  /external/chromium_org/ppapi/shared_impl/
file_type_conversion.h 16 PPAPI_SHARED_EXPORT int PlatformFileErrorToPepperError(
file_type_conversion.cc 14 int PlatformFileErrorToPepperError(base::PlatformFileError error_code) {
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_flash_file_message_filter.cc 123 return ppapi::PlatformFileErrorToPepperError(
138 return ppapi::PlatformFileErrorToPepperError(error);
147 return ppapi::PlatformFileErrorToPepperError(
170 return ppapi::PlatformFileErrorToPepperError(
175 return ppapi::PlatformFileErrorToPepperError(result ?
186 return ppapi::PlatformFileErrorToPepperError(
191 return ppapi::PlatformFileErrorToPepperError(result ?
200 return ppapi::PlatformFileErrorToPepperError(
205 return ppapi::PlatformFileErrorToPepperError(result ?
215 return ppapi::PlatformFileErrorToPepperError(
    [all...]
pepper_external_file_ref_backend.cc 146 reply_context.params.set_result(ppapi::PlatformFileErrorToPepperError(error));
154 reply_context.params.set_result(ppapi::PlatformFileErrorToPepperError(error));
pepper_internal_file_ref_backend.cc 96 context.params.set_result(ppapi::PlatformFileErrorToPepperError(error));
189 reply_context.params.set_result(ppapi::PlatformFileErrorToPepperError(error));
222 context.params.set_result(ppapi::PlatformFileErrorToPepperError(error));
pepper_file_system_browser_host.cc 159 int32 pp_error = ppapi::PlatformFileErrorToPepperError(error);
  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.cc 90 int32 pp_error = ppapi::PlatformFileErrorToPepperError(error);
pepper_file_io_host.cc 504 ppapi::PlatformFileErrorToPepperError(error_code));
513 int32_t pp_error = ppapi::PlatformFileErrorToPepperError(error_code);
567 int32_t pp_error = ppapi::PlatformFileErrorToPepperError(error_code);
ppb_file_ref_impl.cc 119 int32_t pp_error = ppapi::PlatformFileErrorToPepperError(error_code);
139 int32_t pp_error = ppapi::PlatformFileErrorToPepperError(error_code);
212 callback->Run(ppapi::PlatformFileErrorToPepperError(error_code));

Completed in 69 milliseconds