HomeSort by relevance Sort by last modified time
    Searched full:favicon_bytes (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc 798 scoped_refptr<base::RefCountedMemory> favicon_bytes(NULL);
799 EncodeFavicon(bookmark_node, model, &favicon_bytes);
800 if (favicon_bytes.get() && favicon_bytes->size()) {
803 updated_specifics.set_favicon(favicon_bytes->front(),
804 favicon_bytes->size());
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 553 std::vector<unsigned char> favicon_bytes; local
554 EncodeFavicon(bookmark_node, model, &favicon_bytes);
555 if (!favicon_bytes.empty())
556 sync_node->SetFaviconBytes(favicon_bytes);
  /external/chromium_org/sync/engine/
syncer_util.cc 307 const std::string& favicon_bytes,
317 if (!favicon_bytes.empty())
318 bookmark->set_favicon(favicon_bytes);
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 361 const std::string& favicon_bytes,
371 if (!favicon_bytes.empty())
372 bookmark->set_favicon(favicon_bytes);
    [all...]

Completed in 199 milliseconds