OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebViewTimersControl
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Browser/src/com/android/browser/
WebViewTimersControl.java
27
public class
WebViewTimersControl
{
30
private static final String LOGTAG = "
WebViewTimersControl
";
32
private static
WebViewTimersControl
sInstance;
40
public static
WebViewTimersControl
getInstance() {
42
throw new IllegalStateException("
WebViewTimersControl
.get() called on wrong thread");
45
sInstance = new
WebViewTimersControl
();
50
private
WebViewTimersControl
() {
Preloader.java
63
WebViewTimersControl
.getInstance().onPrerenderStart(
122
WebViewTimersControl
.getInstance().onPrerenderDone(s == null ? null : s.getWebView());
GoogleAccountLogin.java
84
WebViewTimersControl
.getInstance().onBrowserActivityResume(mWebView);