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

  /external/chromium_org/chrome/browser/extensions/
webstore_install_helper.cc 41 icon_base64_data_(icon_data),
52 CHECK(icon_base64_data_.empty() || icon_url_.is_empty());
54 if (icon_base64_data_.empty() && icon_url_.is_empty())
81 if (!icon_base64_data_.empty())
83 new ChromeUtilityMsg_DecodeImageBase64(icon_base64_data_));
webstore_install_helper.h 107 // Only one of these should be non-empty. If |icon_base64_data_| is non-emtpy,
111 std::string icon_base64_data_; member in class:extensions::WebstoreInstallHelper

Completed in 393 milliseconds