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

  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper.cc 75 is_starred_(false),
87 const bool old_state = is_starred_;
88 is_starred_ = (bookmark_model_ &&
91 if (is_starred_ != old_state && delegate_)
92 delegate_->URLStarredChanged(web_contents(), is_starred_); local
bookmark_tab_helper.h 51 bool is_starred() const { return is_starred_; }
86 bool is_starred_; member in class:BookmarkTabHelper
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 94 bool is_starred() const { return is_starred_; }
176 bool is_starred_; member in class:TabContentsWrapper
tab_contents_wrapper.cc 51 is_starred_(false),
323 const bool old_state = is_starred_;
324 is_starred_ = (model && model->IsBookmarked(tab_contents()->GetURL()));
326 if (is_starred_ != old_state && delegate())
327 delegate()->URLStarredChanged(this, is_starred_);

Completed in 260 milliseconds