OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:body_as_file_ref
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/shared_impl/
url_response_info_data.h
27
FileRefCreateInfo
body_as_file_ref
;
member in struct:ppapi::URLResponseInfoData
/external/chromium_org/ppapi/proxy/
url_loader_resource.cc
166
if (response_info_->data().
body_as_file_ref
.IsValid())
198
if (!response_info_->data().
body_as_file_ref
.IsValid())
367
PP_Resource
body_as_file_ref
= 0;
local
368
if (data.
body_as_file_ref
.IsValid()) {
369
body_as_file_ref
= FileRefResource::CreateFileRef(connection(),
371
data.
body_as_file_ref
);
374
connection(), pp_instance(), data,
body_as_file_ref
);
Completed in 82 milliseconds