Searched refs:WindowCloseTimer (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp1219 class WindowCloseTimer : public WebCore::SuspendableTimer { class in inherits:WebCore::SuspendableTimer
1221 static WindowCloseTimer* create(WebView*);
1224 WindowCloseTimer(ScriptExecutionContext*, WebView*);
1231 WindowCloseTimer* WindowCloseTimer::create(WebView* webView)
1244 return new WindowCloseTimer(document, webView);
1247 WindowCloseTimer::WindowCloseTimer(ScriptExecutionContext* context, WebView* webView) function in class:WindowCloseTimer
1255 void WindowCloseTimer::contextDestroyed()
1261 void WindowCloseTimer
[all...]

Completed in 83 milliseconds