Searched refs:taskImpl (Results 1 – 1 of 1) sorted by relevance
79 TaskImpl* taskImpl = new TaskImpl; in schedule() local80 taskImpl->owner = this; in schedule()81 blink::Platform::current()->currentThread()->postTask(taskImpl); in schedule()