GetColorProfile    91 ppapi/c/private/ppb_display_color_profile_private.h   int32_t (*GetColorProfile)(PP_Resource display_color_profile_res,
GetColorProfile  2503 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetColorProfile(display_color_profile_res, *color_profile, *callback);
GetColorProfile  4947 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetColorProfile = (int32_t (*)(PP_Resource display_color_profile_res, struct PP_ArrayOutput color_profile, struct PP_CompletionCallback callback))&Pnacl_M33_PPB_DisplayColorProfile_Private_GetColorProfile,
GetColorProfile    44 ppapi/thunk/ppb_display_color_profile_private_thunk.cc   return enter.SetResult(enter.object()->GetColorProfile(color_profile,
GetColorProfile    66 ppapi/thunk/ppb_display_color_profile_private_thunk.cc   &GetColorProfile,
GetColorProfile    35 ui/gfx/color_profile.h GFX_EXPORT void GetColorProfile(std::vector<char>* profile);