OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoRun
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/tools/gn/
copy_target_generator.h
21
virtual void
DoRun
() OVERRIDE;
group_target_generator.h
21
virtual void
DoRun
() OVERRIDE;
binary_target_generator.h
23
virtual void
DoRun
() OVERRIDE;
group_target_generator.cc
18
void GroupTargetGenerator::
DoRun
() {
script_target_generator.h
21
virtual void
DoRun
() OVERRIDE;
copy_target_generator.cc
23
void CopyTargetGenerator::
DoRun
() {
binary_target_generator.cc
25
void BinaryTargetGenerator::
DoRun
() {
target_generator.h
47
virtual void
DoRun
() = 0;
script_target_generator.cc
27
void ScriptTargetGenerator::
DoRun
() {
target_generator.cc
45
DoRun
();
/external/chromium/base/
message_pump_mac.h
14
// own
DoRun
and Quit implementations.
65
// in the
DoRun
method. MessagePumpCFRunLoopBase::Run calls
DoRun
directly.
67
// up and tear down things before and after the "meat" of
DoRun
.
69
virtual void
DoRun
(Delegate* delegate) = 0;
194
virtual void
DoRun
(Delegate* delegate);
213
virtual void
DoRun
(Delegate* delegate);
232
virtual void
DoRun
(Delegate* delegate);
243
// True if
DoRun
is managing its own run loop as opposed to letting
246
// in
DoRun
[
all
...]
/external/chromium_org/base/message_loop/
message_pump_mac.h
14
// own
DoRun
and Quit implementations.
74
// in the
DoRun
method. MessagePumpCFRunLoopBase::Run calls
DoRun
directly.
76
// up and tear down things before and after the "meat" of
DoRun
.
78
virtual void
DoRun
(Delegate* delegate) = 0;
213
virtual void
DoRun
(Delegate* delegate) OVERRIDE;
232
virtual void
DoRun
(Delegate* delegate) OVERRIDE;
255
virtual void
DoRun
(Delegate* delegate) OVERRIDE;
275
virtual void
DoRun
(Delegate* delegate) OVERRIDE;
282
// True if
DoRun
is managing its own run loop as opposed to lettin
[
all
...]
/external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.h
55
// Subclasses must override
DoRun
to actually perform the patching operation.
56
//
DoRun
returns DELTA_OK on success; any other code represents failure.
58
virtual ComponentUnpacker::Error
DoRun
(ComponentPatcher* patcher,
78
virtual ComponentUnpacker::Error
DoRun
(ComponentPatcher* patcher,
101
virtual ComponentUnpacker::Error
DoRun
(ComponentPatcher* patcher,
123
virtual ComponentUnpacker::Error
DoRun
(ComponentPatcher* patcher,
146
virtual ComponentUnpacker::Error
DoRun
(ComponentPatcher* patcher,
component_patcher_operation.cc
80
ComponentUnpacker::Error run_result =
DoRun
(patcher, error);
125
ComponentUnpacker::Error DeltaUpdateOpCopy::
DoRun
(ComponentPatcher*,
150
ComponentUnpacker::Error DeltaUpdateOpCreate::
DoRun
(ComponentPatcher*,
180
ComponentUnpacker::Error DeltaUpdateOpPatchBsdiff::
DoRun
(
212
ComponentUnpacker::Error DeltaUpdateOpPatchCourgette::
DoRun
(
/external/chromium/chrome/browser/service/
service_process_control.h
154
void
DoRun
();
service_process_control.cc
326
NewRunnableMethod(this, &Launcher::
DoRun
));
357
void ServiceProcessControl::Launcher::
DoRun
() {
/external/chromium_org/chrome/browser/service_process/
service_process_control.h
151
void
DoRun
();
service_process_control.cc
344
base::Bind(&Launcher::
DoRun
, this));
390
void ServiceProcessControl::Launcher::
DoRun
() {
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profile-handler_unittest.cc
49
pthread_create(&thread_, &attr, &
DoRun
, this);
58
static void*
DoRun
(void* cls) {
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profile-handler_unittest.cc
49
pthread_create(&thread_, &attr, &
DoRun
, this);
58
static void*
DoRun
(void* cls) {
Completed in 101 milliseconds