Home | History | Annotate | Download | only in browser

Lines Matching full:tab_contents

19 #include "content/browser/tab_contents/tab_contents.h"
239 TabContents* tab_contents,
283 tab_contents,
303 FileSelectObserver::FileSelectObserver(TabContents* tab_contents)
304 : TabContentsObserver(tab_contents) {
324 file_select_helper_.reset(new FileSelectHelper(tab_contents()->profile()));
325 file_select_helper_->RunFileChooser(tab_contents()->render_view_host(),
326 tab_contents(),
335 tab_contents()->render_view_host()->process()->id(),
341 file_select_helper_.reset(new FileSelectHelper(tab_contents()->profile()));
343 tab_contents()->render_view_host(),