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

/external/chromium/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc512 std::vector<unsigned char> icon_bytes_vector; local
513 sync_node->GetFaviconBytes(&icon_bytes_vector);
514 if (icon_bytes_vector.empty())
518 icon_bytes_vector);
528 const std::vector<unsigned char>& icon_bytes_vector) {
544 icon_bytes_vector,
525 ApplyBookmarkFavicon( const BookmarkNode* bookmark_node, Profile* profile, const std::vector<unsigned char>& icon_bytes_vector) argument

Completed in 20 milliseconds