OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:importer
(Results
26 - 50
of
212
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium-trace/trace-viewer/src/importer/linux_perf/
power_parser.js
8
base.require('
importer
.linux_perf.parser');
9
base.exportTo('tracing.
importer
.linux_perf', function() {
11
var Parser = tracing.
importer
.linux_perf.Parser;
17
function PowerParser(
importer
) {
18
Parser.call(this,
importer
);
21
importer
.registerEventHandler('power_start',
23
importer
.registerEventHandler('power_frequency',
26
importer
.registerEventHandler('cpu_frequency',
28
importer
.registerEventHandler('cpu_idle',
36
var targetCpu = this.
importer
.getOrCreateCpuState(targetCpuNumber)
[
all
...]
i915_parser.js
8
base.require('
importer
.linux_perf.parser');
9
base.exportTo('tracing.
importer
.linux_perf', function() {
11
var Parser = tracing.
importer
.linux_perf.Parser;
17
function I915Parser(
importer
) {
18
Parser.call(this,
importer
);
20
importer
.registerEventHandler('i915_gem_object_create',
22
importer
.registerEventHandler('i915_gem_object_bind',
24
importer
.registerEventHandler('i915_gem_object_unbind',
26
importer
.registerEventHandler('i915_gem_object_change_domain',
28
importer
.registerEventHandler('i915_gem_object_pread'
[
all
...]
kfunc_parser.js
9
base.require('
importer
.linux_perf.parser');
10
base.exportTo('tracing.
importer
.linux_perf', function() {
12
var LinuxPerfParser = tracing.
importer
.linux_perf.Parser;
19
function KernelFuncParser(
importer
) {
20
LinuxPerfParser.call(this,
importer
);
22
importer
.registerEventHandler('graph_ent',
25
importer
.registerEventHandler('graph_ret',
29
this.model_ =
importer
.model_;
gesture_parser.js
8
base.require('
importer
.linux_perf.parser');
9
base.exportTo('tracing.
importer
.linux_perf', function() {
11
var Parser = tracing.
importer
.linux_perf.Parser;
17
function GestureParser(
importer
) {
18
Parser.call(this,
importer
);
19
importer
.registerEventHandler('tracing_mark_write:log',
21
importer
.registerEventHandler('tracing_mark_write:SyncInterpret',
23
importer
.registerEventHandler('tracing_mark_write:HandleTimer',
37
this.
importer
.getOrCreatePseudoThread('gesture').thread.beginSlice(
42
var thread = this.
importer
.getOrCreatePseudoThread('gesture').thread
[
all
...]
bus_parser.js
9
base.require('
importer
.linux_perf.parser');
10
base.exportTo('tracing.
importer
.linux_perf', function() {
12
var Parser = tracing.
importer
.linux_perf.Parser;
18
function BusParser(
importer
) {
19
Parser.call(this,
importer
);
21
importer
.registerEventHandler('memory_bus_usage',
24
this.model_ =
importer
.model_;
/external/chromium/chrome/browser/importer/
external_process_importer_bridge.h
14
#include "chrome/browser/
importer
/importer_bridge.h"
15
#include "chrome/browser/
importer
/profile_writer.h"
21
// When the
importer
is run in an external process, the bridge is effectively
23
// and notifications from the
importer
, and sends it across IPC. The
57
virtual void NotifyItemStarted(
importer
::ImportItem item) OVERRIDE;
58
virtual void NotifyItemEnded(
importer
::ImportItem item) OVERRIDE;
70
// Holds strings needed by the external
importer
because the resource
importer_host.h
14
#include "chrome/browser/
importer
/importer_data_types.h"
15
#include "chrome/browser/
importer
/profile_writer.h"
21
class
Importer
;
25
namespace
importer
{
namespace
47
void SetObserver(
importer
::ImporterProgressObserver* observer);
53
void NotifyImportItemStarted(
importer
::ImportItem item);
54
void NotifyImportItemEnded(
importer
::ImportItem item);
57
// When in headless mode, the
importer
will not show the warning dialog and
68
// |source_profile| -
importer
profile to import.
70
// |items| - specifies which data to import (bitmask of
importer
::ImportItem)
[
all
...]
importer_progress_observer.h
9
#include "chrome/browser/
importer
/importer_data_types.h"
11
namespace
importer
{
namespace
34
} // namespace
importer
importer_lock_dialog.h
13
namespace
importer
{
namespace
21
} // namespace
importer