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

  /external/chromium/chrome/browser/ui/views/frame/
contents_container.h 37 void SetPreview(views::View* preview, TabContents* preview_tab_contents);
39 TabContents* preview_tab_contents() const { return preview_tab_contents_; } function in class:ContentsContainer
contents_container.cc 68 TabContents* preview_tab_contents) {
75 preview_tab_contents_ = preview_tab_contents;

Completed in 29 milliseconds