Searched defs:preview_contents (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/printing/
H A Dbackground_printing_manager.cc97 WebContents* preview_contents = *it; local
98 if (preview_contents->GetRenderProcessHost() == rph) {
99 printing_contents_pending_deletion_set.insert(preview_contents);
110 WebContents* preview_contents) {
111 DeletePreviewContents(preview_contents);
115 WebContents* preview_contents) {
117 content::Source<WebContents> preview_source(preview_contents);
121 if (!HasPrintPreviewDialog(preview_contents)) {
126 // Remove NOTIFICATION_RENDERER_PROCESS_CLOSED if |preview_contents| is the
129 (HasSharedRenderProcessHost(printing_contents_set_, preview_contents) ||
109 OnPrintJobReleased( WebContents* preview_contents) argument
114 OnWebContentsDestroyed( WebContents* preview_contents) argument
149 DeletePreviewContents( WebContents* preview_contents) argument
158 HasSharedRenderProcessHost( const WebContentsSet& set, WebContents* preview_contents) argument
[all...]
/external/chromium/chrome/browser/instant/
H A Dinstant_loader.h78 TabContentsWrapper* preview_contents() const { function in class:InstantLoader
172 // Is the preview_contents ready to be shown?
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc3496 void Browser::ShowInstant(TabContentsWrapper* preview_contents) { argument
3498 window_->ShowInstant(preview_contents);
3505 void Browser::CommitInstant(TabContentsWrapper* preview_contents) { argument
3510 // TabStripModel takes ownership of preview_contents.
3512 index, preview_contents);
3516 GURL url = preview_contents->tab_contents()->GetURL();
4331 TabContentsWrapper* preview_contents = instant()->ReleasePreviewContents( local
4336 preview_contents->controller().PruneAllButActive();
4338 preview_contents,
4342 instant()->CompleteRelease(preview_contents
[all...]

Completed in 72 milliseconds