HomeSort by relevance Sort by last modified time
    Searched refs:DecodeImageAndSend (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/utility/
chrome_content_utility_client.h 37 static void DecodeImageAndSend(const std::vector<unsigned char>& encoded_data,
chrome_content_utility_client.cc 203 // pre-delete image so DecodeImageAndSend() will send an error.
213 void ChromeContentUtilityClient::DecodeImageAndSend(
244 DecodeImageAndSend(encoded_data, shrink_to_fit);
  /external/chromium_org/chrome/utility/extensions/
extensions_handler.cc 189 ChromeContentUtilityClient::DecodeImageAndSend(decoded_vector, false);

Completed in 57 milliseconds