HomeSort by relevance Sort by last modified time
    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;
group_target_generator.cc 18 void GroupTargetGenerator::DoRun() {
copy_target_generator.cc 23 void CopyTargetGenerator::DoRun() {
target_generator.h 47 virtual void DoRun() = 0;
binary_target_generator.cc 25 void BinaryTargetGenerator::DoRun() {
action_target_generator.cc 44 void ActionTargetGenerator::DoRun() {
target_generator.cc 55 DoRun();
  /external/chromium_org/base/message_loop/
message_pump_mac.h 14 // own DoRun and Quit implementations.
89 // in the DoRun method. MessagePumpCFRunLoopBase::Run calls DoRun directly.
91 // up and tear down things before and after the "meat" of DoRun.
93 virtual void DoRun(Delegate* delegate) = 0;
231 virtual void DoRun(Delegate* delegate) OVERRIDE;
250 virtual void DoRun(Delegate* delegate) OVERRIDE;
273 virtual void DoRun(Delegate* delegate) OVERRIDE;
293 virtual void DoRun(Delegate* delegate) OVERRIDE;
300 // 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 64 // Subclasses must override DoRun to actually perform the patching operation.
67 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;
195 virtual void DoRun(const ComponentUnpacker::Callback& callback) OVERRIDE;
component_patcher_operation.cc 191 DoRun(base::Bind(&DeltaUpdateOp::DoneRunning,
254 void DeltaUpdateOpCopy::DoRun(const ComponentUnpacker::Callback& callback) {
281 void DeltaUpdateOpCreate::DoRun(const ComponentUnpacker::Callback& callback) {
376 void DeltaUpdateOpPatch::DoRun(const ComponentUnpacker::Callback& callback) {
  /external/chromium_org/components/invalidation/
non_blocking_invalidator.cc 65 static void DoRun(base::Callback<void(const base::DictionaryValue&)> callback,
81 void CallbackProxy::DoRun(
91 base::Bind(&CallbackProxy::DoRun, callback_, base::Passed(&copied)));
  /external/chromium_org/chrome/browser/service_process/
service_process_control.h 165 void DoRun();
service_process_control.cc 332 base::Bind(&Launcher::DoRun, this));
378 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 648 milliseconds