Home
last modified time | relevance | path

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

/external/v8/src/libplatform/
Ddefault-platform.h65 void CallDelayedOnForegroundThread(Isolate* isolate, Task* task, in NON_EXPORTED_BASE()
Ddefault-platform.cc209 void DefaultPlatform::CallDelayedOnForegroundThread(Isolate* isolate, in CallDelayedOnForegroundThread() function in v8::platform::DefaultPlatform
/external/v8/include/
Dv8-platform.h333 virtual void CallDelayedOnForegroundThread(Isolate* isolate, Task* task,
/external/v8/src/
Dd8.cc201 void CallDelayedOnForegroundThread(v8::Isolate* isolate, Task* task, in CallDelayedOnForegroundThread() function in v8::__anoncd2d3b7e0111::PredictablePlatform
203 platform_->CallDelayedOnForegroundThread(isolate, task, delay_in_seconds); in CallDelayedOnForegroundThread()