Searched defs:startTimer (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DDGCAckHandler.java90 * "startTimer" method has been invoked) the timeout has expired.
117 synchronized void startTimer() { method in class:DGCAckHandler
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java198 protected void startTimer(final boolean initial) { method in class:AquaScrollBarUI
325 startTimer(false);
375 startTimer(true);
402 startTimer(false);
474 startTimer(true);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java2576 startTimer();
2581 startTimer();
2590 protected void startTimer() { method in class:BasicTreeUI.ComponentHandler
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp980 void startTimer() { assert(!_timer.is_active(), "Error"); _timer.start(); } function in class:CMSCollector

Completed in 62 milliseconds