HomeSort by relevance Sort by last modified time
    Searched refs:file_ref (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/ppapi/api/
pp_directory_entry.idl 12 PP_Resource file_ref;
ppb_file_ref.idl 49 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
56 PP_FileSystemType GetFileSystemType([in] PP_Resource file_ref);
61 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
69 PP_Var GetName([in] PP_Resource file_ref);
74 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
81 PP_Var GetPath([in] PP_Resource file_ref);
85 * <code>file_ref</code> points to the root of the filesystem, then the root
88 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
95 PP_Resource GetParent([in] PP_Resource file_ref);
103 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a fil
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_file_ref_private.idl 16 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
21 PP_Var GetAbsolutePath([in] PP_Resource file_ref);
ppb_flash_drm.idl 44 * Asynchronously returns a PPB_FileRef resource in |file_ref| which points to
49 [out] PP_Resource file_ref,
  /external/chromium_org/ppapi/c/
pp_directory_entry.h 28 PP_Resource file_ref; member in struct:PP_DirectoryEntry
ppb_file_ref.h 68 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
75 PP_FileSystemType (*GetFileSystemType)(PP_Resource file_ref);
79 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
87 struct PP_Var (*GetName)(PP_Resource file_ref);
91 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
98 struct PP_Var (*GetPath)(PP_Resource file_ref);
101 * <code>file_ref</code> points to the root of the filesystem, then the root
104 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
111 PP_Resource (*GetParent)(PP_Resource file_ref);
118 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a fil
    [all...]
  /external/chromium_org/ppapi/cpp/
directory_entry.cc 20 data_.file_ref = data.file_ref;
25 data_.file_ref = other.data_.file_ref;
27 if (data_.file_ref)
28 Module::Get()->core()->AddRefResource(data_.file_ref);
32 if (data_.file_ref)
33 Module::Get()->core()->ReleaseResource(data_.file_ref);
38 if (data_.file_ref)
39 Module::Get()->core()->ReleaseResource(data_.file_ref);
    [all...]
directory_entry.h 13 #include "ppapi/cpp/file_ref.h"
62 bool is_null() const { return !data_.file_ref; }
68 FileRef file_ref() const { return FileRef(data_.file_ref); } function in class:pp::DirectoryEntry
url_request_info.cc 7 #include "ppapi/cpp/file_ref.h"
48 bool URLRequestInfo::AppendFileToBody(const FileRef& file_ref,
55 file_ref.pp_resource(),
62 const FileRef& file_ref,
70 file_ref.pp_resource(),
url_request_info.h 64 /// @param[in] file_ref A <code>FileRef</code> containing the file
76 bool AppendFileToBody(const FileRef& file_ref,
83 /// @param[in] file_ref A <code>FileRef</code> containing the file
99 bool AppendFileRangeToBody(const FileRef& file_ref,
  /external/chromium_org/ppapi/c/private/
ppb_file_ref_private.h 34 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
39 struct PP_Var (*GetAbsolutePath)(PP_Resource file_ref);
ppb_flash_drm.h 56 * Asynchronously returns a PPB_FileRef resource in |file_ref| which points to
61 PP_Resource* file_ref,
  /external/chromium_org/ppapi/thunk/
ppb_file_ref_thunk.cc 44 PP_FileSystemType GetFileSystemType(PP_Resource file_ref) {
46 EnterFileRef enter(file_ref, true);
52 PP_Var GetName(PP_Resource file_ref) {
54 EnterFileRef enter(file_ref, true);
60 PP_Var GetPath(PP_Resource file_ref) {
62 EnterFileRef enter(file_ref, true);
68 PP_Resource GetParent(PP_Resource file_ref) {
70 EnterFileRef enter(file_ref, true);
87 int32_t Touch(PP_Resource file_ref,
92 EnterFileRef enter(file_ref, callback, true)
    [all...]
ppb_flash_drm_api.h 21 virtual int32_t GetVoucherFile(PP_Resource* file_ref,
ppb_url_request_info_api.h 24 virtual PP_Bool AppendFileToBody(PP_Resource file_ref,
ppb_flash_file_api.h 49 PP_Resource file_ref,
53 PP_Resource file_ref,
ppb_flash_file_fileref_thunk.cc 18 PP_Instance GetInstanceFromFileRef(PP_Resource file_ref) {
19 thunk::EnterResource<thunk::PPB_FileRef_API> enter(file_ref, true);
ppb_flash_drm_thunk.cc 49 PP_Resource* file_ref,
55 return enter.SetResult(enter.object()->GetVoucherFile(file_ref,
  /external/chromium_org/ppapi/shared_impl/
url_request_info_data.cc 34 Resource* file_ref,
39 file_ref(file_ref),
40 file_ref_host_resource(file_ref->host_resource()),
url_request_info_data.h 25 BodyItem(Resource* file_ref,
46 scoped_refptr<Resource> file_ref; member in struct:ppapi::URLRequestInfoData::BodyItem
  /external/chromium_org/ppapi/proxy/
flash_drm_resource.cc 60 PP_Resource* file_ref,
62 if (!file_ref)
65 *file_ref = 0;
71 file_ref, callback));
ppb_file_ref_proxy.h 51 static void SerializeFileRef(PP_Resource file_ref,
83 void OnMsgRename(const HostResource& file_ref,
86 void OnMsgQuery(const HostResource& file_ref,
90 void OnMsgReadDirectoryEntries(const HostResource& file_ref,
flash_file_resource.h 51 PP_Resource file_ref,
55 PP_Resource file_ref,
  /external/chromium_org/content/renderer/pepper/
url_response_info_util.cc 67 scoped_refptr<PPB_FileRef_Impl> file_ref(
72 data.body_as_file_ref = file_ref->GetCreateInfo();
73 file_ref->GetReference(); // The returned data has one ref for the plugin.
url_request_info_util.cc 57 const PPB_FileRef_Impl* file_ref = local
61 switch (file_ref->GetFileSystemType()) {
68 file_ref->GetFileSystemURL(), &platform_path));
71 platform_path = file_ref->GetSystemPath();
97 // Ensures that the file_ref members of the given request info data are
104 if (item.is_file && !item.file_ref.get()) {
109 item.file_ref = enter.resource();
154 if (!AppendFileRefToBody(item.file_ref.get(),

Completed in 2928 milliseconds

1 2 3