Searched refs:Importer (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/chrome/utility/importer/
H A Dimporter.cc9 void Importer::Cancel() {
13 Importer::Importer() : cancelled_(false) {} function in class:Importer
15 Importer::~Importer() {}
H A Dimporter_creator.h10 class Importer;
14 // Creates an Importer of the specified |type|.
15 Importer* CreateImporterByType(ImporterType type);
H A Dimporter.h18 class Importer : public base::RefCountedThreadSafe<Importer> { class in inherits:base::RefCountedThreadSafe
34 friend class base::RefCountedThreadSafe<Importer>;
36 Importer();
37 virtual ~Importer();
45 DISALLOW_COPY_AND_ASSIGN(Importer);
H A Dbookmarks_file_importer.h12 // Importer for bookmarks files.
13 class BookmarksFileImporter : public Importer {
H A Dimporter_creator.cc24 Importer* CreateImporterByType(ImporterType type) {
H A Die_importer_win.h20 class IEImporter : public Importer {
24 // Importer:
H A Dfirefox_importer.h25 // Importer for Mozilla Firefox 3 and later.
28 class FirefoxImporter : public Importer {
32 // Importer:
H A Dsafari_importer.h35 // Importer for Safari on OS X.
36 class SafariImporter : public Importer {
42 // Importer:
H A Die_importer_win.cc165 const Importer* importer,
213 const Importer* importer,
246 const Importer* importer,
259 const Importer* importer,
/external/clang/lib/AST/
H A DASTImporter.cpp31 ASTImporter &Importer; member in class:clang::ASTNodeImporter
34 explicit ASTNodeImporter(ASTImporter &Importer) : Importer(Importer) { } argument
104 (IDK == IDK_Default && !Importer.isMinimalImport());
1423 Importer.FromDiag(SourceLocation(), diag::err_unsupported_ast_node)
1432 case BuiltinType::Id: return Importer.getToContext().SingletonId;
1445 if (Importer.getToContext().getLangOpts().CharIsSigned)
1446 return Importer.getToContext().UnsignedCharTy;
1448 return Importer
[all...]
/external/chromium_org/chrome/utility/
H A Dprofile_import_handler.h15 class Importer;
57 // Importer of the appropriate type (Firefox, Safari, IE, etc.)
58 scoped_refptr<Importer> importer_;
H A Dprofile_import_handler.cc52 false, "Importer could not be created."));
68 FROM_HERE, base::Bind(&Importer::StartImport, importer_.get(),
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.h56 class Importer;
142 class LIBPROTOBUF_EXPORT Importer { class in namespace:google::protobuf::compiler
144 Importer(SourceTree* source_tree,
146 ~Importer();
154 // A particular Importer object will only report errors for a particular
159 // separate Importer object to import each one (but use the same
173 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Importer);
193 // Used by the default implementation of Importer to resolve import statements
H A Dimporter.cc185 Importer::Importer(SourceTree* source_tree, function in class:google::protobuf::compiler::Importer
192 Importer::~Importer() {}
194 const FileDescriptor* Importer::Import(const string& filename) {
H A Dimporter_unittest.cc115 Importer importer_;
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.h56 class Importer;
142 class LIBPROTOBUF_EXPORT Importer { class in namespace:google::protobuf::compiler
144 Importer(SourceTree* source_tree,
146 ~Importer();
154 // A particular Importer object will only report errors for a particular
159 // separate Importer object to import each one (but use the same
173 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Importer);
193 // Used by the default implementation of Importer to resolve import statements
H A Dimporter.cc185 Importer::Importer(SourceTree* source_tree, function in class:google::protobuf::compiler::Importer
192 Importer::~Importer() {}
194 const FileDescriptor* Importer::Import(const string& filename) {
/external/icu/icu4c/source/i18n/
H A Dcollationruleparser.h93 class U_I18N_API Importer : public UObject { class in class:CollationRuleParser
95 virtual ~Importer();
104 * The Importer can be set, otherwise [import locale] syntax is not supported.
118 * Sets the pointer to an Importer object.
121 void setImporter(Importer *importerAlias) {
187 Importer *importer;
H A Dcollationbuilder.h47 CollationRuleParser::Importer *importer,
/external/clang/lib/Frontend/
H A DASTMerge.cpp53 ASTImporter Importer(CI.getASTContext(),
67 Importer.Import(D);
/external/chromium_org/chrome/browser/importer/
H A Dexternal_process_importer_host.h22 class Importer;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc123 Importer importer(&source_tree, &error_collector);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc123 Importer importer(&source_tree, &error_collector);
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture.c229 typedef int (*Importer)(WebPPicture* const, const uint8_t* const, int); typedef
232 Importer import, float quality_factor, int lossless,
/external/webp/src/enc/
H A Dpicture.c229 typedef int (*Importer)(WebPPicture* const, const uint8_t* const, int); typedef
232 Importer import, float quality_factor, int lossless,

Completed in 1597 milliseconds

12