Searched defs:GetMapPageSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppb_file_mapping.h96 * 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); member in struct:PPB_FileMapping_0_1
/external/chromium_org/ppapi/thunk/
H A Dppb_file_mapping_thunk.cc56 int64_t GetMapPageSize(PP_Instance instance) { function in namespace:ppapi::thunk::__anon10260
57 VLOG(4) << "PPB_FileMapping::GetMapPageSize()";
61 return enter.functions()->GetMapPageSize(instance);
67 &GetMapPageSize
/external/chromium_org/ppapi/proxy/
H A Dfile_mapping_resource.cc131 int64_t FileMappingResource::GetMapPageSize(PP_Instance /* instance */) { function in class:ppapi::proxy::FileMappingResource

Completed in 774 milliseconds