Home
last modified time | relevance | path

Searched refs:URLStarredChanged (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper_delegate.h19 virtual void URLStarredChanged(TabContentsWrapper* source, bool starred) = 0;
Dtab_contents_wrapper.cc327 delegate()->URLStarredChanged(this, is_starred_); in UpdateStarredStateForCurrentURL()
/external/chromium/chrome/browser/ui/
Dbrowser.h821 virtual void URLStarredChanged(TabContentsWrapper* source,
Dbrowser.cc3276 void Browser::URLStarredChanged(TabContentsWrapper* source, bool starred) { in URLStarredChanged() function in Browser