Home | History | Annotate | Download | only in webkit

Lines Matching refs:WEBKIT_DRAW

1030             "WEBKIT_DRAW", // = 130;
1107 static final int WEBKIT_DRAW = 130;
1276 case WEBKIT_DRAW:
1853 if (what == EventHub.WEBKIT_DRAW) {
1894 // reset mDrawIsScheduled flag as WEBKIT_DRAW may be removed
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);
2323 // called from UI thread while WEBKIT_DRAW is just pulled out of the
2395 mEventHub.sendMessage(Message.obtain(null, EventHub.WEBKIT_DRAW));