OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMapPageSize
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ppapi/thunk/
ppb_file_mapping_thunk.cc
56
int64_t
GetMapPageSize
(PP_Instance instance) {
57
VLOG(4) << "PPB_FileMapping::
GetMapPageSize
()";
61
return enter.functions()->
GetMapPageSize
(instance);
67
&
GetMapPageSize
ppb_file_mapping_api.h
37
virtual int64_t
GetMapPageSize
(PP_Instance instance) = 0;
/external/chromium_org/ppapi/c/
ppb_file_mapping.h
96
* Map page size as returned by
GetMapPageSize
().
103
* the map page size as returned by
GetMapPageSize
().
134
*
GetMapPageSize
() retrieves the size of pages that Map() uses.
140
int64_t (*
GetMapPageSize
)(PP_Instance instance);
/external/chromium_org/ppapi/api/
ppb_file_mapping.idl
82
* Map page size as returned by
GetMapPageSize
().
89
* the map page size as returned by
GetMapPageSize
().
122
*
GetMapPageSize
() retrieves the size of pages that Map() uses.
129
int64_t
GetMapPageSize
(PP_Instance instance);
/external/chromium_org/ppapi/proxy/
file_mapping_resource.h
42
virtual int64_t
GetMapPageSize
(PP_Instance instance) OVERRIDE;
file_mapping_resource.cc
131
int64_t FileMappingResource::
GetMapPageSize
(PP_Instance /* instance */) {
/external/chromium_org/ppapi/tests/
test_file_mapping.cc
88
file_mapping_if_->
GetMapPageSize
(instance_->pp_instance());
218
file_mapping_if_->
GetMapPageSize
(instance_->pp_instance());
427
file_mapping_if_->
GetMapPageSize
(instance_->pp_instance());
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
532
return iface->
GetMapPageSize
(instance);
[
all
...]
Completed in 402 milliseconds