HomeSort by relevance Sort by last modified time
    Searched full:importer (Results 76 - 100 of 212) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium/chrome/browser/importer/
external_process_importer_bridge.cc 5 #include "chrome/browser/importer/external_process_importer_bridge.h"
76 importer::ImportItem item) {
80 void ExternalProcessImporterBridge::NotifyItemEnded(importer::ImportItem item) {
profile_import_process_client.cc 5 #include "chrome/browser/importer/profile_import_process_client.h"
8 #include "chrome/browser/importer/profile_import_process_host.h"
9 #include "chrome/browser/importer/profile_import_process_messages.h"
firefox_importer_utils_mac.mm 7 #include "chrome/browser/importer/firefox_importer_utils.h"
firefox2_importer.cc 5 #include "chrome/browser/importer/firefox2_importer.h"
21 #include "chrome/browser/importer/firefox_importer_utils.h"
22 #include "chrome/browser/importer/importer_bridge.h"
23 #include "chrome/browser/importer/mork_reader.h"
24 #include "chrome/browser/importer/nss_decryptor.h"
50 const importer::SourceProfile& source_profile,
58 (source_profile.importer_type == importer::BOOKMARKS_HTML);
62 if ((items & importer::HOME_PAGE) && !cancelled())
68 if ((items & importer::HISTORY) && !cancelled()) {
69 bridge_->NotifyItemStarted(importer::HISTORY)
    [all...]
toolbar_importer.cc 5 #include "chrome/browser/importer/toolbar_importer.h"
14 #include "chrome/browser/importer/importer_bridge.h"
15 #include "chrome/browser/importer/importer_data_types.h"
48 items_to_import_(importer::NONE),
62 const importer::SourceProfile& source_profile,
82 Importer::Cancel();
84 // If we are conducting network operations, post a message to the importer
129 DCHECK((items_to_import_ == importer::FAVORITES) ||
130 (items_to_import_ == importer::NONE)) <<
135 if (importer::NONE == items_to_import_)
    [all...]
firefox3_importer.cc 5 #include "chrome/browser/importer/firefox3_importer.h"
19 #include "chrome/browser/importer/firefox2_importer.h"
20 #include "chrome/browser/importer/firefox_importer_utils.h"
21 #include "chrome/browser/importer/importer_bridge.h"
22 #include "chrome/browser/importer/nss_decryptor.h"
66 const importer::SourceProfile& source_profile,
78 if ((items & importer::HOME_PAGE) && !cancelled())
84 if ((items & importer::HISTORY) && !cancelled()) {
85 bridge_->NotifyItemStarted(importer::HISTORY);
87 bridge_->NotifyItemEnded(importer::HISTORY)
    [all...]
ie_importer.cc 5 #include "chrome/browser/importer/ie_importer.h"
30 #include "chrome/browser/importer/importer_bridge.h"
31 #include "chrome/browser/importer/importer_data_types.h"
83 void IEImporter::StartImport(const importer::SourceProfile& source_profile,
94 if ((items & importer::HOME_PAGE) && !cancelled())
97 if ((items & importer::HISTORY) && !cancelled()) {
98 bridge_->NotifyItemStarted(importer::HISTORY);
100 bridge_->NotifyItemEnded(importer::HISTORY);
102 if ((items & importer::FAVORITES) && !cancelled()) {
103 bridge_->NotifyItemStarted(importer::FAVORITES)
    [all...]
firefox_importer_utils_unittest.cc 7 #include "chrome/browser/importer/firefox_importer_utils.h"
toolbar_importer_utils.cc 5 #include "chrome/browser/importer/toolbar_importer_utils.h"
profile_import_process_messages.h 13 #include "chrome/browser/importer/importer_data_types.h"
14 #include "chrome/browser/importer/profile_writer.h"
27 // Traits for importer::SourceProfile struct to pack/unpack.
29 struct ParamTraits<importer::SourceProfile> {
30 typedef importer::SourceProfile param_type;
45 p->importer_type = static_cast<importer::ImporterType>(importer_type);
71 }; // ParamTraits<importer::SourceProfile>
377 importer::SourceProfile,
404 // These messages send data from the external importer process back to
  /external/chromium/chrome/browser/first_run/
first_run_import_observer.h 11 #include "chrome/browser/importer/importer_observer.h"
first_run_win.cc 26 #include "chrome/browser/importer/importer_host.h"
27 #include "chrome/browser/importer/importer_list.h"
28 #include "chrome/browser/importer/importer_progress_dialog.h"
179 // The constructor takes the importer process to watch and then it does a
210 // Check every 3 seconds if the importer UI has hung.
217 // terminate the importer process if it is hung.
347 // importer process ends. This can happen either by completing the import
351 // Import process finished. Reload the prefs, because importer may set
400 importer::ShowImportProgressDialog(
  /external/chromium-trace/trace-viewer/src/importer/linux_perf/
clock_parser_test.html 9 <title>importer.linux_perf.ClockParser tests</title>
18 base.require('importer.linux_perf_importer');
exynos_parser_test.html 9 <title>importer.linux_perf.ExynosParser tests</title>
18 base.require('importer.linux_perf_importer');
kfunc_parser_test.html 9 <title>importer.linux_perf.KernelFuncParser tests</title>
18 base.require('importer.linux_perf_importer');
sched_parser_test.html 9 <title>importer.linux_perf.SchedParser tests</title>
18 base.require('importer.linux_perf_importer');
21 var re = tracing.importer.linux_perf._SchedParserTestExports.schedSwitchRE;
54 var re = tracing.importer.linux_perf._SchedParserTestExports.schedWakeupRE;
bus_parser_test.html 9 <title>importer.linux_perf.BusParser tests</title>
18 base.require('importer.linux_perf_importer');
  /external/chromium-trace/trace-viewer/src/importer/
v8_log_importer.js 11 base.require('importer.v8.log_reader');
12 base.require('importer.v8.codemap');
13 base.exportTo('tracing.importer', function() {
22 this.code_map_ = new tracing.importer.v8.CodeMap();
89 var code_entry = new tracing.importer.v8.CodeMap.CodeEntry(size, name);
103 var code_entry = new tracing.importer.v8.CodeMap.CodeEntry(
163 var logreader = new tracing.importer.v8.LogReader(
linux_perf_importer.js 10 * This importer assumes the events arrive as a string. The unit tests provide
23 base.require('importer.linux_perf.bus_parser');
24 base.require('importer.linux_perf.clock_parser');
25 base.require('importer.linux_perf.cpufreq_parser');
26 base.require('importer.linux_perf.disk_parser');
27 base.require('importer.linux_perf.drm_parser');
28 base.require('importer.linux_perf.exynos_parser');
29 base.require('importer.linux_perf.gesture_parser');
30 base.require('importer.linux_perf.i915_parser');
31 base.require('importer.linux_perf.mali_parser')
    [all...]
linux_perf_importer_test.html 18 base.require('importer.linux_perf_importer');
21 var p = tracing.importer._LinuxPerfImporterTestExports.lineParserWithLegacyFmt;
43 var p = tracing.importer._LinuxPerfImporterTestExports.lineParserWithIRQInfo;
56 var p = tracing.importer._LinuxPerfImporterTestExports.lineParserWithTGID;
81 tracing.importer._LinuxPerfImporterTestExports.autoDetectLineParser;
83 tracing.importer._LinuxPerfImporterTestExports.lineParserWithLegacyFmt;
85 tracing.importer._LinuxPerfImporterTestExports.lineParserWithIRQInfo;
87 tracing.importer._LinuxPerfImporterTestExports.lineParserWithTGID;
115 var re = tracing.importer._LinuxPerfImporterTestExports.traceEventClockSyncRE;
147 assertTrue(tracing.importer.LinuxPerfImporter.canImport(lines.join('\n')))
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer.h 56 class Importer;
142 class LIBPROTOBUF_EXPORT Importer {
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);
176 // If the importer encounters problems while trying to import the proto files,
193 // Used by the default implementation of Importer to resolve import statements
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 48 #include <google/protobuf/compiler/importer.h>
123 Importer importer(&source_tree, &error_collector);
125 importer.Import("google/protobuf/descriptor.proto");
127 importer.Import("google/protobuf/compiler/plugin.proto");
  /external/chromium-trace/trace-viewer/src/importer/v8/
codemap.js 5 base.require('importer.v8.splaytree');
11 base.exportTo('tracing.importer.v8', function() {
21 this.dynamics_ = new tracing.importer.v8.SplayTree();
26 this.dynamicsNameGen_ = new tracing.importer.v8.CodeMap.NameGenerator();
31 this.statics_ = new tracing.importer.v8.SplayTree();
36 this.libraries_ = new tracing.importer.v8.SplayTree();
  /external/chromium-trace/trace-viewer/src/
model.js 61 * Registers an importer. All registered importers are considered
64 * @param {Function} importerConstructor The importer's constructor function.
226 'Could not find an importer for the provided eventData.');
228 var importer = new importerConstructor(
230 return importer;
236 * via Model.registerImporter. The first importer that returns true
245 * a separate importer.
301 * Importer for empty strings and arrays.
  /external/chromium-trace/
script.js 4 window.FLATTENED.overlay=!0;window.FLATTENED.category_filter_dialog=!0;window.FLATTENED.find_control=!0;window.FLATTENED["importer.trace_event_importer"]=!0;window.FLATTENED["importer.linux_perf.parser"]=!0;window.FLATTENED["importer.linux_perf.bus_parser"]=!0;window.FLATTENED["importer.linux_perf.clock_parser"]=!0;window.FLATTENED["importer.linux_perf.cpufreq_parser"]=!0;window.FLATTENED["importer.linux_perf.disk_parser"]=!0;window.FLATTENED["importer.linux_perf.drm_parser"]=!0;
5 window.FLATTENED["importer.linux_perf.exynos_parser"]=!0;window.FLATTENED["importer.linux_perf.gesture_parser"]=!0;window.FLATTENED["importer.linux_perf.i915_parser"]=!0;window.FLATTENED["importer.linux_perf.mali_parser"]=!0;window.FLATTENE (…)
    [all...]

Completed in 272 milliseconds

1 2 34 5 6 7 8 9