Home | History | Annotate | Download | only in bookmarks

Lines Matching defs:favicon

42 // BookmarkNode contains information about a starred entry: title, URL, favicon,
99 // Returns the favicon. In nearly all cases you should use the method
101 // takes care of loading the favicon if it isn't already loaded, where as
103 const SkBitmap& favicon() const { return favicon_; }
119 // Called when the favicon becomes invalid.
136 // Whether the favicon has been loaded.
139 // The favicon.
142 // If non-zero, it indicates we're loading the favicon and this is the handle
227 // Returns the favicon for |node|. If the favicon has not yet been
349 // Overriden to notify the observer the favicon has been loaded.
393 // Notification that a favicon has finished loading. If we can decode the
394 // favicon, FaviconLoaded is invoked.
396 history::FaviconData favicon);
398 // Invoked from the node to load the favicon. Requests the favicon from the
399 // favicon service.
402 // If we're waiting on a favicon for node, the load request is canceled.