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

/external/chromium/chrome/browser/ui/gtk/
H A Dcertificate_dialogs.cc74 class Exporter : public SelectFileDialog::Listener { class in namespace:__anon2028
76 Exporter(TabContents* tab_contents, gfx::NativeWindow parent,
78 ~Exporter();
91 Exporter::Exporter(TabContents* tab_contents, function in class:__anon2028::Exporter
112 Exporter::~Exporter() {
121 void Exporter::FileSelected(const FilePath& path, int index, void* params) {
150 void Exporter::FileSelectionCanceled(void* params) {
192 new Exporter(tab_content
[all...]

Completed in 137 milliseconds