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

/external/chromium/chrome/browser/history/
H A Dhistory_notifications.h71 // The new starred state of the list of URLs. True when they are being
72 // starred, false when they are being unstarred.
73 bool starred; member in struct:history::URLsStarredDetails
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_match.h184 // True if the user has starred the destination URL.
185 bool starred; member in struct:AutocompleteMatch
H A Dautocomplete_edit_view_browsertest.cc98 bool starred; member in struct:__anon1693::TestHistoryEntry
317 if (entry.starred)
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc1131 void LocationBarViewGtk::SetStarred(bool starred) { argument
1132 if (starred == starred_)
1135 starred_ = starred;
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc3276 void Browser::URLStarredChanged(TabContentsWrapper* source, bool starred) { argument
3278 window_->SetStarredState(starred);

Completed in 123 milliseconds