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

  /external/chromium/chrome/browser/tab_contents/
infobar_delegate.cc 24 return (contents_unique_id_ != details.entry->unique_id()) ||
70 : contents_unique_id_(0) {
77 contents_unique_id_ = active_entry ? active_entry->unique_id() : 0;
infobar_delegate.h 111 int contents_unique_id_; member in class:InfoBarDelegate

Completed in 27 milliseconds