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

  /external/chromium_org/chrome/browser/favicon/
favicon_handler_delegate.h 36 // been selected since the previous call to NotifyFaviconUpdated().
37 virtual void NotifyFaviconUpdated(bool icon_url_changed) = 0;
favicon_tab_helper.h 74 virtual void NotifyFaviconUpdated(bool icon_url_changed) OVERRIDE;
favicon_tab_helper.cc 155 void FaviconTabHelper::NotifyFaviconUpdated(bool icon_url_changed) {
favicon_handler.cc 330 delegate_->NotifyFaviconUpdated(icon_url_changed);
favicon_handler_unittest.cc 189 virtual void NotifyFaviconUpdated(bool icon_url_changed) OVERRIDE {
    [all...]

Completed in 120 milliseconds