Home
last modified time | relevance | path

Searched refs:taskImpl (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInspectorFrontendClientLocal.cpp79 TaskImpl* taskImpl = new TaskImpl; in schedule() local
80 taskImpl->owner = this; in schedule()
81 blink::Platform::current()->currentThread()->postTask(taskImpl); in schedule()