/external/chromium_org/chrome/utility/importer/ |
H A D | importer.cc | 9 void Importer::Cancel() { 13 Importer::Importer() : cancelled_(false) {} function in class:Importer 15 Importer::~Importer() {}
|
H A D | importer_creator.h | 10 class Importer; 14 // Creates an Importer of the specified |type|. 15 Importer* CreateImporterByType(ImporterType type);
|
H A D | importer.h | 18 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 D | bookmarks_file_importer.h | 12 // Importer for bookmarks files. 13 class BookmarksFileImporter : public Importer {
|
H A D | importer_creator.cc | 24 Importer* CreateImporterByType(ImporterType type) {
|
H A D | ie_importer_win.h | 20 class IEImporter : public Importer {
24 // Importer:
|
H A D | firefox_importer.h | 25 // Importer for Mozilla Firefox 3 and later. 28 class FirefoxImporter : public Importer { 32 // Importer:
|
H A D | safari_importer.h | 35 // Importer for Safari on OS X. 36 class SafariImporter : public Importer { 42 // Importer:
|
H A D | ie_importer_win.cc | 165 const Importer* importer, 213 const Importer* importer, 246 const Importer* importer, 259 const Importer* importer,
|
/external/clang/lib/AST/ |
H A D | ASTImporter.cpp | 31 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 D | profile_import_handler.h | 15 class Importer; 57 // Importer of the appropriate type (Firefox, Safari, IE, etc.) 58 scoped_refptr<Importer> importer_;
|
H A D | profile_import_handler.cc | 52 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 D | importer.h | 56 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 D | importer.cc | 185 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 D | importer_unittest.cc | 115 Importer importer_;
|
/external/protobuf/src/google/protobuf/compiler/ |
H A D | importer.h | 56 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 D | importer.cc | 185 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 D | collationruleparser.h | 93 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 D | collationbuilder.h | 47 CollationRuleParser::Importer *importer,
|
/external/clang/lib/Frontend/ |
H A D | ASTMerge.cpp | 53 ASTImporter Importer(CI.getASTContext(), 67 Importer.Import(D);
|
/external/chromium_org/chrome/browser/importer/ |
H A D | external_process_importer_host.h | 22 class Importer;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_bootstrap_unittest.cc | 123 Importer importer(&source_tree, &error_collector);
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_bootstrap_unittest.cc | 123 Importer importer(&source_tree, &error_collector);
|
/external/chromium_org/third_party/libwebp/enc/ |
H A D | picture.c | 229 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 D | picture.c | 229 typedef int (*Importer)(WebPPicture* const, const uint8_t* const, int); typedef 232 Importer import, float quality_factor, int lossless,
|