Searched defs:newly_bookmarked (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bubble_gtk.cc45 bool newly_bookmarked) {
47 g_bubble = new BookmarkBubbleGtk(anchor, profile, url, newly_bookmarked);
88 bool newly_bookmarked)
98 newly_bookmarked_(newly_bookmarked),
42 Show(GtkWidget* anchor, Profile* profile, const GURL& url, bool newly_bookmarked) argument
85 BookmarkBubbleGtk(GtkWidget* anchor, Profile* profile, const GURL& url, bool newly_bookmarked) argument
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bubble_view.cc65 bool newly_bookmarked) {
67 newly_bookmarked);
90 bool newly_bookmarked) {
95 newly_bookmarked);
168 bool newly_bookmarked)
172 newly_bookmarked_(newly_bookmarked),
60 ShowBookmarkBubbleView(views::Window* parent, const gfx::Rect& bounds, BubbleDelegate* delegate, Profile* profile, const GURL& url, bool newly_bookmarked) argument
85 Show(views::Window* parent, const gfx::Rect& bounds, BubbleDelegate* delegate, Profile* profile, const GURL& url, bool newly_bookmarked) argument
165 BookmarkBubbleView(BubbleDelegate* delegate, Profile* profile, const GURL& url, bool newly_bookmarked) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc1124 bool newly_bookmarked) {
1128 BookmarkBubbleGtk::Show(star_.get(), profile_, url, newly_bookmarked);
1123 ShowStarBubble(const GURL& url, bool newly_bookmarked) argument
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc377 void LocationBarView::ShowStarBubble(const GURL& url, bool newly_bookmarked) { argument
385 profile_, url, newly_bookmarked); local

Completed in 85 milliseconds