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

/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_data_service.cc12 // PrintPreviewDataStore stores data for preview workflow and preview printing
22 // PrintPreviewDataStore owns the data and is responsible for freeing it when
25 // b) When PrintPreviewDataStore is destroyed.
27 class PrintPreviewDataStore : public base::RefCounted<PrintPreviewDataStore> { class in inherits:base::RefCounted
29 PrintPreviewDataStore() {} function in class:PrintPreviewDataStore
59 friend class base::RefCounted<PrintPreviewDataStore>;
69 ~PrintPreviewDataStore() {}
78 DISALLOW_COPY_AND_ASSIGN(PrintPreviewDataStore);
107 data_store_map_[preview_ui_id] = new PrintPreviewDataStore();
[all...]

Completed in 77 milliseconds