Home
last modified time | relevance | path

Searched refs:PP_ERROR_NOTSUPPORTED (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/ppapi/proxy/
Dfile_mapping_resource_win.cc22 map_result.result = PP_ERROR_NOTSUPPORTED; in DoMapBlocking()
30 return PP_ERROR_NOTSUPPORTED; in DoUnmapBlocking()
Dppb_audio_proxy.cc119 return PP_ERROR_NOTSUPPORTED; // Don't proxy the trusted interface. in Open()
123 return PP_ERROR_NOTSUPPORTED; // Don't proxy the trusted interface. in GetSyncSocket()
127 return PP_ERROR_NOTSUPPORTED; // Don't proxy the trusted interface. in GetSharedMemory()
Dmedia_stream_audio_track_resource.cc71 return PP_ERROR_NOTSUPPORTED; in Configure()
94 return PP_ERROR_NOTSUPPORTED; in GetAttrib()
Dppb_buffer_proxy.cc64 return PP_ERROR_NOTSUPPORTED; in GetSharedMemory()
Dwebsocket_resource.cc251 return PP_ERROR_NOTSUPPORTED; in SendMessage()
280 return PP_ERROR_NOTSUPPORTED; in SendMessage()
Dmedia_stream_video_track_resource.cc105 return PP_ERROR_NOTSUPPORTED; in GetAttrib()
/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_isolated_file_system_message_filter.cc171 return PP_ERROR_NOTSUPPORTED; in OpenCrxFileSystem()
182 return PP_ERROR_NOTSUPPORTED; in OpenCrxFileSystem()
Dpepper_output_protection_message_filter.cc303 return PP_ERROR_NOTSUPPORTED; in OnQueryStatus()
320 return PP_ERROR_NOTSUPPORTED; in OnEnableProtection()
Dpepper_talk_host.cc113 reply.params.set_result(PP_ERROR_NOTSUPPORTED); in StartRemotingOnUIThread()
/external/chromium_org/ppapi/c/
Dpp_errors.h81 PP_ERROR_NOTSUPPORTED = -12, enumerator
/external/chromium_org/ppapi/host/
Dresource_message_handler.cc61 return PP_ERROR_NOTSUPPORTED; in OnResourceMessageReceived()
Derror_conversion.cc38 return PP_ERROR_NOTSUPPORTED; in NetErrorToPepperError()
/external/chromium_org/ppapi/cpp/
Dfile_ref.cc124 return cc.MayForce(PP_ERROR_NOTSUPPORTED); in MakeDirectory()
132 return cc.MayForce(PP_ERROR_NOTSUPPORTED); in MakeDirectory()
Dvideo_decoder.cc57 return cc.MayForce(PP_ERROR_NOTSUPPORTED); in Initialize()
Dcompositor_layer.cc73 return cc.MayForce(PP_ERROR_NOTSUPPORTED); in SetTexture()
Dinstance.cc180 return PP_ERROR_NOTSUPPORTED; in RegisterMessageHandler()
/external/chromium_org/ppapi/shared_impl/
Dppb_instance_shared.cc55 return PP_ERROR_NOTSUPPORTED; in ValidateRequestInputEvents()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dpepper_interface.cc83 case PP_ERROR_NOTSUPPORTED: return ENOSYS; in PPErrorToErrno()
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_print_settings_manager.cc102 PP_ERROR_NOTSUPPORTED);
/external/chromium_org/content/renderer/pepper/
Dpepper_video_decoder_host.cc143 return PP_ERROR_NOTSUPPORTED; in OnHostMsgInitialize()
147 return PP_ERROR_NOTSUPPORTED; in OnHostMsgInitialize()
Dpepper_websocket_host.cc265 return PP_ERROR_NOTSUPPORTED; in OnHostMsgConnect()
/external/chromium_org/ppapi/thunk/
Dppb_flash_thunk.cc117 return PP_ERROR_NOTSUPPORTED; in InvokePrinting()
/external/chromium_org/ppapi/api/
Dppb_video_decoder.idl83 * Returns PP_ERROR_NOTSUPPORTED if video decoding is not available, or the
110 * Returns PP_ERROR_NOTSUPPORTED if video decoding is not available, or the
Dpp_errors.idl79 PP_ERROR_NOTSUPPORTED = -12,
/external/chromium_org/remoting/client/plugin/
Dpepper_packet_socket_factory.cc49 case PP_ERROR_NOTSUPPORTED: in PepperErrorToNetError()

12