HomeSort by relevance Sort by last modified time
    Searched refs:RunTheStatic (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
tracked_objects.cc 396 class ThreadData::RunTheStatic : public Task {
399 RunTheStatic(FunctionPointer function,
411 DISALLOW_COPY_AND_ASSIGN(RunTheStatic);
414 ThreadData::RunTheStatic::RunTheStatic(FunctionPointer function,
422 void ThreadData::RunTheStatic::Run() {
445 FROM_HERE, new RunTheStatic(function, completion_handle, counter));
448 RunTheStatic local_task(function, completion_handle, counter);
    [all...]
tracked_objects.h 565 class RunTheStatic;

Completed in 9560 milliseconds