HomeSort by relevance Sort by last modified time
    Searched defs:GetMapPageSize (Results 1 - 3 of 3) 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
  /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/proxy/
file_mapping_resource.cc 131 int64_t FileMappingResource::GetMapPageSize(PP_Instance /* instance */) {

Completed in 187 milliseconds