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

  /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 162 milliseconds