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

  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.h 42 bool newly_bookmarked);
59 bool newly_bookmarked);
bookmark_bubble_gtk.cc 45 bool newly_bookmarked) {
47 g_bubble = new BookmarkBubbleGtk(anchor, profile, url, newly_bookmarked);
88 bool newly_bookmarked)
98 newly_bookmarked_(newly_bookmarked),
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.h 44 bool newly_bookmarked);
64 // |title| is the title of the page. If newly_bookmarked is false, title is
69 bool newly_bookmarked);
bookmark_bubble_view.cc 65 bool newly_bookmarked) {
67 newly_bookmarked);
90 bool newly_bookmarked) {
95 newly_bookmarked);
168 bool newly_bookmarked)
172 newly_bookmarked_(newly_bookmarked),
  /external/chromium/chrome/browser/ui/views/
browser_dialogs.h 48 bool newly_bookmarked);
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.h 151 void ShowStarBubble(const GURL& url, bool newly_bookmarked);
location_bar_view.cc 377 void LocationBarView::ShowStarBubble(const GURL& url, bool newly_bookmarked) {
385 profile_, url, newly_bookmarked); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc     [all...]

Completed in 144 milliseconds