OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScheduleTimer
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/net/
load_time_stats.h
104
void
ScheduleTimer
(TabLoadStats* stats);
load_time_stats.cc
448
ScheduleTimer
(stats);
461
void LoadTimeStats::
ScheduleTimer
(TabLoadStats* stats) {
469
// If the
ScheduleTimer
call was delayed significantly, like when one's using
490
ScheduleTimer
(stats);
/external/chromium_org/content/child/npapi/
plugin_instance.h
174
uint32
ScheduleTimer
(uint32 interval,
plugin_instance.cc
450
uint32 PluginInstance::
ScheduleTimer
(uint32 interval,
plugin_host.cc
154
host_funcs_.
scheduletimer
= NPN_ScheduleTimer;
[
all
...]
/external/chromium_org/content/browser/
plugin_browsertest.cc
345
IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(
ScheduleTimer
)) {
Completed in 53 milliseconds