Home
last modified time | relevance | path

Searched refs:starred (Results 1 – 24 of 24) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dstar_decoration.mm33 void StarDecoration::SetStarred(bool starred) {
34 const int image_id = starred ? IDR_STAR_LIT : IDR_STAR;
35 const int tip_id = starred ? IDS_TOOLTIP_STARRED : IDS_TOOLTIP_STAR;
Dstar_decoration.h23 void SetStarred(bool starred);
Dlocation_bar_view_mac.h87 void SetStarred(bool starred);
Dlocation_bar_view_mac.mm432 void LocationBarViewMac::SetStarred(bool starred) {
433 star_decoration_->SetStarred(starred);
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_match.cc20 starred(false), in AutocompleteMatch()
36 starred(false), in AutocompleteMatch()
Dautocomplete_match.h185 bool starred; member
Dhistory_provider.cc46 if (i->is_history_what_you_typed_match || i->starred) { in DeleteMatch()
Dhistory_contents_provider_unittest.cc179 EXPECT_TRUE(m1[0].starred); in TEST_F()
Dhistory_contents_provider.cc222 match.starred = in ResultToMatch()
Dautocomplete_popup_view_gtk.cc496 int icon = match.starred ? in IconForMatch()
Dautocomplete_edit_view_browsertest.cc98 bool starred; member
317 if (entry.starred) in AddHistoryEntry()
Dautocomplete.cc536 i->starred = bookmark_model->IsBookmarked(GURL(i->destination_url)); in UpdateStarredStateOfMatches()
Dautocomplete_popup_view_mac.mm422 const int resource_id = match.starred ?
/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper_delegate.h19 virtual void URLStarredChanged(TabContentsWrapper* source, bool starred) = 0;
/external/chromium/chrome/browser/history/
Dhistory_notifications.cc22 : starred(being_starred) { in URLsStarredDetails()
Dhistory_notifications.h73 bool starred; member
/external/chromium/chrome/browser/ui/gtk/
Dlocation_bar_view_gtk.h93 void SetStarred(bool starred);
Dlocation_bar_view_gtk.cc1131 void LocationBarViewGtk::SetStarred(bool starred) { in SetStarred() argument
1132 if (starred == starred_) in SetStarred()
1135 starred_ = starred; in SetStarred()
/external/chromium/chrome/browser/metrics/
Dmetrics_log.cc488 WriteIntAttribute("isstarred", i->starred ? 1 : 0); in RecordOmniboxOpenedURL()
/external/chromium/chrome/browser/bookmarks/
Dbookmark_model_unittest.cc535 ASSERT_TRUE(listener.details_.starred); in TEST_F()
563 ASSERT_FALSE(listener.details_.starred); in TEST_F()
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_result_view.cc239 int icon = match_.starred ? in GetIcon()
/external/chromium/chrome/browser/ui/
Dbrowser.h822 bool starred) OVERRIDE;
Dbrowser.cc3276 void Browser::URLStarredChanged(TabContentsWrapper* source, bool starred) { in URLStarredChanged() argument
3278 window_->SetStarredState(starred); in URLStarredChanged()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc3038 item->SetBoolean("starred", match.starred); in GetOmniboxInfo()