HomeSort by relevance Sort by last modified time
    Searched full:dinterval (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit/android/plugins/
PluginTimer.cpp 114 double dinterval = interval * 0.001; // milliseconds to seconds local
116 timer->startRepeating(dinterval);
118 timer->startOneShot(dinterval);

Completed in 170 milliseconds