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

  /external/chromium_org/content/renderer/pepper/
ppb_file_ref_impl.h 37 class PPB_FileRef_Impl : public ppapi::PPB_FileRef_Shared,
40 PPB_FileRef_Impl(const ppapi::PPB_FileRef_CreateInfo& info,
42 PPB_FileRef_Impl(const ppapi::PPB_FileRef_CreateInfo& info,
46 static PPB_FileRef_Impl* CreateInternal(PP_Instance instance,
51 static PPB_FileRef_Impl* CreateExternal(
102 virtual ~PPB_FileRef_Impl();
150 DISALLOW_COPY_AND_ASSIGN(PPB_FileRef_Impl);
ppb_file_ref_impl.cc 171 PPB_FileRef_Impl* dir_ref,
192 scoped_refptr<PPB_FileRef_Impl> file_ref(PPB_FileRef_Impl::CreateInternal(
217 PPB_FileRef_Impl::PPB_FileRef_Impl(const PPB_FileRef_CreateInfo& info,
229 PPB_FileRef_Impl::PPB_FileRef_Impl(const PPB_FileRef_CreateInfo& info,
241 PPB_FileRef_Impl::~PPB_FileRef_Impl() {
247 PPB_FileRef_Impl* PPB_FileRef_Impl::CreateInternal(PP_Instance instance
    [all...]
url_response_info_util.cc 67 scoped_refptr<PPB_FileRef_Impl> file_ref(
68 PPB_FileRef_Impl::CreateExternal(
pepper_file_chooser_host.cc 109 PPB_FileRef_Impl* ref = PPB_FileRef_Impl::CreateExternal(
url_request_info_util.cc 57 const PPB_FileRef_Impl* file_ref =
58 static_cast<PPB_FileRef_Impl*>(file_ref_api);
resource_creation_impl.cc 79 PPB_FileRef_Impl* res = PPB_FileRef_Impl::CreateInternal(
pepper_file_io_host.cc 245 PPB_FileRef_Impl* file_ref = static_cast<PPB_FileRef_Impl*>(file_ref_api);
pepper_plugin_instance_impl.cc     [all...]

Completed in 796 milliseconds