Home | History | Annotate | Download | only in webkit

Lines Matching refs:EventHub

195         // Create an EventHub to handle messages before and after the thread is
197 mEventHub = new EventHub();
487 sendMessage(EventHub.POPULATE_VISITED_LINKS, (Object)value);
509 sendMessage(EventHub.GEOLOCATION_PERMISSIONS_PROVIDE, data);
750 // EventHub for processing messages
751 private final EventHub mEventHub;
787 case EventHub.ADD_PACKAGE_NAME:
795 case EventHub.REMOVE_PACKAGE_NAME:
803 case EventHub.PROXY_CHANGED:
811 case EventHub.HEARTBEAT:
817 case EventHub.TRUST_STORAGE_UPDATED:
1075 public class EventHub implements WebViewInputDispatcher.WebKitCallbacks {
1209 // posting more messages to the EventHub or to WebView's event handler.
1217 * Prevent other classes from creating an EventHub.
1219 private EventHub() {}
1268 && msg.what != EventHub.DESTROY) {
1853 if (what == EventHub.WEBKIT_DRAW) {
1904 * Block sending messages to the EventHub.
2001 Message.obtain(null, EventHub.DESTROY));
2217 mEventHub.sendMessage(Message.obtain(null, EventHub.WEBKIT_DRAW));
2238 mEventHub.sendMessageDelayed(Message.obtain(null, EventHub.WEBKIT_DRAW), 10);
2291 mEventHub.removeMessages(EventHub.WEBKIT_DRAW);
2395 mEventHub.sendMessage(Message.obtain(null, EventHub.WEBKIT_DRAW));
2418 EventHub.MESSAGE_RELAY, msg));
2464 sendMessage(EventHub.PLUGIN_SURFACE_READY);
2697 mEventHub.removeMessages(EventHub.VIEW_SIZE_CHANGED);
2699 EventHub.VIEW_SIZE_CHANGED, data));
2761 mEventHub.removeMessages(EventHub.VIEW_SIZE_CHANGED);