OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoRun
(Results
1 - 18
of
18
) 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;
action_target_generator.h
22
virtual void
DoRun
() OVERRIDE;
binary_target_generator.h
23
virtual void
DoRun
() OVERRIDE;
copy_target_generator.cc
23
void CopyTargetGenerator::
DoRun
() {
group_target_generator.cc
20
void GroupTargetGenerator::
DoRun
() {
target_generator.h
47
virtual void
DoRun
() = 0;
action_target_generator.cc
29
void ActionTargetGenerator::
DoRun
() {
binary_target_generator.cc
28
void BinaryTargetGenerator::
DoRun
() {
target_generator.cc
55
DoRun
();
/external/chromium_org/base/message_loop/
message_pump_mac.h
14
// own
DoRun
and Quit implementations.
88
// in the
DoRun
method. MessagePumpCFRunLoopBase::Run calls
DoRun
directly.
90
// up and tear down things before and after the "meat" of
DoRun
.
92
virtual void
DoRun
(Delegate* delegate) = 0;
225
virtual void
DoRun
(Delegate* delegate) OVERRIDE;
244
virtual void
DoRun
(Delegate* delegate) OVERRIDE;
267
virtual void
DoRun
(Delegate* delegate) OVERRIDE;
287
virtual void
DoRun
(Delegate* delegate) OVERRIDE;
294
// True if
DoRun
is managing its own run loop as opposed to lettin
[
all
...]
/external/chromium_org/components/component_updater/
component_patcher_operation.h
65
// Subclasses must override
DoRun
to actually perform the patching operation.
68
virtual void
DoRun
(const ComponentUnpacker::Callback& callback) = 0;
97
virtual void
DoRun
(const ComponentUnpacker::Callback& callback) OVERRIDE;
121
virtual void
DoRun
(const ComponentUnpacker::Callback& callback) OVERRIDE;
164
virtual void
DoRun
(const ComponentUnpacker::Callback& callback) OVERRIDE;
component_patcher_operation.cc
95
DoRun
(base::Bind(&DeltaUpdateOp::DoneRunning,
154
void DeltaUpdateOpCopy::
DoRun
(const ComponentUnpacker::Callback& callback) {
181
void DeltaUpdateOpCreate::
DoRun
(const ComponentUnpacker::Callback& callback) {
217
void DeltaUpdateOpPatch::
DoRun
(const ComponentUnpacker::Callback& callback) {
/external/chromium_org/chrome/browser/service_process/
service_process_control.h
165
void
DoRun
();
service_process_control.cc
337
base::Bind(&Launcher::
DoRun
, this));
383
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) {
/external/chromium_org/components/invalidation/
non_blocking_invalidator.cc
68
static void
DoRun
(base::Callback<void(const base::DictionaryValue&)> callback,
84
void CallbackProxy::
DoRun
(
94
base::Bind(&CallbackProxy::
DoRun
, callback_, base::Passed(&copied)));
Completed in 1515 milliseconds