HomeSort by relevance Sort by last modified time
    Searched refs:PlatformFileErrorToPepperError (Results 1 - 8 of 8) 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 116 return ppapi::PlatformFileErrorToPepperError(
131 return ppapi::PlatformFileErrorToPepperError(error);
140 return ppapi::PlatformFileErrorToPepperError(
163 return ppapi::PlatformFileErrorToPepperError(
168 return ppapi::PlatformFileErrorToPepperError(result ?
179 return ppapi::PlatformFileErrorToPepperError(
184 return ppapi::PlatformFileErrorToPepperError(result ?
193 return ppapi::PlatformFileErrorToPepperError(
198 return ppapi::PlatformFileErrorToPepperError(result ?
208 return ppapi::PlatformFileErrorToPepperError(
    [all...]
pepper_external_file_ref_backend.cc 137 reply_context.params.set_result(ppapi::PlatformFileErrorToPepperError(error));
145 reply_context.params.set_result(ppapi::PlatformFileErrorToPepperError(error));
pepper_internal_file_ref_backend.cc 89 context.params.set_result(ppapi::PlatformFileErrorToPepperError(error));
183 reply_context.params.set_result(ppapi::PlatformFileErrorToPepperError(error));
216 context.params.set_result(ppapi::PlatformFileErrorToPepperError(error));
pepper_file_io_host.cc 545 ppapi::PlatformFileErrorToPepperError(error_code));
555 int32_t pp_error = ppapi::PlatformFileErrorToPepperError(error_code);
585 int32_t pp_error = ppapi::PlatformFileErrorToPepperError(error_code);
pepper_file_system_browser_host.cc 262 int32 pp_error = ppapi::PlatformFileErrorToPepperError(error);
342 int32 pp_error = ppapi::PlatformFileErrorToPepperError(error);
  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.cc 86 int32 pp_error = ppapi::PlatformFileErrorToPepperError(error);

Completed in 94 milliseconds