HomeSort by relevance Sort by last modified time
    Searched full:paint_event (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_mac.mm 466 NPCocoaEvent paint_event;
467 memset(&paint_event, 0, sizeof(NPCocoaEvent));
468 paint_event.type = NPCocoaEventDrawRect;
469 paint_event.data.draw.context = context;
470 paint_event.data.draw.x = paint_rect.x();
471 paint_event.data.draw.y = paint_rect.y();
472 paint_event.data.draw.width = paint_rect.width();
473 paint_event.data.draw.height = paint_rect.height();
474 instance()->NPP_HandleEvent(&paint_event);
webplugin_delegate_impl_win.cc 1064 NPEvent paint_event; local
    [all...]

Completed in 83 milliseconds